map marker path icon
map-marker-path from Majesticons by Gerrit Halfmann · Solid · MIT Free for personal and commercial use.
- Name
- map-marker-path
- Set
- Majesticons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
The same icon in other sets
Related icons in Majesticons
Use the map marker path icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 0v1m0 7v-1"/><path fill="currentColor" d="M7 19a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 19a2 2 0 1 0-4 0a2 2 0 0 0 4 0m0 0h1m9-2a2 2 0 1 1-2 2m2-2a2 2 0 0 0-2 2m2-2v-1m-2 3h-1"/><circle cx="5" cy="13" r="1" fill="currentColor"/><circle cx="11" cy="19" r="1" fill="currentColor"/><path fill="currentColor" fill-rule="evenodd" d="m17 13l-.647.763l-.001-.002l-.004-.002l-.01-.01l-.039-.033l-.137-.121a21 21 0 0 1-1.923-1.967c-.525-.617-1.072-1.343-1.491-2.109C12.335 8.766 12 7.892 12 7c0-1.547.538-2.825 1.49-3.711C14.431 2.413 15.69 2 17 2s2.569.413 3.51 1.289C21.462 4.175 22 5.453 22 7c0 .892-.335 1.766-.748 2.52c-.42.765-.965 1.491-1.49 2.108a21 21 0 0 1-2.061 2.088l-.038.033l-.011.01l-.004.002v.001h-.001zm0 0l.646.763a1 1 0 0 1-1.292 0zm0-5a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsMapMarkerPath(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M5 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 0v1m0 7v-1"/><path fill="currentColor" d="M7 19a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M7 19a2 2 0 1 0-4 0a2 2 0 0 0 4 0m0 0h1m9-2a2 2 0 1 1-2 2m2-2a2 2 0 0 0-2 2m2-2v-1m-2 3h-1"/><circle cx="5" cy="13" r="1" fill="currentColor"/><circle cx="11" cy="19" r="1" fill="currentColor"/><path fill="currentColor" fillRule="evenodd" d="m17 13l-.647.763l-.001-.002l-.004-.002l-.01-.01l-.039-.033l-.137-.121a21 21 0 0 1-1.923-1.967c-.525-.617-1.072-1.343-1.491-2.109C12.335 8.766 12 7.892 12 7c0-1.547.538-2.825 1.49-3.711C14.431 2.413 15.69 2 17 2s2.569.413 3.51 1.289C21.462 4.175 22 5.453 22 7c0 .892-.335 1.766-.748 2.52c-.42.765-.965 1.491-1.49 2.108a21 21 0 0 1-2.061 2.088l-.038.033l-.011.01l-.004.002v.001h-.001zm0 0l.646.763a1 1 0 0 1-1.292 0zm0-5a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 0v1m0 7v-1"/><path fill="currentColor" d="M7 19a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 19a2 2 0 1 0-4 0a2 2 0 0 0 4 0m0 0h1m9-2a2 2 0 1 1-2 2m2-2a2 2 0 0 0-2 2m2-2v-1m-2 3h-1"/><circle cx="5" cy="13" r="1" fill="currentColor"/><circle cx="11" cy="19" r="1" fill="currentColor"/><path fill="currentColor" fill-rule="evenodd" d="m17 13l-.647.763l-.001-.002l-.004-.002l-.01-.01l-.039-.033l-.137-.121a21 21 0 0 1-1.923-1.967c-.525-.617-1.072-1.343-1.491-2.109C12.335 8.766 12 7.892 12 7c0-1.547.538-2.825 1.49-3.711C14.431 2.413 15.69 2 17 2s2.569.413 3.51 1.289C21.462 4.175 22 5.453 22 7c0 .892-.335 1.766-.748 2.52c-.42.765-.965 1.491-1.49 2.108a21 21 0 0 1-2.061 2.088l-.038.033l-.011.01l-.004.002v.001h-.001zm0 0l.646.763a1 1 0 0 1-1.292 0zm0-5a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-map-marker-path {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M5%209a2%202%200%201%200%200-4a2%202%200%200%200%200%204m0%200v1m0%207v-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2019a2%202%200%201%200-4%200a2%202%200%200%200%204%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M7%2019a2%202%200%201%200-4%200a2%202%200%200%200%204%200m0%200h1m9-2a2%202%200%201%201-2%202m2-2a2%202%200%200%200-2%202m2-2v-1m-2%203h-1%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%2213%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2219%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m17%2013l-.647.763l-.001-.002l-.004-.002l-.01-.01l-.039-.033l-.137-.121a21%2021%200%200%201-1.923-1.967c-.525-.617-1.072-1.343-1.491-2.109C12.335%208.766%2012%207.892%2012%207c0-1.547.538-2.825%201.49-3.711C14.431%202.413%2015.69%202%2017%202s2.569.413%203.51%201.289C21.462%204.175%2022%205.453%2022%207c0%20.892-.335%201.766-.748%202.52c-.42.765-.965%201.491-1.49%202.108a21%2021%200%200%201-2.061%202.088l-.038.033l-.011.01l-.004.002v.001h-.001zm0%200l.646.763a1%201%200%200%201-1.292%200zm0-5a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M5%209a2%202%200%201%200%200-4a2%202%200%200%200%200%204m0%200v1m0%207v-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2019a2%202%200%201%200-4%200a2%202%200%200%200%204%200%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M7%2019a2%202%200%201%200-4%200a2%202%200%200%200%204%200m0%200h1m9-2a2%202%200%201%201-2%202m2-2a2%202%200%200%200-2%202m2-2v-1m-2%203h-1%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%2213%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2219%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m17%2013l-.647.763l-.001-.002l-.004-.002l-.01-.01l-.039-.033l-.137-.121a21%2021%200%200%201-1.923-1.967c-.525-.617-1.072-1.343-1.491-2.109C12.335%208.766%2012%207.892%2012%207c0-1.547.538-2.825%201.49-3.711C14.431%202.413%2015.69%202%2017%202s2.569.413%203.51%201.289C21.462%204.175%2022%205.453%2022%207c0%20.892-.335%201.766-.748%202.52c-.42.765-.965%201.491-1.49%202.108a21%2021%200%200%201-2.061%202.088l-.038.033l-.011.01l-.004.002v.001h-.001zm0%200l.646.763a1%201%200%200%201-1.292%200zm0-5a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/map-marker-path.svg?color=%231a73e8&size=48