Adguard Vpn Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Adguard Vpn 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/321373.svg" alt="Adguard Vpn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321373.svg" alt="Adguard Vpn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321373.svg" alt="Adguard Vpn icon" :width="24" :height="24" />
CSS background
.icon-adguard-vpn {
background-image: url('https://proicons.com/icon/321373.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="18.6" r="14.1"/><ellipse class="a" cx="17.83" cy="19.2" rx="1.94" ry="2.13"/><ellipse class="a" cx="30.17" cy="19.2" rx="1.94" ry="2.13"/><path class="a" d="M24,13.24c6.47,0,11.51,2,11.51,6.8,0,3.21-1.85,4.16-4.26,4.16-2.13,0-4-1.25-7.25-1.25s-5.12,1.25-7.25,1.25c-2.41,0-4.26-.95-4.26-4.16C12.49,15.27,17.53,13.24,24,13.24Z"/><path class="a" d="M34.51,32c0,3.85-8.6,11.48-10.51,11.48S13.49,35.87,13.49,32"/></svg>
Copied!