The HugeIcons location offline 02 icon depicts a map pin with a diagonal line through it, commonly used to indicate that location services are unavailable or that a user is offline.
Common uses
- Displaying an error state for location-based features.
- Signifying that a device is not connected to the internet.
- Indicating that a specific location cannot be accessed due to network issues.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LocationOffline02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LocationOffline02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- map pin offlineno locationlocation disabledoffline marker
FAQ
- What does the location offline 02 icon represent?
- It represents a map pin with a line through it, signifying that location services are unavailable or that a user is offline.
- How do I use this icon in React?
- Import both HugeiconsIcon and LocationOffline02Icon, then render <HugeiconsIcon icon={LocationOffline02Icon} />.
- 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.
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 →