map pinned icon

map-pinned from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
map-pinned
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the map pinned icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M14.498 9.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M3.997 16.5c-.812 2.03-1.218 3.046-.87 3.82a2 2 0 0 0 .385.57c.59.61 1.683.61 3.87.61h9.23c2.187 0 3.28 0 3.87-.61c.16-.167.29-.36.385-.57c.348-.774-.058-1.79-.87-3.82"/><path d="M13.255 17.994a1.813 1.813 0 0 1-2.514 0C7.652 15 3.513 11.658 5.53 6.804C6.624 4.179 9.244 2.5 11.999 2.5s5.375 1.68 6.466 4.304c2.016 4.847-2.113 8.207-5.209 11.19Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMapPinned(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M14.498 9.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M3.997 16.5c-.812 2.03-1.218 3.046-.87 3.82a2 2 0 0 0 .385.57c.59.61 1.683.61 3.87.61h9.23c2.187 0 3.28 0 3.87-.61c.16-.167.29-.36.385-.57c.348-.774-.058-1.79-.87-3.82"/><path d="M13.255 17.994a1.813 1.813 0 0 1-2.514 0C7.652 15 3.513 11.658 5.53 6.804C6.624 4.179 9.244 2.5 11.999 2.5s5.375 1.68 6.466 4.304c2.016 4.847-2.113 8.207-5.209 11.19Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M14.498 9.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M3.997 16.5c-.812 2.03-1.218 3.046-.87 3.82a2 2 0 0 0 .385.57c.59.61 1.683.61 3.87.61h9.23c2.187 0 3.28 0 3.87-.61c.16-.167.29-.36.385-.57c.348-.774-.058-1.79-.87-3.82"/><path d="M13.255 17.994a1.813 1.813 0 0 1-2.514 0C7.652 15 3.513 11.658 5.53 6.804C6.624 4.179 9.244 2.5 11.999 2.5s5.375 1.68 6.466 4.304c2.016 4.847-2.113 8.207-5.209 11.19Z"/></g></svg>
</template>

CSS

.icon-map-pinned {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.498%209.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.997%2016.5c-.812%202.03-1.218%203.046-.87%203.82a2%202%200%200%200%20.385.57c.59.61%201.683.61%203.87.61h9.23c2.187%200%203.28%200%203.87-.61c.16-.167.29-.36.385-.57c.348-.774-.058-1.79-.87-3.82%22%2F%3E%3Cpath%20d%3D%22M13.255%2017.994a1.813%201.813%200%200%201-2.514%200C7.652%2015%203.513%2011.658%205.53%206.804C6.624%204.179%209.244%202.5%2011.999%202.5s5.375%201.68%206.466%204.304c2.016%204.847-2.113%208.207-5.209%2011.19Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.498%209.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.997%2016.5c-.812%202.03-1.218%203.046-.87%203.82a2%202%200%200%200%20.385.57c.59.61%201.683.61%203.87.61h9.23c2.187%200%203.28%200%203.87-.61c.16-.167.29-.36.385-.57c.348-.774-.058-1.79-.87-3.82%22%2F%3E%3Cpath%20d%3D%22M13.255%2017.994a1.813%201.813%200%200%201-2.514%200C7.652%2015%203.513%2011.658%205.53%206.804C6.624%204.179%209.244%202.5%2011.999%202.5s5.375%201.68%206.466%204.304c2.016%204.847-2.113%208.207-5.209%2011.19Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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