marker icon
marker from Font Awesome 6 Solid by Dave Gandy · Regular · Business · CC-BY-4.0 Attribution required.
- Name
- marker
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Business
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
More business icons from Font Awesome 6 Solid
Use the marker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M481 31c-35.9-35.8-94.1-35.8-130 0l-15 15l-13.1-13c-28.1-28.1-73.7-28.1-101.8 0L135 119c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l86.1-86c9.4-9.4 24.6-9.4 33.9 0L302.1 80L186.3 195.7l130 130L481 161c35.9-35.9 35.9-94.1 0-129.9zM293.7 348.3l-130-130l-64.2 64.2c-48 48-80.8 109.2-94.1 175.8l-5 25c-1.6 7.9.9 16 6.6 21.7s13.8 8.1 21.7 6.6l25-5c66.6-13.3 127.8-46.1 175.8-94.1z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidMarker(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M481 31c-35.9-35.8-94.1-35.8-130 0l-15 15l-13.1-13c-28.1-28.1-73.7-28.1-101.8 0L135 119c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l86.1-86c9.4-9.4 24.6-9.4 33.9 0L302.1 80L186.3 195.7l130 130L481 161c35.9-35.9 35.9-94.1 0-129.9zM293.7 348.3l-130-130l-64.2 64.2c-48 48-80.8 109.2-94.1 175.8l-5 25c-1.6 7.9.9 16 6.6 21.7s13.8 8.1 21.7 6.6l25-5c66.6-13.3 127.8-46.1 175.8-94.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M481 31c-35.9-35.8-94.1-35.8-130 0l-15 15l-13.1-13c-28.1-28.1-73.7-28.1-101.8 0L135 119c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l86.1-86c9.4-9.4 24.6-9.4 33.9 0L302.1 80L186.3 195.7l130 130L481 161c35.9-35.9 35.9-94.1 0-129.9zM293.7 348.3l-130-130l-64.2 64.2c-48 48-80.8 109.2-94.1 175.8l-5 25c-1.6 7.9.9 16 6.6 21.7s13.8 8.1 21.7 6.6l25-5c66.6-13.3 127.8-46.1 175.8-94.1z"/></svg> </template>
CSS
.icon-marker {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M481%2031c-35.9-35.8-94.1-35.8-130%200l-15%2015l-13.1-13c-28.1-28.1-73.7-28.1-101.8%200L135%20119c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l86.1-86c9.4-9.4%2024.6-9.4%2033.9%200L302.1%2080L186.3%20195.7l130%20130L481%20161c35.9-35.9%2035.9-94.1%200-129.9zM293.7%20348.3l-130-130l-64.2%2064.2c-48%2048-80.8%20109.2-94.1%20175.8l-5%2025c-1.6%207.9.9%2016%206.6%2021.7s13.8%208.1%2021.7%206.6l25-5c66.6-13.3%20127.8-46.1%20175.8-94.1z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M481%2031c-35.9-35.8-94.1-35.8-130%200l-15%2015l-13.1-13c-28.1-28.1-73.7-28.1-101.8%200L135%20119c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l86.1-86c9.4-9.4%2024.6-9.4%2033.9%200L302.1%2080L186.3%20195.7l130%20130L481%20161c35.9-35.9%2035.9-94.1%200-129.9zM293.7%20348.3l-130-130l-64.2%2064.2c-48%2048-80.8%20109.2-94.1%20175.8l-5%2025c-1.6%207.9.9%2016%206.6%2021.7s13.8%208.1%2021.7%206.6l25-5c66.6-13.3%20127.8-46.1%20175.8-94.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/marker.svg?color=%231a73e8&size=48