Wifi Controller Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Wifi Controller icon is commonly used in network status bars and connectivity indicators. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/319417.svg" alt="Wifi Controller icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319417.svg" alt="Wifi Controller icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319417.svg" alt="Wifi Controller icon" :width="24" :height="24" />
CSS background
.icon-wifi-controller {
background-image: url('https://proicons.com/icon/319417.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M6,30H26a2,2,0,0,0,2-2V22a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2v6A2,2,0,0,0,6,30Zm0-8H26v6H6Z" transform="translate(0 0)"/>
<circle cx="9" cy="25" r="1"/>
<circle cx="16" cy="14.5" r="1.5"/>
<path d="M10.7832,10.3325a7.0007,7.0007,0,0,1,10.4341,0l-1.49,1.334a5,5,0,0,0-7.4537,0Z" transform="translate(0 0)"/>
<path d="M7.1992,7.3994a11.0019,11.0019,0,0,1,17.6006,0L23.2,8.6a9.0009,9.0009,0,0,0-14.4014.0005Z" transform="translate(0 0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!