The Tabler gps icon visually represents a global positioning system, commonly used in UI to indicate location services, navigation features, or map-related functionalities.
Common uses
- Location sharing button
- Map view toggle
- Navigation app menu item
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconGps } from '@tabler/icons-react';
<IconGps size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconGps size={24} stroke={2} />filled
<IconGpsFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Map
- Keywords
- navigationdirectionsglobalpositioningsystemsatnavradionavigationtravelcargpsmaplocationmap pincoordinates
FAQ
- What is the purpose of the GPS icon?
- The GPS icon is used to signify features related to location, navigation, and mapping within an application's user interface.
- How do I use the GPS icon in React?
- You can import and use it in your React application with: `import { IconGps } from '@tabler/icons-react'`.
- What is the license for the Tabler GPS icon?
- The Tabler GPS icon is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →