The HugeIcons map pin check icon visually represents a confirmed or verified location, often used to indicate a successfully set destination or a completed check-in at a specific place.
Common uses
- Confirming a delivery address.
- Showing a successfully booked location.
- Indicating a completed task at a specific point.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MapPinCheckIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MapPinCheckIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- location checkpin verifiedmap marker successdestination confirmed
FAQ
- What does the map pin check icon signify?
- This icon signifies a location that has been verified, confirmed, or successfully marked. It's useful for confirming actions related to a specific place.
- How do I use the MapPinCheckIcon in React?
- Import both HugeiconsIcon and MapPinCheckIcon from their respective packages, then render the icon using the <HugeiconsIcon icon={MapPinCheckIcon} /> component.
- What is the license for this icon?
- The HugeIcons map pin check icon is available under the MIT license, allowing for free use 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 →