Wifiman Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wifiman 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/335167.svg" alt="Wifiman icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335167.svg" alt="Wifiman icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335167.svg" alt="Wifiman icon" :width="24" :height="24" />
CSS background
.icon-wifiman {
background-image: url('https://proicons.com/icon/335167.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="14.9526" cy="31.0097" r="2.0104"/><path class="a" d="M21.1909,32.535c5.34-1.3468,11.3828-2.1351,10.9526-8.05,4.8607,4.474,8.42-.8124,12.3565-3.277M32.1423,24.4842c-5.6033-3.3995-9.1652-.4771-11.607,2.06.0949,1.3067,3.2851.0984,6.2715-.2815"/><path class="a" d="M37.4733,19.2494a3.4271,3.4271,0,1,1-.0549-.111"/><path class="a" d="M6.7164,23.4635a10.59,10.59,0,0,1,14.8018-1.2723M9.99,26.6205a6.1481,6.1481,0,0,1,8.1125-1.1992"/><path class="a" d="M3.5,19.9553c6.212-5.72,13.5557-7.0221,21.1545-1.1808"/></svg>
Copied!