Wifi Off Pixel Art Icon
A Wi-Fi off icon for disabled wireless, airplane mode, no-internet error states and 'Disconnected' status indicators.
Tags
wifiwirelessinternetsignaloff
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Wifi Off icon
Wi-Fi arcs with a cross or slash, indicating wireless networking has been turned off rather than simply lost signal. Use it in connection-error screens, airplane-mode status indicators, and network settings that show wireless is disabled. It is conceptually distinct from wifi-zero (radio on but no signal) and better for situations where the user or system has deliberately switched off Wi-Fi. Pair it with a 'Turn on Wi-Fi' button or reconnect flow to give users a clear next step.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/wifi-off.svg" width="24" height="24" alt="Wifi Off" />
<!-- React -->
import { WifiOff } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="wifi-off.svg" width="48" height="48" style="image-rendering: pixelated" />