map location dot icon
map-location-dot from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- map-location-dot
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 576×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the map location dot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M408 120c0 54.6-73.1 151.9-105.2 192c-7.7 9.6-22 9.6-29.6 0C241.1 271.9 168 174.6 168 120C168 53.7 221.7 0 288 0s120 53.7 120 120m8 80.4c3.5-6.9 6.7-13.8 9.6-20.6c.5-1.2 1-2.5 1.5-3.7l116-46.4c15.8-6.3 32.9 5.3 32.9 22.3v270.8c0 9.8-6 18.6-15.1 22.3L416 503zm-278.4-62.1c2.4 14.1 7.2 28.3 12.8 41.5c2.9 6.8 6.1 13.7 9.6 20.6v251.4L32.9 502.7C17.1 509 0 497.4 0 480.4V209.6c0-9.8 6-18.6 15.1-22.3l122.6-49zM327.8 332c13.9-17.4 35.7-45.7 56.2-77v249.3l-192-54.9V255c20.5 31.3 42.3 59.6 56.2 77c20.5 25.6 59.1 25.6 79.6 0M288 152a40 40 0 1 0 0-80a40 40 0 1 0 0 80"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidMapLocationDot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M408 120c0 54.6-73.1 151.9-105.2 192c-7.7 9.6-22 9.6-29.6 0C241.1 271.9 168 174.6 168 120C168 53.7 221.7 0 288 0s120 53.7 120 120m8 80.4c3.5-6.9 6.7-13.8 9.6-20.6c.5-1.2 1-2.5 1.5-3.7l116-46.4c15.8-6.3 32.9 5.3 32.9 22.3v270.8c0 9.8-6 18.6-15.1 22.3L416 503zm-278.4-62.1c2.4 14.1 7.2 28.3 12.8 41.5c2.9 6.8 6.1 13.7 9.6 20.6v251.4L32.9 502.7C17.1 509 0 497.4 0 480.4V209.6c0-9.8 6-18.6 15.1-22.3l122.6-49zM327.8 332c13.9-17.4 35.7-45.7 56.2-77v249.3l-192-54.9V255c20.5 31.3 42.3 59.6 56.2 77c20.5 25.6 59.1 25.6 79.6 0M288 152a40 40 0 1 0 0-80a40 40 0 1 0 0 80"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M408 120c0 54.6-73.1 151.9-105.2 192c-7.7 9.6-22 9.6-29.6 0C241.1 271.9 168 174.6 168 120C168 53.7 221.7 0 288 0s120 53.7 120 120m8 80.4c3.5-6.9 6.7-13.8 9.6-20.6c.5-1.2 1-2.5 1.5-3.7l116-46.4c15.8-6.3 32.9 5.3 32.9 22.3v270.8c0 9.8-6 18.6-15.1 22.3L416 503zm-278.4-62.1c2.4 14.1 7.2 28.3 12.8 41.5c2.9 6.8 6.1 13.7 9.6 20.6v251.4L32.9 502.7C17.1 509 0 497.4 0 480.4V209.6c0-9.8 6-18.6 15.1-22.3l122.6-49zM327.8 332c13.9-17.4 35.7-45.7 56.2-77v249.3l-192-54.9V255c20.5 31.3 42.3 59.6 56.2 77c20.5 25.6 59.1 25.6 79.6 0M288 152a40 40 0 1 0 0-80a40 40 0 1 0 0 80"/></svg> </template>
CSS
.icon-map-location-dot {
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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M408%20120c0%2054.6-73.1%20151.9-105.2%20192c-7.7%209.6-22%209.6-29.6%200C241.1%20271.9%20168%20174.6%20168%20120C168%2053.7%20221.7%200%20288%200s120%2053.7%20120%20120m8%2080.4c3.5-6.9%206.7-13.8%209.6-20.6c.5-1.2%201-2.5%201.5-3.7l116-46.4c15.8-6.3%2032.9%205.3%2032.9%2022.3v270.8c0%209.8-6%2018.6-15.1%2022.3L416%20503zm-278.4-62.1c2.4%2014.1%207.2%2028.3%2012.8%2041.5c2.9%206.8%206.1%2013.7%209.6%2020.6v251.4L32.9%20502.7C17.1%20509%200%20497.4%200%20480.4V209.6c0-9.8%206-18.6%2015.1-22.3l122.6-49zM327.8%20332c13.9-17.4%2035.7-45.7%2056.2-77v249.3l-192-54.9V255c20.5%2031.3%2042.3%2059.6%2056.2%2077c20.5%2025.6%2059.1%2025.6%2079.6%200M288%20152a40%2040%200%201%200%200-80a40%2040%200%201%200%200%2080%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M408%20120c0%2054.6-73.1%20151.9-105.2%20192c-7.7%209.6-22%209.6-29.6%200C241.1%20271.9%20168%20174.6%20168%20120C168%2053.7%20221.7%200%20288%200s120%2053.7%20120%20120m8%2080.4c3.5-6.9%206.7-13.8%209.6-20.6c.5-1.2%201-2.5%201.5-3.7l116-46.4c15.8-6.3%2032.9%205.3%2032.9%2022.3v270.8c0%209.8-6%2018.6-15.1%2022.3L416%20503zm-278.4-62.1c2.4%2014.1%207.2%2028.3%2012.8%2041.5c2.9%206.8%206.1%2013.7%209.6%2020.6v251.4L32.9%20502.7C17.1%20509%200%20497.4%200%20480.4V209.6c0-9.8%206-18.6%2015.1-22.3l122.6-49zM327.8%20332c13.9-17.4%2035.7-45.7%2056.2-77v249.3l-192-54.9V255c20.5%2031.3%2042.3%2059.6%2056.2%2077c20.5%2025.6%2059.1%2025.6%2079.6%200M288%20152a40%2040%200%201%200%200-80a40%2040%200%201%200%200%2080%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/map-location-dot.svg?color=%231a73e8&size=48