The HugeIcons gps off 01 icon depicts a crossed-out GPS symbol, commonly used to indicate that location services or GPS functionality are currently disabled.
Common uses
- Disabling location services in app settings
- Showing when GPS is unavailable for a feature
- Toggling GPS off within a map interface
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { GpsOff01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={GpsOff01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- location offgps disabledno gpsmap off
FAQ
- What does the gps off 01 icon represent?
- It represents the state where GPS or location services are turned off. It's used to visually communicate that location tracking is inactive.
- How do I use the GpsOff01Icon in React?
- Import both HugeiconsIcon and GpsOff01Icon, then render <HugeiconsIcon icon={GpsOff01Icon} />.
- What is the license for this icon?
- This icon is released under the MIT license, allowing for free use in commercial and non-commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.