Cellular Signal 0 Pixel Art Icon
A zero-bar cellular signal icon for no mobile network, dead zones, and 'No signal' states in mobile status bars.
Tags
cellularsignalwificonnectionbar
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Cellular Signal 0 icon
A cellular signal indicator with zero filled bars, showing that there is no mobile network coverage. Use it in a mobile app status bar, a device management console listing field devices in dead zones, or an offline-mode indicator that explains a failed connection. It is the lowest rung of a four-step signal scale (0 through 3). For absent Wi-Fi rather than cellular, a Wi-Fi off icon is more accurate; cellular-signal-off covers a fully disabled radio.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cellular-signal-0.svg" width="24" height="24" alt="Cellular Signal 0" />
<!-- React -->
import { CellularSignal0 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cellular-signal-0.svg" width="48" height="48" style="image-rendering: pixelated" />