Wifi Router Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Wifi Router 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/306918.svg" alt="Wifi Router icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306918.svg" alt="Wifi Router icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306918.svg" alt="Wifi Router icon" :width="24" :height="24" />
CSS background
.icon-wifi-router {
background-image: url('https://proicons.com/icon/306918.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M868 691h-99c-8 0-14-6-14-14V417c0-31-25-55-56-55s-55 24-55 55v260c0 8-6 14-14 14H14c-8 0-14 6-14 14v271c0 8 6 14 14 14h854c8 0 15-6 15-14V705c0-8-7-14-15-14zM159 888c-26 0-47-21-47-47s21-47 47-47 48 21 48 47-22 47-48 47zm607-13c0 7-6 14-14 14H319c-8 0-14-7-14-14v-67c0-8 6-14 14-14h433c8 0 14 6 14 14v67zM607 333c26-22 58-33 92-33 33 0 65 11 91 31 6 5 15 5 20 0l63-62c5-5 5-14 0-20-48-42-109-65-174-65-36 0-70 7-103 21-27 12-52 27-73 47-6 6-6 15 0 20l63 61c6 5 15 5 21 0zm389-208c-38-35-81-62-128-82-54-22-110-33-169-33S583 21 529 44c-47 20-90 47-128 82-6 6-6 15 0 20l62 62c6 5 15 5 21 0 59-53 135-82 215-82s155 28 214 81c6 5 15 5 21 0l62-62c5-6 5-15 0-20z"/></svg>
Copied!