map pin icon

map-pin from Unicons by Iconscout · Line · Location And Map · Apache-2.0 Free for personal and commercial use.

Name
map-pin
Set
Unicons
Style
Line
Category
Location And Map
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More location and map icons from Unicons

Use the map pin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.37 12.79a1 1 0 0 0-.74 1.86C17.09 15.23 18 16.13 18 17c0 1.42-2.46 3-6 3s-6-1.58-6-3c0-.87.91-1.77 2.37-2.35a1 1 0 0 0-.74-1.86C5.36 13.69 4 15.26 4 17c0 2.8 3.51 5 8 5s8-2.2 8-5c0-1.74-1.36-3.31-3.63-4.21M11 9.86V17a1 1 0 0 0 2 0V9.86a4 4 0 1 0-2 0M12 4a2 2 0 1 1-2 2a2 2 0 0 1 2-2"/></svg>

React

import type { SVGProps } from "react";

export function UilMapPin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.37 12.79a1 1 0 0 0-.74 1.86C17.09 15.23 18 16.13 18 17c0 1.42-2.46 3-6 3s-6-1.58-6-3c0-.87.91-1.77 2.37-2.35a1 1 0 0 0-.74-1.86C5.36 13.69 4 15.26 4 17c0 2.8 3.51 5 8 5s8-2.2 8-5c0-1.74-1.36-3.31-3.63-4.21M11 9.86V17a1 1 0 0 0 2 0V9.86a4 4 0 1 0-2 0M12 4a2 2 0 1 1-2 2a2 2 0 0 1 2-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.37 12.79a1 1 0 0 0-.74 1.86C17.09 15.23 18 16.13 18 17c0 1.42-2.46 3-6 3s-6-1.58-6-3c0-.87.91-1.77 2.37-2.35a1 1 0 0 0-.74-1.86C5.36 13.69 4 15.26 4 17c0 2.8 3.51 5 8 5s8-2.2 8-5c0-1.74-1.36-3.31-3.63-4.21M11 9.86V17a1 1 0 0 0 2 0V9.86a4 4 0 1 0-2 0M12 4a2 2 0 1 1-2 2a2 2 0 0 1 2-2"/></svg>
</template>

CSS

.icon-map-pin {
  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%22currentColor%22%20d%3D%22M16.37%2012.79a1%201%200%200%200-.74%201.86C17.09%2015.23%2018%2016.13%2018%2017c0%201.42-2.46%203-6%203s-6-1.58-6-3c0-.87.91-1.77%202.37-2.35a1%201%200%200%200-.74-1.86C5.36%2013.69%204%2015.26%204%2017c0%202.8%203.51%205%208%205s8-2.2%208-5c0-1.74-1.36-3.31-3.63-4.21M11%209.86V17a1%201%200%200%200%202%200V9.86a4%204%200%201%200-2%200M12%204a2%202%200%201%201-2%202a2%202%200%200%201%202-2%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%22currentColor%22%20d%3D%22M16.37%2012.79a1%201%200%200%200-.74%201.86C17.09%2015.23%2018%2016.13%2018%2017c0%201.42-2.46%203-6%203s-6-1.58-6-3c0-.87.91-1.77%202.37-2.35a1%201%200%200%200-.74-1.86C5.36%2013.69%204%2015.26%204%2017c0%202.8%203.51%205%208%205s8-2.2%208-5c0-1.74-1.36-3.31-3.63-4.21M11%209.86V17a1%201%200%200%200%202%200V9.86a4%204%200%201%200-2%200M12%204a2%202%200%201%201-2%202a2%202%200%200%201%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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