Smart Vpn Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smart 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/347490.svg" alt="Smart Vpn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347490.svg" alt="Smart Vpn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347490.svg" alt="Smart Vpn icon" :width="24" :height="24" />
CSS background
.icon-smart-vpn {
background-image: url('https://proicons.com/icon/347490.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><circle class="a" cx="24" cy="24" r="21.5"/><rect class="a" x="10.2575" y="29.4719" width="12.0029" height="8.9086"/><path class="a" d="M12.2959,25.9978a4.0311,4.0311,0,0,1,8.0588,0"/><path class="a" d="M20.355,26.0444V29.466"/><path class="a" d="M12.295,26.0558v3.3755"/><path class="a" d="M3.2728,29.3367c2.9484-2.2005,4.74-1.8915,6.9847.1352"/><path class="a" d="M20.355,29.466c6.9923-7.8632,14.5057-12.9011,23.5928-12.7387"/><path class="a" d="M20.3474,27.7507c4.3774-8.6768,12.4887-15.409,22.06-14.6806"/><path class="a" d="M3.8511,31.3872c2.9483-2.2005,4.1613-1.8737,6.4064.153"/></svg>
Copied!