Ivpn Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ivpn icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/327592.svg" alt="Ivpn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327592.svg" alt="Ivpn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327592.svg" alt="Ivpn icon" :width="24" :height="24" />
CSS background
.icon-ivpn {
background-image: url('https://proicons.com/icon/327592.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m24,43.5c9.0432-3.1174,15.4885-10.3631,16.5-19.5889.2804-4.0049.2566-8.0254-.0714-12.0267-.0898-1.3069-1.1582-2.3314-2.4677-2.3663-4.0911-.126-8.8455-.8077-12.52-4.4273-.7988-.7877-2.0822-.7877-2.881,0-3.6749,3.6192-8.4293,4.3013-12.5199,4.4273-1.3095.0349-2.3779,1.0594-2.4677,2.3663-.3283,4.0013-.3524,8.0217-.0723,12.0267,1.0115,9.2258,7.4568,16.4715,16.5,19.5889Z"/><path class="c" d="m12,17.3214s.1848.491.4475,1.1509c.1073.2695.3675.4478.6576.4488,1.3698.0049,3.8225.0185,6.1789-.1505l4.7161,11.908,4.7161-11.908c2.3564.169,4.809.1554,6.1789.1505.2901-.001.5503-.1793.6576-.4488.2627-.6599.4475-1.1509.4475-1.1509"/><path class="c" d="m15.7759,27.3411c.2877.8335.4381.7173,3.2579.7173h.7334"/><path class="c" d="m14.1469,22.955c.2877.8335.4381.7173,3.2579.7173h1.148"/><path class="c" d="m32.2241,27.3411c-.2877.8335-.4381.7173-3.2579.7173h-.7334"/><path class="c" d="m33.8531,22.955c-.2877.8335-.4381.7173-3.2579.7173h-1.148"/></svg>
Copied!