The Phosphor gps fix icon depicts a GPS symbol indicating a precise location, commonly used in user interfaces to represent current position or navigation destinations.
Common uses
- Show user's current location on a map
- Indicate a selected destination point
- Button to re-center map on user's location
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { GpsFix } from '@phosphor-icons/react';
<GpsFix size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<GpsFix size={24} />thin
<GpsFix size={24} weight="thin" />light
<GpsFix size={24} weight="light" />bold
<GpsFix size={24} weight="bold" />fill
<GpsFix size={24} weight="fill" />duotone
<GpsFix size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- *new*geolocationlocationnavigationmaps & travelsystemgpsfixmap pincurrent locationtargetmap marker
FAQ
- What is the gps-fix icon for?
- It visually represents a precise geographical location, useful for navigation and mapping features in an application.
- How do I use the gps-fix icon in React?
- You can import and use it like this: `import { GpsFix } from '@phosphor-icons/react'`. Then render it as `<GpsFix />`.
- What is the license for this icon?
- The Phosphor icon library, including the gps-fix icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.