A marker with a tick, for a verified location, a confirmed place and arrival. On a 24×24 grid in stroke, duotone and fill, free under MIT.
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 22L5.037152 15.333333C3.725272 13.866607 3 11.96782 3 10C3 5.581722 6.581722 2 11 2C15.418278 2 19 5.581722 19 10C19 10.674712 18.914645 11.346713 18.745967 12M14 10C14 11.6569 12.6569 13 11 13C9.3431 13 8 11.6569 8 10C8 8.3431 9.3431 7 11 7C12.6569 7 14 8.3431 14 10ZM15 19L17 21L21 17"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- verified location
- confirmed place
- arrived
- valid
- location
- place
- address
- gps
- marker
- pin
- done
- verified
- approved
- success
Related icons
The rest of the map family first, then the Maps shelf.
FAQ
Answered from map-pin-check's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the map-pin-check icon for?
- A marker with a tick, for a verified location, a confirmed place and arrival. It is filed under Maps in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as verified location, confirmed place, arrived, valid, location, place, address, gps, marker, pin, done, verified, approved and success, and the browser's search matches all of those.
- What styles does the map-pin-check icon come in?
- All three: stroke, duotone and fill. They are drawn from the same geometry, so swapping weight never moves anything.
- Is there a square or circle version of map-pin-check?
- No. map-pin-check is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with map-pin-check?
- map, map-pin, map-pin-minus, map-pin-off, map-pin-plus and map-pin-search, and 5 more, all shown below. The map family is listed first, then the rest of the Maps shelf, so the row under this one is the useful one even where a shelf runs long.
- How do I import map-pin-check in React?
- <MapPinCheck /> is the component, and the weight decides the module: stroke from "@keyline-icons/react", duotone from "@keyline-icons/react/duotone" and fill from "@keyline-icons/react/fill". It takes the usual SVG props plus a size, so <MapPinCheck size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the map-pin-check SVG?
- icons/stroke/map-pin-check.svg, icons/duotone/map-pin-check.svg and icons/fill/map-pin-check.svg in the repository, normalised: no wrapper, no ids and no classes to strip out. The tabs above hand you the same drawing as SVG or JSX without the download, and neither needs an install.
- When was map-pin-check added to the set?
- Added 12 Aug 2026. It ships in v0.1.0, so an install at that version or later has it.
Questions about the set rather than about this drawing are answered where they belong. The home page covers what the set is, how the three styles differ, why some icons come boxed and where the Figma file is; installing the set in a shadcn/ui project covers the React package, the CLI and using an icon without React. The MIT licence is stated in the footer of every page.