The Phosphor gps icon visually represents a location marker on a map, commonly used in user interfaces to indicate current position or a selected destination.
Common uses
- Displaying user's current location on a map.
- Pinning a specific address or point of interest.
- Indicating navigation route progress.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Gps } from '@phosphor-icons/react';
<Gps size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Gps size={24} />thin
<Gps size={24} weight="thin" />light
<Gps size={24} weight="light" />bold
<Gps size={24} weight="bold" />fill
<Gps size={24} weight="fill" />duotone
<Gps size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- *new*geolocationlocationnavigationmaps & travelsystemgpslocation markermap pincoordinatesposition
FAQ
- What is the purpose of the GPS icon?
- The GPS icon is used to signify location, navigation, or geolocation features within an application.
- How do I use the GPS icon in React?
- You can import and use it in your React application with: import { Gps } from '@phosphor-icons/react'.
- What is the license for the Phosphor GPS icon?
- The Phosphor GPS 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 →