Ipvanish Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ipvanish 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/342092.svg" alt="Ipvanish icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342092.svg" alt="Ipvanish icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342092.svg" alt="Ipvanish icon" :width="24" :height="24" />
CSS background
.icon-ipvanish {
background-image: url('https://proicons.com/icon/342092.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24.22,27.81h.28a0,0,0,0,1,0,0V43.5a0,0,0,0,1,0,0H18.22a0,0,0,0,1,0,0V33.81A6,6,0,0,1,24.22,27.81Z"/><path class="a" d="M24.49,14.9v6.27h6.09a3.32,3.32,0,0,1,3.32,3.32h0a3.31,3.31,0,0,1-3.32,3.32H24.49v6.28h6.09a9.6,9.6,0,0,0,9.6-9.6h0a9.59,9.59,0,0,0-9.6-9.59Z"/><rect class="a" x="18.22" y="14.9" width="6.28" height="6.28"/><rect class="a" x="11.96" y="8.63" width="3.53" height="3.53"/><rect class="a" x="7.82" y="4.5" width="2.19" height="2.19"/><rect class="a" x="12.63" y="4.5" width="2.19" height="2.19"/><rect class="a" x="7.82" y="9.31" width="2.19" height="2.19"/><rect class="a" x="11.96" y="14.9" width="3.53" height="3.53"/><rect class="a" x="18.22" y="8.63" width="3.53" height="3.53"/></svg>
Copied!