map pin plus icon

map-pin-plus-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
map-pin-plus-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 plus 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.504M16.5 17.5V19a1 1 0 1 0 2 0v-1.5H20a1 1 0 0 0 0-2h-1.5V14a1 1 0 0 0-2 0v1.5H15a1 1 0 1 0 0 2z"/><path d="M12 13a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiMapPinPlusSolid(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.504M16.5 17.5V19a1 1 0 1 0 2 0v-1.5H20a1 1 0 0 0 0-2h-1.5V14a1 1 0 0 0-2 0v1.5H15a1 1 0 1 0 0 2z"/><path d="M12 13a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></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.504M16.5 17.5V19a1 1 0 1 0 2 0v-1.5H20a1 1 0 0 0 0-2h-1.5V14a1 1 0 0 0-2 0v1.5H15a1 1 0 1 0 0 2z"/><path d="M12 13a3 3 0 1 0 0-6a3 3 0 0 0 0 6"/></g></svg>
</template>

CSS

.icon-map-pin-plus-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.504M16.5%2017.5V19a1%201%200%201%200%202%200v-1.5H20a1%201%200%200%200%200-2h-1.5V14a1%201%200%200%200-2%200v1.5H15a1%201%200%201%200%200%202z%22%2F%3E%3Cpath%20d%3D%22M12%2013a3%203%200%201%200%200-6a3%203%200%200%200%200%206%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.504M16.5%2017.5V19a1%201%200%201%200%202%200v-1.5H20a1%201%200%200%200%200-2h-1.5V14a1%201%200%200%200-2%200v1.5H15a1%201%200%201%200%200%202z%22%2F%3E%3Cpath%20d%3D%22M12%2013a3%203%200%201%200%200-6a3%203%200%200%200%200%206%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-plus-solid.svg?color=%231a73e8&size=48