map pin simple area icon

map-pin-simple-area-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
map-pin-simple-area-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the map pin simple area icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M88 64a40 40 0 1 1 48 39.19V176a8 8 0 0 1-16 0v-72.81A40.05 40.05 0 0 1 88 64m130 82.59c-12.26-6.94-29.12-12.27-48.77-15.42a8 8 0 1 0-2.5 15.83c17.54 2.82 33 7.63 43.42 13.55C219 165.5 224 171.14 224 176c0 13.36-36.52 32-96 32s-96-18.64-96-32c0-4.86 5-10.5 13.85-15.49c10.46-5.92 25.88-10.73 43.42-13.55a8 8 0 1 0-2.54-15.79c-19.65 3.15-36.51 8.48-48.77 15.42C19.81 156.87 16 168.26 16 176c0 31.18 57.71 48 112 48s112-16.82 112-48c0-7.74-3.81-19.13-22-29.41"/></svg>

React

import type { SVGProps } from "react";

export function PhMapPinSimpleAreaFill(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="M88 64a40 40 0 1 1 48 39.19V176a8 8 0 0 1-16 0v-72.81A40.05 40.05 0 0 1 88 64m130 82.59c-12.26-6.94-29.12-12.27-48.77-15.42a8 8 0 1 0-2.5 15.83c17.54 2.82 33 7.63 43.42 13.55C219 165.5 224 171.14 224 176c0 13.36-36.52 32-96 32s-96-18.64-96-32c0-4.86 5-10.5 13.85-15.49c10.46-5.92 25.88-10.73 43.42-13.55a8 8 0 1 0-2.54-15.79c-19.65 3.15-36.51 8.48-48.77 15.42C19.81 156.87 16 168.26 16 176c0 31.18 57.71 48 112 48s112-16.82 112-48c0-7.74-3.81-19.13-22-29.41"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M88 64a40 40 0 1 1 48 39.19V176a8 8 0 0 1-16 0v-72.81A40.05 40.05 0 0 1 88 64m130 82.59c-12.26-6.94-29.12-12.27-48.77-15.42a8 8 0 1 0-2.5 15.83c17.54 2.82 33 7.63 43.42 13.55C219 165.5 224 171.14 224 176c0 13.36-36.52 32-96 32s-96-18.64-96-32c0-4.86 5-10.5 13.85-15.49c10.46-5.92 25.88-10.73 43.42-13.55a8 8 0 1 0-2.54-15.79c-19.65 3.15-36.51 8.48-48.77 15.42C19.81 156.87 16 168.26 16 176c0 31.18 57.71 48 112 48s112-16.82 112-48c0-7.74-3.81-19.13-22-29.41"/></svg>
</template>

CSS

.icon-map-pin-simple-area-fill {
  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%22M88%2064a40%2040%200%201%201%2048%2039.19V176a8%208%200%200%201-16%200v-72.81A40.05%2040.05%200%200%201%2088%2064m130%2082.59c-12.26-6.94-29.12-12.27-48.77-15.42a8%208%200%201%200-2.5%2015.83c17.54%202.82%2033%207.63%2043.42%2013.55C219%20165.5%20224%20171.14%20224%20176c0%2013.36-36.52%2032-96%2032s-96-18.64-96-32c0-4.86%205-10.5%2013.85-15.49c10.46-5.92%2025.88-10.73%2043.42-13.55a8%208%200%201%200-2.54-15.79c-19.65%203.15-36.51%208.48-48.77%2015.42C19.81%20156.87%2016%20168.26%2016%20176c0%2031.18%2057.71%2048%20112%2048s112-16.82%20112-48c0-7.74-3.81-19.13-22-29.41%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%22M88%2064a40%2040%200%201%201%2048%2039.19V176a8%208%200%200%201-16%200v-72.81A40.05%2040.05%200%200%201%2088%2064m130%2082.59c-12.26-6.94-29.12-12.27-48.77-15.42a8%208%200%201%200-2.5%2015.83c17.54%202.82%2033%207.63%2043.42%2013.55C219%20165.5%20224%20171.14%20224%20176c0%2013.36-36.52%2032-96%2032s-96-18.64-96-32c0-4.86%205-10.5%2013.85-15.49c10.46-5.92%2025.88-10.73%2043.42-13.55a8%208%200%201%200-2.54-15.79c-19.65%203.15-36.51%208.48-48.77%2015.42C19.81%20156.87%2016%20168.26%2016%20176c0%2031.18%2057.71%2048%20112%2048s112-16.82%20112-48c0-7.74-3.81-19.13-22-29.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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