map pin check icon
map-pin-check-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- map-pin-check-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI 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"><g fill="currentColor"><path d="M18.406 3.727A8.94 8.94 0 0 0 12 1a8.94 8.94 0 0 0-6.406 2.727c-3.12 3.208-3.09 7.056-1.663 10.468c1.407 3.365 4.2 6.42 6.876 8.409a1.995 1.995 0 0 0 2.386 0q.739-.55 1.468-1.19a1 1 0 1 0-1.322-1.5c-.444.39-.895.754-1.34 1.084c-2.474-1.838-4.991-4.629-6.224-7.575c-1.212-2.899-1.154-5.826 1.253-8.302A6.93 6.93 0 0 1 12 3c1.86 0 3.648.76 4.972 2.121c1.97 2.027 2.35 4.326 1.797 6.648a1 1 0 0 0 1.947.462c.688-2.893.201-5.922-2.31-8.504M20.23 14.19a1 1 0 0 0-1.396.224l-2.283 3.162l-.798-.912l-.071-.073a1 1 0 0 0-1.498 1.31l.063.08l1.379 1.576c.55.628 1.541.582 2.03-.095l2.8-3.876a1 1 0 0 0-.226-1.396"/><path d="M15 10a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></g></svg>
React
import type { SVGProps } from "react";
export function MynauiMapPinCheckSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.406 3.727A8.94 8.94 0 0 0 12 1a8.94 8.94 0 0 0-6.406 2.727c-3.12 3.208-3.09 7.056-1.663 10.468c1.407 3.365 4.2 6.42 6.876 8.409a1.995 1.995 0 0 0 2.386 0q.739-.55 1.468-1.19a1 1 0 1 0-1.322-1.5c-.444.39-.895.754-1.34 1.084c-2.474-1.838-4.991-4.629-6.224-7.575c-1.212-2.899-1.154-5.826 1.253-8.302A6.93 6.93 0 0 1 12 3c1.86 0 3.648.76 4.972 2.121c1.97 2.027 2.35 4.326 1.797 6.648a1 1 0 0 0 1.947.462c.688-2.893.201-5.922-2.31-8.504M20.23 14.19a1 1 0 0 0-1.396.224l-2.283 3.162l-.798-.912l-.071-.073a1 1 0 0 0-1.498 1.31l.063.08l1.379 1.576c.55.628 1.541.582 2.03-.095l2.8-3.876a1 1 0 0 0-.226-1.396"/><path d="M15 10a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.406 3.727A8.94 8.94 0 0 0 12 1a8.94 8.94 0 0 0-6.406 2.727c-3.12 3.208-3.09 7.056-1.663 10.468c1.407 3.365 4.2 6.42 6.876 8.409a1.995 1.995 0 0 0 2.386 0q.739-.55 1.468-1.19a1 1 0 1 0-1.322-1.5c-.444.39-.895.754-1.34 1.084c-2.474-1.838-4.991-4.629-6.224-7.575c-1.212-2.899-1.154-5.826 1.253-8.302A6.93 6.93 0 0 1 12 3c1.86 0 3.648.76 4.972 2.121c1.97 2.027 2.35 4.326 1.797 6.648a1 1 0 0 0 1.947.462c.688-2.893.201-5.922-2.31-8.504M20.23 14.19a1 1 0 0 0-1.396.224l-2.283 3.162l-.798-.912l-.071-.073a1 1 0 0 0-1.498 1.31l.063.08l1.379 1.576c.55.628 1.541.582 2.03-.095l2.8-3.876a1 1 0 0 0-.226-1.396"/><path d="M15 10a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></g></svg> </template>
CSS
.icon-map-pin-check-solid {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.406%203.727A8.94%208.94%200%200%200%2012%201a8.94%208.94%200%200%200-6.406%202.727c-3.12%203.208-3.09%207.056-1.663%2010.468c1.407%203.365%204.2%206.42%206.876%208.409a1.995%201.995%200%200%200%202.386%200q.739-.55%201.468-1.19a1%201%200%201%200-1.322-1.5c-.444.39-.895.754-1.34%201.084c-2.474-1.838-4.991-4.629-6.224-7.575c-1.212-2.899-1.154-5.826%201.253-8.302A6.93%206.93%200%200%201%2012%203c1.86%200%203.648.76%204.972%202.121c1.97%202.027%202.35%204.326%201.797%206.648a1%201%200%200%200%201.947.462c.688-2.893.201-5.922-2.31-8.504M20.23%2014.19a1%201%200%200%200-1.396.224l-2.283%203.162l-.798-.912l-.071-.073a1%201%200%200%200-1.498%201.31l.063.08l1.379%201.576c.55.628%201.541.582%202.03-.095l2.8-3.876a1%201%200%200%200-.226-1.396%22%2F%3E%3Cpath%20d%3D%22M15%2010a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.406%203.727A8.94%208.94%200%200%200%2012%201a8.94%208.94%200%200%200-6.406%202.727c-3.12%203.208-3.09%207.056-1.663%2010.468c1.407%203.365%204.2%206.42%206.876%208.409a1.995%201.995%200%200%200%202.386%200q.739-.55%201.468-1.19a1%201%200%201%200-1.322-1.5c-.444.39-.895.754-1.34%201.084c-2.474-1.838-4.991-4.629-6.224-7.575c-1.212-2.899-1.154-5.826%201.253-8.302A6.93%206.93%200%200%201%2012%203c1.86%200%203.648.76%204.972%202.121c1.97%202.027%202.35%204.326%201.797%206.648a1%201%200%200%200%201.947.462c.688-2.893.201-5.922-2.31-8.504M20.23%2014.19a1%201%200%200%200-1.396.224l-2.283%203.162l-.798-.912l-.071-.073a1%201%200%200%200-1.498%201.31l.063.08l1.379%201.576c.55.628%201.541.582%202.03-.095l2.8-3.876a1%201%200%200%200-.226-1.396%22%2F%3E%3Cpath%20d%3D%22M15%2010a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/map-pin-check-solid.svg?color=%231a73e8&size=48