map pin area icon
map-pin-area-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- map-pin-area-light
- Set
- Phosphor
- Style
- Light
- 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="M114 80a14 14 0 1 1 14 14a14 14 0 0 1-14-14m-48 0a62 62 0 0 1 124 0c0 58.81-56.61 91.83-59 93.21a6 6 0 0 1-6 0c-2.39-1.38-59-34.4-59-93.21m12 0c0 44.52 38.81 73.49 50 80.91c11.18-7.42 50-36.38 50-80.91a50 50 0 0 0-100 0m124.08 69.51a6 6 0 1 0-4.16 11.25C215.5 167.25 226 175.94 226 184c0 16.08-40.25 34-98 34s-98-17.92-98-34c0-8.06 10.5-16.75 28.08-23.24a6 6 0 1 0-4.16-11.25C30.76 158.06 18 170.31 18 184c0 13.34 12.18 25.38 34.31 33.88C72.62 225.7 99.5 230 128 230s55.38-4.3 75.69-12.12C225.82 209.38 238 197.34 238 184c0-13.69-12.76-25.94-35.92-34.49"/></svg>
React
import type { SVGProps } from "react";
export function PhMapPinAreaLight(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="M114 80a14 14 0 1 1 14 14a14 14 0 0 1-14-14m-48 0a62 62 0 0 1 124 0c0 58.81-56.61 91.83-59 93.21a6 6 0 0 1-6 0c-2.39-1.38-59-34.4-59-93.21m12 0c0 44.52 38.81 73.49 50 80.91c11.18-7.42 50-36.38 50-80.91a50 50 0 0 0-100 0m124.08 69.51a6 6 0 1 0-4.16 11.25C215.5 167.25 226 175.94 226 184c0 16.08-40.25 34-98 34s-98-17.92-98-34c0-8.06 10.5-16.75 28.08-23.24a6 6 0 1 0-4.16-11.25C30.76 158.06 18 170.31 18 184c0 13.34 12.18 25.38 34.31 33.88C72.62 225.7 99.5 230 128 230s55.38-4.3 75.69-12.12C225.82 209.38 238 197.34 238 184c0-13.69-12.76-25.94-35.92-34.49"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M114 80a14 14 0 1 1 14 14a14 14 0 0 1-14-14m-48 0a62 62 0 0 1 124 0c0 58.81-56.61 91.83-59 93.21a6 6 0 0 1-6 0c-2.39-1.38-59-34.4-59-93.21m12 0c0 44.52 38.81 73.49 50 80.91c11.18-7.42 50-36.38 50-80.91a50 50 0 0 0-100 0m124.08 69.51a6 6 0 1 0-4.16 11.25C215.5 167.25 226 175.94 226 184c0 16.08-40.25 34-98 34s-98-17.92-98-34c0-8.06 10.5-16.75 28.08-23.24a6 6 0 1 0-4.16-11.25C30.76 158.06 18 170.31 18 184c0 13.34 12.18 25.38 34.31 33.88C72.62 225.7 99.5 230 128 230s55.38-4.3 75.69-12.12C225.82 209.38 238 197.34 238 184c0-13.69-12.76-25.94-35.92-34.49"/></svg> </template>
CSS
.icon-map-pin-area-light {
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%22M114%2080a14%2014%200%201%201%2014%2014a14%2014%200%200%201-14-14m-48%200a62%2062%200%200%201%20124%200c0%2058.81-56.61%2091.83-59%2093.21a6%206%200%200%201-6%200c-2.39-1.38-59-34.4-59-93.21m12%200c0%2044.52%2038.81%2073.49%2050%2080.91c11.18-7.42%2050-36.38%2050-80.91a50%2050%200%200%200-100%200m124.08%2069.51a6%206%200%201%200-4.16%2011.25C215.5%20167.25%20226%20175.94%20226%20184c0%2016.08-40.25%2034-98%2034s-98-17.92-98-34c0-8.06%2010.5-16.75%2028.08-23.24a6%206%200%201%200-4.16-11.25C30.76%20158.06%2018%20170.31%2018%20184c0%2013.34%2012.18%2025.38%2034.31%2033.88C72.62%20225.7%2099.5%20230%20128%20230s55.38-4.3%2075.69-12.12C225.82%20209.38%20238%20197.34%20238%20184c0-13.69-12.76-25.94-35.92-34.49%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%22M114%2080a14%2014%200%201%201%2014%2014a14%2014%200%200%201-14-14m-48%200a62%2062%200%200%201%20124%200c0%2058.81-56.61%2091.83-59%2093.21a6%206%200%200%201-6%200c-2.39-1.38-59-34.4-59-93.21m12%200c0%2044.52%2038.81%2073.49%2050%2080.91c11.18-7.42%2050-36.38%2050-80.91a50%2050%200%200%200-100%200m124.08%2069.51a6%206%200%201%200-4.16%2011.25C215.5%20167.25%20226%20175.94%20226%20184c0%2016.08-40.25%2034-98%2034s-98-17.92-98-34c0-8.06%2010.5-16.75%2028.08-23.24a6%206%200%201%200-4.16-11.25C30.76%20158.06%2018%20170.31%2018%20184c0%2013.34%2012.18%2025.38%2034.31%2033.88C72.62%20225.7%2099.5%20230%20128%20230s55.38-4.3%2075.69-12.12C225.82%20209.38%20238%20197.34%20238%20184c0-13.69-12.76-25.94-35.92-34.49%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-light.svg?color=%231a73e8&size=48