Router Wifi Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Router Wifi 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/318751.svg" alt="Router Wifi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318751.svg" alt="Router Wifi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318751.svg" alt="Router Wifi icon" :width="24" :height="24" />
CSS background
.icon-router-wifi {
background-image: url('https://proicons.com/icon/318751.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>
<circle cx="16" cy="13.5" r="1.5"/>
<path d="M19.5356,10.4648a5,5,0,0,0-7.0717,0L11.05,9.0508a6.9992,6.9992,0,0,1,9.9,0Z" transform="translate(0 0)"/>
<path d="M23.0713,6.929a10,10,0,0,0-14.1426,0L7.5146,5.5144a12.0011,12.0011,0,0,1,16.9708,0Z" transform="translate(0 0)"/>
<polygon points="21 25 16 30 11 25 12.409 23.581 15 26.153 15 19 17 19 17 26.206 19.591 23.581 21 25"/>
<polygon points="24 11 19 16 24 21 25.419 19.591 22.847 17 30 17 30 15 22.794 15 25.419 12.409 24 11"/>
<polygon points="8 11 13 16 8 21 6.581 19.591 9.153 17 2 17 2 15 9.206 15 6.581 12.409 8 11"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!