Wi Fi Toolkit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wi Fi Toolkit 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/349699.svg" alt="Wi Fi Toolkit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349699.svg" alt="Wi Fi Toolkit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349699.svg" alt="Wi Fi Toolkit icon" :width="24" :height="24" />
CSS background
.icon-wi-fi-toolkit {
background-image: url('https://proicons.com/icon/349699.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><rect class="a" x="4.49" y="13.5" width="39" height="27" rx="3"/><path class="a" d="M31.5,13.5v-3a3,3,0,0,0-3-3h-9a3,3,0,0,0-3,3v3"/><path class="a" d="M27.4593,30.4808a5.3926,5.3926,0,0,0-6.89-.0187v.0187"/><path class="a" d="M24.0008,32.6887A2.1622,2.1622,0,1,0,26.163,34.851v0h0A2.1622,2.1622,0,0,0,24.0008,32.6887Z"/><path class="a" d="M30.7481,26.7426a10.6027,10.6027,0,0,0-13.4946,0"/><path class="a" d="M33.99,22.8185a15.6756,15.6756,0,0,0-20,0"/></svg>
Copied!