Signal Zero Pixel Art Icon
A zero-bar signal icon for no connectivity, out-of-range devices, disconnected network states and 'No reception' status.
Tags
signalwificonnectionbarzero
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Signal Zero icon
Empty or ghosted signal bars indicating the device is searching or has zero reception but the wireless radio is still active. Use it in status bars, device management dashboards, or network-quality components to show the lowest active signal state. It differs from signal-off (which means disabled) and signal-low (which means weak but present). Pair it with a label like 'Searching...' or 'No reception' to clarify to users that the device is trying to connect.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/signal-zero.svg" width="24" height="24" alt="Signal Zero" />
<!-- React -->
import { SignalZero } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="signal-zero.svg" width="48" height="48" style="image-rendering: pixelated" />