map pin icon

map-pin-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
map-pin-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the map pin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 60a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44m0 64a20 20 0 1 1 20-20a20 20 0 0 1-20 20m0-112a92.1 92.1 0 0 0-92 92c0 77.36 81.64 135.4 85.12 137.83a12 12 0 0 0 13.76 0a259 259 0 0 0 42.18-39C205.15 170.57 220 136.37 220 104a92.1 92.1 0 0 0-92-92m31.3 174.71a249.4 249.4 0 0 1-31.3 30.18a249.4 249.4 0 0 1-31.3-30.18C80 167.37 60 137.31 60 104a68 68 0 0 1 136 0c0 33.31-20 63.37-36.7 82.71"/></svg>

React

import type { SVGProps } from "react";

export function PhMapPinBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 60a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44m0 64a20 20 0 1 1 20-20a20 20 0 0 1-20 20m0-112a92.1 92.1 0 0 0-92 92c0 77.36 81.64 135.4 85.12 137.83a12 12 0 0 0 13.76 0a259 259 0 0 0 42.18-39C205.15 170.57 220 136.37 220 104a92.1 92.1 0 0 0-92-92m31.3 174.71a249.4 249.4 0 0 1-31.3 30.18a249.4 249.4 0 0 1-31.3-30.18C80 167.37 60 137.31 60 104a68 68 0 0 1 136 0c0 33.31-20 63.37-36.7 82.71"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 60a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44m0 64a20 20 0 1 1 20-20a20 20 0 0 1-20 20m0-112a92.1 92.1 0 0 0-92 92c0 77.36 81.64 135.4 85.12 137.83a12 12 0 0 0 13.76 0a259 259 0 0 0 42.18-39C205.15 170.57 220 136.37 220 104a92.1 92.1 0 0 0-92-92m31.3 174.71a249.4 249.4 0 0 1-31.3 30.18a249.4 249.4 0 0 1-31.3-30.18C80 167.37 60 137.31 60 104a68 68 0 0 1 136 0c0 33.31-20 63.37-36.7 82.71"/></svg>
</template>

CSS

.icon-map-pin-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2060a44%2044%200%201%200%2044%2044a44.05%2044.05%200%200%200-44-44m0%2064a20%2020%200%201%201%2020-20a20%2020%200%200%201-20%2020m0-112a92.1%2092.1%200%200%200-92%2092c0%2077.36%2081.64%20135.4%2085.12%20137.83a12%2012%200%200%200%2013.76%200a259%20259%200%200%200%2042.18-39C205.15%20170.57%20220%20136.37%20220%20104a92.1%2092.1%200%200%200-92-92m31.3%20174.71a249.4%20249.4%200%200%201-31.3%2030.18a249.4%20249.4%200%200%201-31.3-30.18C80%20167.37%2060%20137.31%2060%20104a68%2068%200%200%201%20136%200c0%2033.31-20%2063.37-36.7%2082.71%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2060a44%2044%200%201%200%2044%2044a44.05%2044.05%200%200%200-44-44m0%2064a20%2020%200%201%201%2020-20a20%2020%200%200%201-20%2020m0-112a92.1%2092.1%200%200%200-92%2092c0%2077.36%2081.64%20135.4%2085.12%20137.83a12%2012%200%200%200%2013.76%200a259%20259%200%200%200%2042.18-39C205.15%20170.57%20220%20136.37%20220%20104a92.1%2092.1%200%200%200-92-92m31.3%20174.71a249.4%20249.4%200%200%201-31.3%2030.18a249.4%20249.4%200%200%201-31.3-30.18C80%20167.37%2060%20137.31%2060%20104a68%2068%200%200%201%20136%200c0%2033.31-20%2063.37-36.7%2082.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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