map-pin from Font Awesome 6 Solid by Dave Gandy · Regular · Maps · CC-BY-4.0 Attribution required.

Name
map-pin
Set
Font Awesome 6 Solid
Style
Regular
Category
Maps
Viewbox
320×512
License
CC BY 4.0

The same icon in other sets

More maps icons from Font Awesome 6 Solid

Use the map pin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M16 144a144 144 0 1 1 288 0a144 144 0 1 1-288 0m144-64c8.8 0 16-7.2 16-16s-7.2-16-16-16c-53 0-96 43-96 96c0 8.8 7.2 16 16 16s16-7.2 16-16c0-35.3 28.7-64 64-64m-32 400V317.1a178 178 0 0 0 64 0V480c0 17.7-14.3 32-32 32s-32-14.3-32-32"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidMapPin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M16 144a144 144 0 1 1 288 0a144 144 0 1 1-288 0m144-64c8.8 0 16-7.2 16-16s-7.2-16-16-16c-53 0-96 43-96 96c0 8.8 7.2 16 16 16s16-7.2 16-16c0-35.3 28.7-64 64-64m-32 400V317.1a178 178 0 0 0 64 0V480c0 17.7-14.3 32-32 32s-32-14.3-32-32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M16 144a144 144 0 1 1 288 0a144 144 0 1 1-288 0m144-64c8.8 0 16-7.2 16-16s-7.2-16-16-16c-53 0-96 43-96 96c0 8.8 7.2 16 16 16s16-7.2 16-16c0-35.3 28.7-64 64-64m-32 400V317.1a178 178 0 0 0 64 0V480c0 17.7-14.3 32-32 32s-32-14.3-32-32"/></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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%20144a144%20144%200%201%201%20288%200a144%20144%200%201%201-288%200m144-64c8.8%200%2016-7.2%2016-16s-7.2-16-16-16c-53%200-96%2043-96%2096c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16c0-35.3%2028.7-64%2064-64m-32%20400V317.1a178%20178%200%200%200%2064%200V480c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32%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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%20144a144%20144%200%201%201%20288%200a144%20144%200%201%201-288%200m144-64c8.8%200%2016-7.2%2016-16s-7.2-16-16-16c-53%200-96%2043-96%2096c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16c0-35.3%2028.7-64%2064-64m-32%20400V317.1a178%20178%200%200%200%2064%200V480c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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