Wifi Pixel Art Icon
A Wi-Fi icon for wireless network status, internet connection indicators, router setup flows and connectivity badges.
Tags
wirelessinternetsignal
Style variants
base
Outline ยท rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Wifi icon
Concentric arcs above a dot, the global symbol for Wi-Fi connectivity. Use it in network status bars, router setup wizards, connection-quality meters, and any interface where wireless internet is the feature being discussed. On its own it implies full or available connectivity; the wifi-zero, wifi-low, wifi-high, and wifi-off variants cover degraded or disabled states. For cellular signal rather than Wi-Fi, the signal family is the more accurate set.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/wifi.svg" width="24" height="24" alt="Wifi" />
<!-- React -->
import { Wifi } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="wifi.svg" width="48" height="48" style="image-rendering: pixelated" />