map location dot icon
map-location-dot from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- map-location-dot
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
Use the map location dot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M576 112c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-116.2 58.1l-179.4-59.9c-8.1-2.7-16.8-2.1-24.4 1.7l-128 64C70.8 152.8 64 163.9 64 176v352c0 11.1 5.7 21.4 15.2 27.2s21.2 6.4 31.1 1.4l116.1-58.1l173.3 57.8c-4.3-6.4-8.5-13.1-12.6-19.9c-11-18.3-21.9-39.3-30-61.8l-101.2-33.7V156.4l128 42.7v99.3c31-35.8 77-58.4 128-58.4c22.6 0 44.2 4.4 64 12.5zm-64 176c-66.3 0-120 52.8-120 117.9c0 68.9 64.1 150.4 98.6 189.3c11.6 13 31.3 13 42.9 0c34.5-38.9 98.6-120.4 98.6-189.3c0-65.1-53.7-117.9-120-117.9zm-40 120c0-22.1 17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40s-40-17.9-40-40"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidMapLocationDot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M576 112c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-116.2 58.1l-179.4-59.9c-8.1-2.7-16.8-2.1-24.4 1.7l-128 64C70.8 152.8 64 163.9 64 176v352c0 11.1 5.7 21.4 15.2 27.2s21.2 6.4 31.1 1.4l116.1-58.1l173.3 57.8c-4.3-6.4-8.5-13.1-12.6-19.9c-11-18.3-21.9-39.3-30-61.8l-101.2-33.7V156.4l128 42.7v99.3c31-35.8 77-58.4 128-58.4c22.6 0 44.2 4.4 64 12.5zm-64 176c-66.3 0-120 52.8-120 117.9c0 68.9 64.1 150.4 98.6 189.3c11.6 13 31.3 13 42.9 0c34.5-38.9 98.6-120.4 98.6-189.3c0-65.1-53.7-117.9-120-117.9zm-40 120c0-22.1 17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40s-40-17.9-40-40"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M576 112c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-116.2 58.1l-179.4-59.9c-8.1-2.7-16.8-2.1-24.4 1.7l-128 64C70.8 152.8 64 163.9 64 176v352c0 11.1 5.7 21.4 15.2 27.2s21.2 6.4 31.1 1.4l116.1-58.1l173.3 57.8c-4.3-6.4-8.5-13.1-12.6-19.9c-11-18.3-21.9-39.3-30-61.8l-101.2-33.7V156.4l128 42.7v99.3c31-35.8 77-58.4 128-58.4c22.6 0 44.2 4.4 64 12.5zm-64 176c-66.3 0-120 52.8-120 117.9c0 68.9 64.1 150.4 98.6 189.3c11.6 13 31.3 13 42.9 0c34.5-38.9 98.6-120.4 98.6-189.3c0-65.1-53.7-117.9-120-117.9zm-40 120c0-22.1 17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40s-40-17.9-40-40"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M576%20112c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-116.2%2058.1l-179.4-59.9c-8.1-2.7-16.8-2.1-24.4%201.7l-128%2064C70.8%20152.8%2064%20163.9%2064%20176v352c0%2011.1%205.7%2021.4%2015.2%2027.2s21.2%206.4%2031.1%201.4l116.1-58.1l173.3%2057.8c-4.3-6.4-8.5-13.1-12.6-19.9c-11-18.3-21.9-39.3-30-61.8l-101.2-33.7V156.4l128%2042.7v99.3c31-35.8%2077-58.4%20128-58.4c22.6%200%2044.2%204.4%2064%2012.5zm-64%20176c-66.3%200-120%2052.8-120%20117.9c0%2068.9%2064.1%20150.4%2098.6%20189.3c11.6%2013%2031.3%2013%2042.9%200c34.5-38.9%2098.6-120.4%2098.6-189.3c0-65.1-53.7-117.9-120-117.9zm-40%20120c0-22.1%2017.9-40%2040-40s40%2017.9%2040%2040s-17.9%2040-40%2040s-40-17.9-40-40%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M576%20112c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-116.2%2058.1l-179.4-59.9c-8.1-2.7-16.8-2.1-24.4%201.7l-128%2064C70.8%20152.8%2064%20163.9%2064%20176v352c0%2011.1%205.7%2021.4%2015.2%2027.2s21.2%206.4%2031.1%201.4l116.1-58.1l173.3%2057.8c-4.3-6.4-8.5-13.1-12.6-19.9c-11-18.3-21.9-39.3-30-61.8l-101.2-33.7V156.4l128%2042.7v99.3c31-35.8%2077-58.4%20128-58.4c22.6%200%2044.2%204.4%2064%2012.5zm-64%20176c-66.3%200-120%2052.8-120%20117.9c0%2068.9%2064.1%20150.4%2098.6%20189.3c11.6%2013%2031.3%2013%2042.9%200c34.5-38.9%2098.6-120.4%2098.6-189.3c0-65.1-53.7-117.9-120-117.9zm-40%20120c0-22.1%2017.9-40%2040-40s40%2017.9%2040%2040s-17.9%2040-40%2040s-40-17.9-40-40%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/map-location-dot.svg?color=%231a73e8&size=48