map pin area icon
map-pin-area from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- map-pin-area
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the map pin area icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M112 80a16 16 0 1 1 16 16a16 16 0 0 1-16-16m-48 0a64 64 0 0 1 128 0c0 59.95-57.58 93.54-60 94.95a8 8 0 0 1-7.94 0C121.58 173.54 64 140 64 80m16 0c0 42.2 35.84 70.21 48 78.5c12.15-8.28 48-36.3 48-78.5a48 48 0 0 0-96 0m122.77 67.63a8 8 0 0 0-5.54 15C213.74 168.74 224 176.92 224 184c0 13.36-36.52 32-96 32s-96-18.64-96-32c0-7.08 10.26-15.26 26.77-21.36a8 8 0 0 0-5.54-15C29.22 156.49 16 169.41 16 184c0 31.18 57.71 48 112 48s112-16.82 112-48c0-14.59-13.22-27.51-37.23-36.37"/></svg>
React
import type { SVGProps } from "react";
export function PhMapPinArea(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="M112 80a16 16 0 1 1 16 16a16 16 0 0 1-16-16m-48 0a64 64 0 0 1 128 0c0 59.95-57.58 93.54-60 94.95a8 8 0 0 1-7.94 0C121.58 173.54 64 140 64 80m16 0c0 42.2 35.84 70.21 48 78.5c12.15-8.28 48-36.3 48-78.5a48 48 0 0 0-96 0m122.77 67.63a8 8 0 0 0-5.54 15C213.74 168.74 224 176.92 224 184c0 13.36-36.52 32-96 32s-96-18.64-96-32c0-7.08 10.26-15.26 26.77-21.36a8 8 0 0 0-5.54-15C29.22 156.49 16 169.41 16 184c0 31.18 57.71 48 112 48s112-16.82 112-48c0-14.59-13.22-27.51-37.23-36.37"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M112 80a16 16 0 1 1 16 16a16 16 0 0 1-16-16m-48 0a64 64 0 0 1 128 0c0 59.95-57.58 93.54-60 94.95a8 8 0 0 1-7.94 0C121.58 173.54 64 140 64 80m16 0c0 42.2 35.84 70.21 48 78.5c12.15-8.28 48-36.3 48-78.5a48 48 0 0 0-96 0m122.77 67.63a8 8 0 0 0-5.54 15C213.74 168.74 224 176.92 224 184c0 13.36-36.52 32-96 32s-96-18.64-96-32c0-7.08 10.26-15.26 26.77-21.36a8 8 0 0 0-5.54-15C29.22 156.49 16 169.41 16 184c0 31.18 57.71 48 112 48s112-16.82 112-48c0-14.59-13.22-27.51-37.23-36.37"/></svg> </template>
CSS
.icon-map-pin-area {
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%22M112%2080a16%2016%200%201%201%2016%2016a16%2016%200%200%201-16-16m-48%200a64%2064%200%200%201%20128%200c0%2059.95-57.58%2093.54-60%2094.95a8%208%200%200%201-7.94%200C121.58%20173.54%2064%20140%2064%2080m16%200c0%2042.2%2035.84%2070.21%2048%2078.5c12.15-8.28%2048-36.3%2048-78.5a48%2048%200%200%200-96%200m122.77%2067.63a8%208%200%200%200-5.54%2015C213.74%20168.74%20224%20176.92%20224%20184c0%2013.36-36.52%2032-96%2032s-96-18.64-96-32c0-7.08%2010.26-15.26%2026.77-21.36a8%208%200%200%200-5.54-15C29.22%20156.49%2016%20169.41%2016%20184c0%2031.18%2057.71%2048%20112%2048s112-16.82%20112-48c0-14.59-13.22-27.51-37.23-36.37%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%22M112%2080a16%2016%200%201%201%2016%2016a16%2016%200%200%201-16-16m-48%200a64%2064%200%200%201%20128%200c0%2059.95-57.58%2093.54-60%2094.95a8%208%200%200%201-7.94%200C121.58%20173.54%2064%20140%2064%2080m16%200c0%2042.2%2035.84%2070.21%2048%2078.5c12.15-8.28%2048-36.3%2048-78.5a48%2048%200%200%200-96%200m122.77%2067.63a8%208%200%200%200-5.54%2015C213.74%20168.74%20224%20176.92%20224%20184c0%2013.36-36.52%2032-96%2032s-96-18.64-96-32c0-7.08%2010.26-15.26%2026.77-21.36a8%208%200%200%200-5.54-15C29.22%20156.49%2016%20169.41%2016%20184c0%2031.18%2057.71%2048%20112%2048s112-16.82%20112-48c0-14.59-13.22-27.51-37.23-36.37%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/map-pin-area.svg?color=%231a73e8&size=48