map marker alt icon
map-marker-alt from Line Awesome by Icons8 · Line · Status · Apache-2.0 Free for personal and commercial use.
- Name
- map-marker-alt
- Set
- Line Awesome
- Style
- Line
- Category
- Status
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- map-marker-alt-solid
The same icon in other sets
More status icons from Line Awesome
banbattery-emptybattery-fullbattery-halfbattery-quarterbattery-three-quartersbellbell-slashbell-slash-solidbell-solidcalendarcalendar-altcalendar-alt-solidcalendar-checkcalendar-check-solidcalendar-daycalendar-minuscalendar-minus-solidcalendar-pluscalendar-plus-solidcalendar-solidcalendar-timescalendar-times-solidcalendar-week
Use the map marker alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-4.957 0-9 4.043-9 9c0 1.406.57 3.02 1.344 4.781c.773 1.762 1.77 3.633 2.781 5.375a101 101 0 0 0 4.063 6.407L16 29.75l.813-1.188s2.039-2.917 4.062-6.406c1.012-1.742 2.008-3.613 2.781-5.375C24.43 15.02 25 13.406 25 12c0-4.957-4.043-9-9-9m0 2c3.879 0 7 3.121 7 7c0 .8-.43 2.316-1.156 3.969c-.727 1.652-1.73 3.484-2.719 5.187c-1.57 2.711-2.547 4.145-3.125 5c-.578-.855-1.555-2.289-3.125-5c-.988-1.703-1.992-3.535-2.719-5.187S9 12.8 9 12c0-3.879 3.121-7 7-7m0 5a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4"/></svg>
React
import type { SVGProps } from "react";
export function LaMapMarkerAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-4.957 0-9 4.043-9 9c0 1.406.57 3.02 1.344 4.781c.773 1.762 1.77 3.633 2.781 5.375a101 101 0 0 0 4.063 6.407L16 29.75l.813-1.188s2.039-2.917 4.062-6.406c1.012-1.742 2.008-3.613 2.781-5.375C24.43 15.02 25 13.406 25 12c0-4.957-4.043-9-9-9m0 2c3.879 0 7 3.121 7 7c0 .8-.43 2.316-1.156 3.969c-.727 1.652-1.73 3.484-2.719 5.187c-1.57 2.711-2.547 4.145-3.125 5c-.578-.855-1.555-2.289-3.125-5c-.988-1.703-1.992-3.535-2.719-5.187S9 12.8 9 12c0-3.879 3.121-7 7-7m0 5a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3c-4.957 0-9 4.043-9 9c0 1.406.57 3.02 1.344 4.781c.773 1.762 1.77 3.633 2.781 5.375a101 101 0 0 0 4.063 6.407L16 29.75l.813-1.188s2.039-2.917 4.062-6.406c1.012-1.742 2.008-3.613 2.781-5.375C24.43 15.02 25 13.406 25 12c0-4.957-4.043-9-9-9m0 2c3.879 0 7 3.121 7 7c0 .8-.43 2.316-1.156 3.969c-.727 1.652-1.73 3.484-2.719 5.187c-1.57 2.711-2.547 4.145-3.125 5c-.578-.855-1.555-2.289-3.125-5c-.988-1.703-1.992-3.535-2.719-5.187S9 12.8 9 12c0-3.879 3.121-7 7-7m0 5a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4"/></svg> </template>
CSS
.icon-map-marker-alt {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203c-4.957%200-9%204.043-9%209c0%201.406.57%203.02%201.344%204.781c.773%201.762%201.77%203.633%202.781%205.375a101%20101%200%200%200%204.063%206.407L16%2029.75l.813-1.188s2.039-2.917%204.062-6.406c1.012-1.742%202.008-3.613%202.781-5.375C24.43%2015.02%2025%2013.406%2025%2012c0-4.957-4.043-9-9-9m0%202c3.879%200%207%203.121%207%207c0%20.8-.43%202.316-1.156%203.969c-.727%201.652-1.73%203.484-2.719%205.187c-1.57%202.711-2.547%204.145-3.125%205c-.578-.855-1.555-2.289-3.125-5c-.988-1.703-1.992-3.535-2.719-5.187S9%2012.8%209%2012c0-3.879%203.121-7%207-7m0%205a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203c-4.957%200-9%204.043-9%209c0%201.406.57%203.02%201.344%204.781c.773%201.762%201.77%203.633%202.781%205.375a101%20101%200%200%200%204.063%206.407L16%2029.75l.813-1.188s2.039-2.917%204.062-6.406c1.012-1.742%202.008-3.613%202.781-5.375C24.43%2015.02%2025%2013.406%2025%2012c0-4.957-4.043-9-9-9m0%202c3.879%200%207%203.121%207%207c0%20.8-.43%202.316-1.156%203.969c-.727%201.652-1.73%203.484-2.719%205.187c-1.57%202.711-2.547%204.145-3.125%205c-.578-.855-1.555-2.289-3.125-5c-.988-1.703-1.992-3.535-2.719-5.187S9%2012.8%209%2012c0-3.879%203.121-7%207-7m0%205a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/map-marker-alt.svg?color=%231a73e8&size=48