Gps Pixel Art Icon
A GPS icon for location detection, 'find my location' buttons, tracking features and navigation app triggers.
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 Gps icon
A crosshair or satellite-signal shape representing active GPS positioning. Place it on a 'find my location' button in a map, a location-services toggle in device settings, or a tracking indicator that shows whether positioning is active. It implies the device is acquiring or broadcasting coordinates. The gps-2 variant may offer a slightly different visual weight; gps-off is the natural companion for the disabled state, and the location icon works better as a static destination pin.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/gps.svg" width="24" height="24" alt="Gps" />
<!-- React -->
import { Gps } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="gps.svg" width="48" height="48" style="image-rendering: pixelated" />