Wifiprivacy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wifiprivacy 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/349727.svg" alt="Wifiprivacy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349727.svg" alt="Wifiprivacy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349727.svg" alt="Wifiprivacy icon" :width="24" :height="24" />
CSS background
.icon-wifiprivacy {
background-image: url('https://proicons.com/icon/349727.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="M12.18,20.45a14.78,14.78,0,0,1,11.82-6h0a14.77,14.77,0,0,1,11.82,6M16.41,23.63a9.49,9.49,0,0,1,7.59-4,9.49,9.49,0,0,1,7.59,4M20.35,26.58a4.56,4.56,0,0,1,7.3,0"/><path class="a" d="M24,43.5c1.69,0,15.25-7.77,15.25-16.94v-20c-4,0-15.25-2-15.25-2s-11.26,2-15.25,2v20C8.75,35.73,22.31,43.5,24,43.5Z"/></svg>
Copied!