The Phosphor gps slash icon depicts a GPS symbol with a diagonal line through it, commonly used to indicate that geolocation or location services are disabled or unavailable.
Common uses
- Disabling location services in a mobile app.
- Showing a disabled map feature due to no GPS signal.
- Indicating a user has opted out of location tracking.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { GpsSlash } from '@phosphor-icons/react';
<GpsSlash size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<GpsSlash size={24} />thin
<GpsSlash size={24} weight="thin" />light
<GpsSlash size={24} weight="light" />bold
<GpsSlash size={24} weight="bold" />fill
<GpsSlash size={24} weight="fill" />duotone
<GpsSlash size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- *new*geolocationlocationnavigationdisabledmaps & travelsystemgpsslashno gpslocation offgps disabledmap disabled
FAQ
- What does the gps slash icon represent?
- It represents a disabled or unavailable GPS signal or location service. It's used to visually communicate that location-based features are not active.
- How do I use the gps slash icon in React?
- You can import and use it like this: import { GpsSlash } from '@phosphor-icons/react'. Then render it as <GpsSlash size={32} />.
- What is the license for this icon?
- The Phosphor icon set, including the gps slash icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →