Pixelarticons

Signal Off Pixel Art Icon

A signal-off icon for airplane mode, disabled wireless, network disconnection states and 'No signal' notifications.

devices Pro 1 variant

Tags

signalwificonnectionbaroff

Style variants

base

Outline ยท rounded corners

Get Pro

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" />

Related icons