Signal Off Pixel Art Icon
A signal-off icon for airplane mode, disabled wireless, network disconnection states and 'No signal' notifications.
Tags
signalwificonnectionbaroff
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Signal Off icon
Signal bars with a cross or slash indicating wireless is completely disabled, not merely absent. It suits airplane-mode status, a 'Wireless disabled' notice in device settings, and connectivity error screens where the radio itself has been turned off by the user or system. Distinct from signal-zero (which shows zero bars but still implies the radio is on), signal-off communicates an explicit disabled state rather than just poor reception.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/signal-off.svg" width="24" height="24" alt="Signal Off" />
<!-- React -->
import { SignalOff } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="signal-off.svg" width="48" height="48" style="image-rendering: pixelated" />