Wifi Map Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wifi Map icon is commonly used in network status bars, connectivity indicators and location finders. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/335158.svg" alt="Wifi Map icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335158.svg" alt="Wifi Map icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335158.svg" alt="Wifi Map icon" :width="24" :height="24" />
CSS background
.icon-wifi-map {
background-image: url('https://proicons.com/icon/335158.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><ellipse class="a" cx="24" cy="28.1542" rx="3.0297" ry="3.1051"/><path class="a" d="M24,20.6088a7.5974,7.5974,0,0,0-7.0929,5.7666,10.1114,10.1114,0,0,0-.1065,3.0341C17.2886,33.4683,21.0235,37.2388,24,40.41c2.9765-3.1716,6.7114-6.9421,7.1994-11.0009a10.1114,10.1114,0,0,0-.1065-3.0341A7.5974,7.5974,0,0,0,24,20.6088Z"/><path class="a" d="M4.5,17.85a23.6634,23.6634,0,0,1,39-.0044"/><path class="a" d="M10.2356,22.9287a16.118,16.118,0,0,1,27.5288,0"/></svg>
Copied!