The HugeIcons entering geo fence icon visually represents the action of entering a defined geographical area, commonly used to indicate location-based triggers or proximity alerts.
Common uses
- Triggering an action when a user enters a specific zone.
- Displaying a notification for proximity to a point of interest.
- Visualizing geofencing boundaries in a map interface.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { EnteringGeoFenceIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={EnteringGeoFenceIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- geofence inlocation boundaryenter zoneproximity alert
FAQ
- What does the entering geo fence icon represent?
- It signifies crossing into a predefined geographical boundary, often used for location-based services and notifications.
- How do I use this icon in React?
- Import it using `import { EnteringGeoFenceIcon } from '@hugeicons/core-free-icons';` and render it with `<HugeiconsIcon icon={EnteringGeoFenceIcon} />`.
- What is the license for this icon?
- This icon is part of the HugeIcons library and 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 →