map pin area icon
map-pin-area-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- map-pin-area-bold
- Set
- Phosphor
- Style
- Bold
- 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="M108 80a20 20 0 1 1 20 20a20 20 0 0 1-20-20m-48 0a68 68 0 0 1 136 0c0 62.25-59.51 97-62.05 98.42a12 12 0 0 1-11.9 0C119.51 177 60 142.25 60 80m24 0c0 38.2 30.71 64.2 44 73.64c13.21-9.49 44-35.64 44-73.64a44 44 0 0 0-88 0m124.57 65.6a12 12 0 1 0-9.14 22.19C213.56 173.61 220 180.27 220 184c0 4-7.13 11.07-22.77 17.08c-18.3 7-42.89 10.92-69.23 10.92s-50.93-3.88-69.23-10.92C43.12 195.07 36 188 36 184c0-3.73 6.44-10.39 20.57-16.21a12 12 0 1 0-9.14-22.19C31.27 152.25 12 164.31 12 184c0 34.14 58.36 52 116 52c29.22 0 56.86-4.44 77.85-12.52C220.1 218 244 205.59 244 184c0-19.69-19.27-31.75-35.43-38.4"/></svg>
React
import type { SVGProps } from "react";
export function PhMapPinAreaBold(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="M108 80a20 20 0 1 1 20 20a20 20 0 0 1-20-20m-48 0a68 68 0 0 1 136 0c0 62.25-59.51 97-62.05 98.42a12 12 0 0 1-11.9 0C119.51 177 60 142.25 60 80m24 0c0 38.2 30.71 64.2 44 73.64c13.21-9.49 44-35.64 44-73.64a44 44 0 0 0-88 0m124.57 65.6a12 12 0 1 0-9.14 22.19C213.56 173.61 220 180.27 220 184c0 4-7.13 11.07-22.77 17.08c-18.3 7-42.89 10.92-69.23 10.92s-50.93-3.88-69.23-10.92C43.12 195.07 36 188 36 184c0-3.73 6.44-10.39 20.57-16.21a12 12 0 1 0-9.14-22.19C31.27 152.25 12 164.31 12 184c0 34.14 58.36 52 116 52c29.22 0 56.86-4.44 77.85-12.52C220.1 218 244 205.59 244 184c0-19.69-19.27-31.75-35.43-38.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M108 80a20 20 0 1 1 20 20a20 20 0 0 1-20-20m-48 0a68 68 0 0 1 136 0c0 62.25-59.51 97-62.05 98.42a12 12 0 0 1-11.9 0C119.51 177 60 142.25 60 80m24 0c0 38.2 30.71 64.2 44 73.64c13.21-9.49 44-35.64 44-73.64a44 44 0 0 0-88 0m124.57 65.6a12 12 0 1 0-9.14 22.19C213.56 173.61 220 180.27 220 184c0 4-7.13 11.07-22.77 17.08c-18.3 7-42.89 10.92-69.23 10.92s-50.93-3.88-69.23-10.92C43.12 195.07 36 188 36 184c0-3.73 6.44-10.39 20.57-16.21a12 12 0 1 0-9.14-22.19C31.27 152.25 12 164.31 12 184c0 34.14 58.36 52 116 52c29.22 0 56.86-4.44 77.85-12.52C220.1 218 244 205.59 244 184c0-19.69-19.27-31.75-35.43-38.4"/></svg> </template>
CSS
.icon-map-pin-area-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%22M108%2080a20%2020%200%201%201%2020%2020a20%2020%200%200%201-20-20m-48%200a68%2068%200%200%201%20136%200c0%2062.25-59.51%2097-62.05%2098.42a12%2012%200%200%201-11.9%200C119.51%20177%2060%20142.25%2060%2080m24%200c0%2038.2%2030.71%2064.2%2044%2073.64c13.21-9.49%2044-35.64%2044-73.64a44%2044%200%200%200-88%200m124.57%2065.6a12%2012%200%201%200-9.14%2022.19C213.56%20173.61%20220%20180.27%20220%20184c0%204-7.13%2011.07-22.77%2017.08c-18.3%207-42.89%2010.92-69.23%2010.92s-50.93-3.88-69.23-10.92C43.12%20195.07%2036%20188%2036%20184c0-3.73%206.44-10.39%2020.57-16.21a12%2012%200%201%200-9.14-22.19C31.27%20152.25%2012%20164.31%2012%20184c0%2034.14%2058.36%2052%20116%2052c29.22%200%2056.86-4.44%2077.85-12.52C220.1%20218%20244%20205.59%20244%20184c0-19.69-19.27-31.75-35.43-38.4%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%22M108%2080a20%2020%200%201%201%2020%2020a20%2020%200%200%201-20-20m-48%200a68%2068%200%200%201%20136%200c0%2062.25-59.51%2097-62.05%2098.42a12%2012%200%200%201-11.9%200C119.51%20177%2060%20142.25%2060%2080m24%200c0%2038.2%2030.71%2064.2%2044%2073.64c13.21-9.49%2044-35.64%2044-73.64a44%2044%200%200%200-88%200m124.57%2065.6a12%2012%200%201%200-9.14%2022.19C213.56%20173.61%20220%20180.27%20220%20184c0%204-7.13%2011.07-22.77%2017.08c-18.3%207-42.89%2010.92-69.23%2010.92s-50.93-3.88-69.23-10.92C43.12%20195.07%2036%20188%2036%20184c0-3.73%206.44-10.39%2020.57-16.21a12%2012%200%201%200-9.14-22.19C31.27%20152.25%2012%20164.31%2012%20184c0%2034.14%2058.36%2052%20116%2052c29.22%200%2056.86-4.44%2077.85-12.52C220.1%20218%20244%20205.59%20244%20184c0-19.69-19.27-31.75-35.43-38.4%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-bold.svg?color=%231a73e8&size=48