Signal Low Pixel Art Icon
A low signal-strength icon for weak connectivity warnings, poor network coverage alerts and minimal connection quality states.
Tags
signalwificonnectionbarlow
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Signal Low icon
One or two short bars indicating a weak wireless signal. It suits status bars, network monitors, and connection-quality warnings where the user should know connectivity is poor but not fully absent. Use it alongside signal-zero and signal-medium in a graduated indicator. A low-signal state often warrants a color change (amber or red) to amplify the warning, so the icon should be accompanied by a descriptive label or tooltip in critical monitoring UIs.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/signal-low.svg" width="24" height="24" alt="Signal Low" />
<!-- React -->
import { SignalLow } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="signal-low.svg" width="48" height="48" style="image-rendering: pixelated" />