Wifi Low Pixel Art Icon
A low Wi-Fi signal icon for weak wireless connections, poor network quality warnings and minimal reception status indicators.
Tags
wifiwirelessinternetsignallow
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Wifi Low icon
Wi-Fi arcs with only the shortest, innermost arc drawn or filled, indicating minimal wireless signal. Use it in network-quality meters and connection-strength dashboards to show that connectivity is present but marginal. At this strength users may experience slow speeds or dropped connections, so supplement the icon with a descriptive label or a 'Reconnect' prompt. It forms part of the wifi graduated set alongside wifi-zero, wifi-high, and the full-strength wifi icon.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/wifi-low.svg" width="24" height="24" alt="Wifi Low" />
<!-- React -->
import { WifiLow } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="wifi-low.svg" width="48" height="48" style="image-rendering: pixelated" />