Signal Pixel Art Icon
A signal-strength icon for connectivity indicators, network status bars, mobile coverage displays and connection quality meters.
Tags
wificonnectionbar
Style variants
base
Outline ยท rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Signal icon
Four bars of increasing height representing wireless signal strength at full capacity. It is the baseline 'full signal' state in a set that typically includes signal-zero, signal-low, signal-medium, and signal-high variants. Use the full-signal icon to confirm excellent connectivity in a status bar, network dashboard, or device pairing screen. For a complete connection-quality component, combine the whole family so users can track degradation at a glance.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/signal.svg" width="24" height="24" alt="Signal" />
<!-- React -->
import { Signal } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="signal.svg" width="48" height="48" style="image-rendering: pixelated" />