Vpnhotspot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vpnhotspot 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/349452.svg" alt="Vpnhotspot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349452.svg" alt="Vpnhotspot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349452.svg" alt="Vpnhotspot icon" :width="24" :height="24" />
CSS background
.icon-vpnhotspot {
background-image: url('https://proicons.com/icon/349452.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="circle860" class="cls-1" d="M32.94,27.21a14.07,14.07,0,0,1-6.49,9.06"/><path id="path932" class="cls-1" d="M12,36.27A14.06,14.06,0,1,1,32.75,20.46c.07.25.14.51.19.77"/><circle id="path866" class="cls-1" cx="19.21" cy="24.22" r="3.95"/><path id="path864" class="cls-1" d="M27.42,27.21a8.75,8.75,0,1,1,0-6H44.15v6H41v6.9H34.89v-6.9Z"/></svg>
Copied!