Gps Off Pixel Art Icon
A GPS-off icon for disabled location services, 'location unavailable' states and privacy mode indicators.
Tags
gpsoff
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Gps Off icon
A GPS symbol crossed out or dimmed, indicating that location detection is inactive or blocked. Use it in a settings panel to show that location permissions are denied, as a status badge when a device cannot acquire a signal, or in a privacy mode that turns off tracking. Pairing gps-off with gps in a toggle is the clearest way to communicate the on/off distinction. For a location that is unknown rather than disabled, a generic warning may suit better.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/gps-off.svg" width="24" height="24" alt="Gps Off" />
<!-- React -->
import { GpsOff } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="gps-off.svg" width="48" height="48" style="image-rendering: pixelated" />