Mi Wi Fi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mi Wi Fi 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/329185.svg" alt="Mi Wi Fi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329185.svg" alt="Mi Wi Fi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329185.svg" alt="Mi Wi Fi icon" :width="24" :height="24" />
CSS background
.icon-mi-wi-fi {
background-image: url('https://proicons.com/icon/329185.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m9.5683,19.5067c8.0234-9.4475,21.3379-9.4475,28.8635.3936"/><path class="b" d="m16.185,26.2682c3.4733-5.7889,11.5778-5.7889,15.63,0"/><path class="b" d="m26.3156,32.636l-2.3156,2.8945-2.3156-2.8945c1.5437-1.5437,3.0874-1.5437,4.6311,0Z"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!