Wifi Zero Pixel Art Icon
A zero-bar Wi-Fi icon for no wireless reception, out-of-range status and 'Searching for network' connection states.
Tags
wifiwirelessinternetsignalzero
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Wifi Zero icon
Wi-Fi arcs rendered as outlines or with none filled, indicating the device is actively searching for wireless networks but finding none. Use it in connection-status panels to show 'no network in range' without implying Wi-Fi has been disabled. The distinction from wifi-off matters: wifi-zero means the radio is on but finds nothing, while wifi-off means the user switched it off. A 'No networks found. Try moving closer to your router.' message pairs naturally with this icon.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/wifi-zero.svg" width="24" height="24" alt="Wifi Zero" />
<!-- React -->
import { WifiZero } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="wifi-zero.svg" width="48" height="48" style="image-rendering: pixelated" />