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

Name
map-pin-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 8.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5"/><path d="M18.227 3.9A8.68 8.68 0 0 0 12 1.25c-2.34 0-4.579.956-6.227 2.65c-3.03 3.117-3.012 6.85-1.612 10.199c1.386 3.312 4.143 6.335 6.794 8.304a1.75 1.75 0 0 0 2.09 0c2.65-1.969 5.408-4.992 6.794-8.304c1.4-3.348 1.418-7.082-1.612-10.199M12 12.75a2.75 2.75 0 1 1 0-5.5a2.75 2.75 0 0 1 0 5.5"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiMapPinSolid(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="M12 8.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5"/><path d="M18.227 3.9A8.68 8.68 0 0 0 12 1.25c-2.34 0-4.579.956-6.227 2.65c-3.03 3.117-3.012 6.85-1.612 10.199c1.386 3.312 4.143 6.335 6.794 8.304a1.75 1.75 0 0 0 2.09 0c2.65-1.969 5.408-4.992 6.794-8.304c1.4-3.348 1.418-7.082-1.612-10.199M12 12.75a2.75 2.75 0 1 1 0-5.5a2.75 2.75 0 0 1 0 5.5"/></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="M12 8.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5"/><path d="M18.227 3.9A8.68 8.68 0 0 0 12 1.25c-2.34 0-4.579.956-6.227 2.65c-3.03 3.117-3.012 6.85-1.612 10.199c1.386 3.312 4.143 6.335 6.794 8.304a1.75 1.75 0 0 0 2.09 0c2.65-1.969 5.408-4.992 6.794-8.304c1.4-3.348 1.418-7.082-1.612-10.199M12 12.75a2.75 2.75 0 1 1 0-5.5a2.75 2.75 0 0 1 0 5.5"/></g></svg>
</template>

CSS

.icon-map-pin-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%22M12%208.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5%22%2F%3E%3Cpath%20d%3D%22M18.227%203.9A8.68%208.68%200%200%200%2012%201.25c-2.34%200-4.579.956-6.227%202.65c-3.03%203.117-3.012%206.85-1.612%2010.199c1.386%203.312%204.143%206.335%206.794%208.304a1.75%201.75%200%200%200%202.09%200c2.65-1.969%205.408-4.992%206.794-8.304c1.4-3.348%201.418-7.082-1.612-10.199M12%2012.75a2.75%202.75%200%201%201%200-5.5a2.75%202.75%200%200%201%200%205.5%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%22M12%208.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5%22%2F%3E%3Cpath%20d%3D%22M18.227%203.9A8.68%208.68%200%200%200%2012%201.25c-2.34%200-4.579.956-6.227%202.65c-3.03%203.117-3.012%206.85-1.612%2010.199c1.386%203.312%204.143%206.335%206.794%208.304a1.75%201.75%200%200%200%202.09%200c2.65-1.969%205.408-4.992%206.794-8.304c1.4-3.348%201.418-7.082-1.612-10.199M12%2012.75a2.75%202.75%200%201%201%200-5.5a2.75%202.75%200%200%201%200%205.5%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-solid.svg?color=%231a73e8&size=48