Wifi Simulator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wifi Simulator 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/349721.svg" alt="Wifi Simulator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349721.svg" alt="Wifi Simulator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349721.svg" alt="Wifi Simulator icon" :width="24" :height="24" />
CSS background
.icon-wifi-simulator {
background-image: url('https://proicons.com/icon/349721.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:#fff;}.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M13,17.375h22c4.6944,0,8.5,3.8056,8.5,8.5h0c0,4.6944-3.8056,8.5-8.5,8.5H13c-4.6944,0-8.5-3.8056-8.5-8.5h0c0-4.6944,3.8056-8.5,8.5-8.5Z"/><path class="c" d="M33.5,17.375c-4.9219,0-6.4404,3.2006-9.5,8.5s-4.5781,8.5-9.5,8.5"/><path class="c" d="M16.223,22.277l-1.7907,7.1479-1.7907-7.1479-1.7907,7.1479-1.7907-7.1479"/><circle class="b" cx="18.013" cy="22.5" r=".7"/><circle class="b" cx="24.01" cy="10.875" r=".75"/><circle class="b" cx="26.3" cy="11.0508" r=".75"/><circle class="b" cx="28.536" cy="11.5741" r=".75"/><circle class="b" cx="30.666" cy="12.433" r=".75"/><circle class="b" cx="32.64" cy="13.606" r=".75"/><circle class="b" cx="34.411" cy="15.067" r=".75"/><circle class="b" cx="21.72" cy="11.0508" r=".75"/><circle class="b" cx="19.484" cy="11.5741" r=".75"/><circle class="b" cx="17.354" cy="12.433" r=".75"/><circle class="b" cx="15.38" cy="13.606" r=".75"/><circle class="b" cx="13.608" cy="15.067" r=".75"/><line class="c" x1="18.013" y1="24.689" x2="18.013" y2="29.425"/><circle class="b" cx="36.815" cy="22.5" r=".7"/><line class="c" x1="36.815" y1="24.689" x2="36.815" y2="29.425"/><line class="c" x1="31.46" y1="25.851" x2="33.781" y2="25.851"/><path class="c" d="M31.46,29.425v-7.1479h3.5701"/><path class="c" d="M32.479,17.375c-2.2488-2.241-5.294-3.4995-8.4688-3.5-3.1741.001-6.2185,1.2595-8.4668,3.5M15.5434,34.375c2.2483,2.2405,5.2927,3.499,8.4668,3.5,3.1741-.001,6.2185-1.2595,8.4668-3.5"/></svg>
Copied!