Cellular Signal 2 Pixel Art Icon
A two-bar cellular signal icon for moderate mobile coverage, acceptable network states, and mid-range signal strength displays.
Tags
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 2 icon
A cellular signal indicator with two of four bars filled, representing a moderate mobile network connection. Use it in status bars and device dashboards to indicate usable but not optimal signal strength. At this level, most data transfers will complete, though streaming or large uploads may be slower. It sits at the midpoint of the scale between the weak cellular-signal-1 and the strong cellular-signal-3, and works well in graduated signal legends for IoT or fleet management consoles.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cellular-signal-2.svg" width="24" height="24" alt="Cellular Signal 2" />
<!-- React -->
import { CellularSignal2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cellular-signal-2.svg" width="48" height="48" style="image-rendering: pixelated" />