map pin check icon

map-pin-check from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.

Name
map-pin-check
Set
Keyline Icons
Style
Stroke
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the map pin check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" 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>

React

import type { SVGProps } from "react";

export function KeylineIconsMapPinCheck(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" 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>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" 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>
</template>

CSS

.icon-map-pin-check {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M11%2022L5.037152%2015.333333C3.725272%2013.866607%203%2011.96782%203%2010C3%205.581722%206.581722%202%2011%202C15.418278%202%2019%205.581722%2019%2010C19%2010.674712%2018.914645%2011.346713%2018.745967%2012M14%2010C14%2011.6569%2012.6569%2013%2011%2013C9.3431%2013%208%2011.6569%208%2010C8%208.3431%209.3431%207%2011%207C12.6569%207%2014%208.3431%2014%2010ZM15%2019L17%2021L21%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M11%2022L5.037152%2015.333333C3.725272%2013.866607%203%2011.96782%203%2010C3%205.581722%206.581722%202%2011%202C15.418278%202%2019%205.581722%2019%2010C19%2010.674712%2018.914645%2011.346713%2018.745967%2012M14%2010C14%2011.6569%2012.6569%2013%2011%2013C9.3431%2013%208%2011.6569%208%2010C8%208.3431%209.3431%207%2011%207C12.6569%207%2014%208.3431%2014%2010ZM15%2019L17%2021L21%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/map-pin-check.svg?color=%231a73e8&size=48