The HugeIcons gps disconnected icon visually represents a loss of GPS signal or location services, commonly used to indicate that location tracking is unavailable or has been turned off.
Common uses
- Displaying when location services are disabled in an app.
- Indicating a failed attempt to get the user's current location.
- Signifying that a feature requiring GPS is not currently active.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { GpsDisconnectedIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={GpsDisconnectedIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- no gpslocation offgps errorsignal lost
FAQ
- What does the gps disconnected icon signify?
- This icon signifies a loss of GPS signal or that location services are unavailable. It's used in UIs to show that the device cannot determine its location.
- How do I use the GpsDisconnectedIcon in React?
- To use it in React, import both HugeiconsIcon and GpsDisconnectedIcon, then render the icon component like this: <HugeiconsIcon icon={GpsDisconnectedIcon} />.
- What is the license for this icon?
- The HugeIcons gps disconnected icon is released under the MIT license, which allows for free usage in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →