The HugeIcons location offline 01 icon depicts a map marker with a diagonal line through it, commonly used to indicate that location services are unavailable or that a user is currently offline.
Common uses
- Displaying offline status for location-based features.
- Indicating a lack of GPS signal.
- Signifying that a map view is not currently accessible.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LocationOffline01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LocationOffline01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- map marker offlineno locationgps unavailableoffline pin
FAQ
- What does the location offline 01 icon represent?
- It represents a map marker with a line through it, signifying that location services are unavailable or that the user is offline.
- How do I use the LocationOffline01Icon in React?
- Import both HugeiconsIcon and LocationOffline01Icon, then render <HugeiconsIcon icon={LocationOffline01Icon} />.
- What is the license for this icon?
- This icon is available under the MIT license.
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 →