diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0c3571279..34c61010f 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -2085,6 +2085,11 @@ "hex": "73BA25", "source": "https://en.opensuse.org/Portal:Artwork" }, + { + "title": "OpenVPN", + "hex": "EA7E20", + "source": "https://openvpn.net/wp-content/themes/openvpn/assets/images/logo.svg" + }, { "title": "Opera", "hex": "FF1B2D", @@ -3200,6 +3205,11 @@ "hex": "000000", "source": "http://brand.wire.com" }, + { + "title": "WireGuard", + "hex": "88171A", + "source": "https://www.wireguard.com/img/wireguard.svg" + }, { "title": "Wix", "hex": "FAAD4D", diff --git a/icons/openvpn.svg b/icons/openvpn.svg new file mode 100644 index 000000000..a464dd2f9 --- /dev/null +++ b/icons/openvpn.svg @@ -0,0 +1 @@ +OpenVPN icon \ No newline at end of file diff --git a/icons/wireguard.svg b/icons/wireguard.svg new file mode 100644 index 000000000..fac39dda8 --- /dev/null +++ b/icons/wireguard.svg @@ -0,0 +1 @@ +WireGuard icon \ No newline at end of file