map pin line icon
map-pin-line-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- map-pin-line-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the map pin line icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 220h-39.27c5.18-5 10.75-10.71 16.33-17.13C205.15 170.57 220 136.37 220 104a92 92 0 0 0-184 0c0 50 34.12 91.94 59.18 116H56a12 12 0 0 0 0 24h144a12 12 0 0 0 0-24M60 104a68 68 0 0 1 136 0c0 33.31-20 63.37-36.7 82.71a249.4 249.4 0 0 1-31.3 30.18a249.4 249.4 0 0 1-31.3-30.18C80 167.37 60 137.31 60 104m68 44a44 44 0 1 0-44-44a44.05 44.05 0 0 0 44 44m0-64a20 20 0 1 1-20 20a20 20 0 0 1 20-20"/></svg>
React
import type { SVGProps } from "react";
export function PhMapPinLineBold(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="M200 220h-39.27c5.18-5 10.75-10.71 16.33-17.13C205.15 170.57 220 136.37 220 104a92 92 0 0 0-184 0c0 50 34.12 91.94 59.18 116H56a12 12 0 0 0 0 24h144a12 12 0 0 0 0-24M60 104a68 68 0 0 1 136 0c0 33.31-20 63.37-36.7 82.71a249.4 249.4 0 0 1-31.3 30.18a249.4 249.4 0 0 1-31.3-30.18C80 167.37 60 137.31 60 104m68 44a44 44 0 1 0-44-44a44.05 44.05 0 0 0 44 44m0-64a20 20 0 1 1-20 20a20 20 0 0 1 20-20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 220h-39.27c5.18-5 10.75-10.71 16.33-17.13C205.15 170.57 220 136.37 220 104a92 92 0 0 0-184 0c0 50 34.12 91.94 59.18 116H56a12 12 0 0 0 0 24h144a12 12 0 0 0 0-24M60 104a68 68 0 0 1 136 0c0 33.31-20 63.37-36.7 82.71a249.4 249.4 0 0 1-31.3 30.18a249.4 249.4 0 0 1-31.3-30.18C80 167.37 60 137.31 60 104m68 44a44 44 0 1 0-44-44a44.05 44.05 0 0 0 44 44m0-64a20 20 0 1 1-20 20a20 20 0 0 1 20-20"/></svg> </template>
CSS
.icon-map-pin-line-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%22M200%20220h-39.27c5.18-5%2010.75-10.71%2016.33-17.13C205.15%20170.57%20220%20136.37%20220%20104a92%2092%200%200%200-184%200c0%2050%2034.12%2091.94%2059.18%20116H56a12%2012%200%200%200%200%2024h144a12%2012%200%200%200%200-24M60%20104a68%2068%200%200%201%20136%200c0%2033.31-20%2063.37-36.7%2082.71a249.4%20249.4%200%200%201-31.3%2030.18a249.4%20249.4%200%200%201-31.3-30.18C80%20167.37%2060%20137.31%2060%20104m68%2044a44%2044%200%201%200-44-44a44.05%2044.05%200%200%200%2044%2044m0-64a20%2020%200%201%201-20%2020a20%2020%200%200%201%2020-20%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%22M200%20220h-39.27c5.18-5%2010.75-10.71%2016.33-17.13C205.15%20170.57%20220%20136.37%20220%20104a92%2092%200%200%200-184%200c0%2050%2034.12%2091.94%2059.18%20116H56a12%2012%200%200%200%200%2024h144a12%2012%200%200%200%200-24M60%20104a68%2068%200%200%201%20136%200c0%2033.31-20%2063.37-36.7%2082.71a249.4%20249.4%200%200%201-31.3%2030.18a249.4%20249.4%200%200%201-31.3-30.18C80%20167.37%2060%20137.31%2060%20104m68%2044a44%2044%200%201%200-44-44a44.05%2044.05%200%200%200%2044%2044m0-64a20%2020%200%201%201-20%2020a20%2020%200%200%201%2020-20%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/map-pin-line-bold.svg?color=%231a73e8&size=48