map pin simple area icon
map-pin-simple-area-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- map-pin-simple-area-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M160 64a32 32 0 1 1-32-32a32 32 0 0 1 32 32" opacity=".2"/><path d="M120 103.2V176a8 8 0 0 0 16 0v-72.8a40 40 0 1 0-16 0m8-63.2a24 24 0 1 1-24 24a24 24 0 0 1 24-24m112 136c0 31.18-57.71 48-112 48S16 207.18 16 176c0-7.74 3.81-19.13 22-29.41c12.26-6.94 29.12-12.27 48.77-15.42a8 8 0 1 1 2.5 15.83c-17.54 2.82-33 7.63-43.42 13.55C37.05 165.5 32 171.14 32 176c0 13.36 36.52 32 96 32s96-18.64 96-32c0-4.86-5.05-10.5-13.85-15.49c-10.46-5.92-25.88-10.73-43.42-13.55a8 8 0 1 1 2.54-15.79c19.65 3.15 36.51 8.48 48.77 15.42C236.19 156.87 240 168.26 240 176"/></g></svg>
React
import type { SVGProps } from "react";
export function PhMapPinSimpleAreaDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M160 64a32 32 0 1 1-32-32a32 32 0 0 1 32 32" opacity=".2"/><path d="M120 103.2V176a8 8 0 0 0 16 0v-72.8a40 40 0 1 0-16 0m8-63.2a24 24 0 1 1-24 24a24 24 0 0 1 24-24m112 136c0 31.18-57.71 48-112 48S16 207.18 16 176c0-7.74 3.81-19.13 22-29.41c12.26-6.94 29.12-12.27 48.77-15.42a8 8 0 1 1 2.5 15.83c-17.54 2.82-33 7.63-43.42 13.55C37.05 165.5 32 171.14 32 176c0 13.36 36.52 32 96 32s96-18.64 96-32c0-4.86-5.05-10.5-13.85-15.49c-10.46-5.92-25.88-10.73-43.42-13.55a8 8 0 1 1 2.54-15.79c19.65 3.15 36.51 8.48 48.77 15.42C236.19 156.87 240 168.26 240 176"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M160 64a32 32 0 1 1-32-32a32 32 0 0 1 32 32" opacity=".2"/><path d="M120 103.2V176a8 8 0 0 0 16 0v-72.8a40 40 0 1 0-16 0m8-63.2a24 24 0 1 1-24 24a24 24 0 0 1 24-24m112 136c0 31.18-57.71 48-112 48S16 207.18 16 176c0-7.74 3.81-19.13 22-29.41c12.26-6.94 29.12-12.27 48.77-15.42a8 8 0 1 1 2.5 15.83c-17.54 2.82-33 7.63-43.42 13.55C37.05 165.5 32 171.14 32 176c0 13.36 36.52 32 96 32s96-18.64 96-32c0-4.86-5.05-10.5-13.85-15.49c-10.46-5.92-25.88-10.73-43.42-13.55a8 8 0 1 1 2.54-15.79c19.65 3.15 36.51 8.48 48.77 15.42C236.19 156.87 240 168.26 240 176"/></g></svg> </template>
CSS
.icon-map-pin-simple-area-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M160%2064a32%2032%200%201%201-32-32a32%2032%200%200%201%2032%2032%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M120%20103.2V176a8%208%200%200%200%2016%200v-72.8a40%2040%200%201%200-16%200m8-63.2a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m112%20136c0%2031.18-57.71%2048-112%2048S16%20207.18%2016%20176c0-7.74%203.81-19.13%2022-29.41c12.26-6.94%2029.12-12.27%2048.77-15.42a8%208%200%201%201%202.5%2015.83c-17.54%202.82-33%207.63-43.42%2013.55C37.05%20165.5%2032%20171.14%2032%20176c0%2013.36%2036.52%2032%2096%2032s96-18.64%2096-32c0-4.86-5.05-10.5-13.85-15.49c-10.46-5.92-25.88-10.73-43.42-13.55a8%208%200%201%201%202.54-15.79c19.65%203.15%2036.51%208.48%2048.77%2015.42C236.19%20156.87%20240%20168.26%20240%20176%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M160%2064a32%2032%200%201%201-32-32a32%2032%200%200%201%2032%2032%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M120%20103.2V176a8%208%200%200%200%2016%200v-72.8a40%2040%200%201%200-16%200m8-63.2a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m112%20136c0%2031.18-57.71%2048-112%2048S16%20207.18%2016%20176c0-7.74%203.81-19.13%2022-29.41c12.26-6.94%2029.12-12.27%2048.77-15.42a8%208%200%201%201%202.5%2015.83c-17.54%202.82-33%207.63-43.42%2013.55C37.05%20165.5%2032%20171.14%2032%20176c0%2013.36%2036.52%2032%2096%2032s96-18.64%2096-32c0-4.86-5.05-10.5-13.85-15.49c-10.46-5.92-25.88-10.73-43.42-13.55a8%208%200%201%201%202.54-15.79c19.65%203.15%2036.51%208.48%2048.77%2015.42C236.19%20156.87%20240%20168.26%20240%20176%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/map-pin-simple-area-duotone.svg?color=%231a73e8&size=48