marker from Font Awesome Solid by Dave Gandy · Solid · Business · CC-BY-4.0 Attribution required.

Name
marker
Set
Font Awesome Solid
Style
Solid
Category
Business
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More business icons from Font Awesome Solid

Use the marker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M472.8 64c-27.4 0-53.6 10.9-73 30.2L382.1 112L369 98.9c-28.1-28.1-73.7-28.1-101.8 0L167 199c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l100.2-100c9.4-9.4 24.6-9.4 33.9 0l13.1 13L248 246.1L393.9 392l151.9-151.8c19.4-19.4 30.2-45.6 30.2-73c0-57-46.2-103.2-103.2-103.2M166.4 327.7c-49.9 49.9-83.3 114-95.5 183.5l-6.5 36.6c-1.4 7.8 1.1 15.6 6.6 21.2s13.4 8 21.1 6.7l36.7-6.5c69.5-12.3 133.6-45.6 183.5-95.5l47.7-47.8L214.1 280z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidMarker(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="M472.8 64c-27.4 0-53.6 10.9-73 30.2L382.1 112L369 98.9c-28.1-28.1-73.7-28.1-101.8 0L167 199c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l100.2-100c9.4-9.4 24.6-9.4 33.9 0l13.1 13L248 246.1L393.9 392l151.9-151.8c19.4-19.4 30.2-45.6 30.2-73c0-57-46.2-103.2-103.2-103.2M166.4 327.7c-49.9 49.9-83.3 114-95.5 183.5l-6.5 36.6c-1.4 7.8 1.1 15.6 6.6 21.2s13.4 8 21.1 6.7l36.7-6.5c69.5-12.3 133.6-45.6 183.5-95.5l47.7-47.8L214.1 280z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M472.8 64c-27.4 0-53.6 10.9-73 30.2L382.1 112L369 98.9c-28.1-28.1-73.7-28.1-101.8 0L167 199c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l100.2-100c9.4-9.4 24.6-9.4 33.9 0l13.1 13L248 246.1L393.9 392l151.9-151.8c19.4-19.4 30.2-45.6 30.2-73c0-57-46.2-103.2-103.2-103.2M166.4 327.7c-49.9 49.9-83.3 114-95.5 183.5l-6.5 36.6c-1.4 7.8 1.1 15.6 6.6 21.2s13.4 8 21.1 6.7l36.7-6.5c69.5-12.3 133.6-45.6 183.5-95.5l47.7-47.8L214.1 280z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M472.8%2064c-27.4%200-53.6%2010.9-73%2030.2L382.1%20112L369%2098.9c-28.1-28.1-73.7-28.1-101.8%200L167%20199c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l100.2-100c9.4-9.4%2024.6-9.4%2033.9%200l13.1%2013L248%20246.1L393.9%20392l151.9-151.8c19.4-19.4%2030.2-45.6%2030.2-73c0-57-46.2-103.2-103.2-103.2M166.4%20327.7c-49.9%2049.9-83.3%20114-95.5%20183.5l-6.5%2036.6c-1.4%207.8%201.1%2015.6%206.6%2021.2s13.4%208%2021.1%206.7l36.7-6.5c69.5-12.3%20133.6-45.6%20183.5-95.5l47.7-47.8L214.1%20280z%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%22M472.8%2064c-27.4%200-53.6%2010.9-73%2030.2L382.1%20112L369%2098.9c-28.1-28.1-73.7-28.1-101.8%200L167%20199c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l100.2-100c9.4-9.4%2024.6-9.4%2033.9%200l13.1%2013L248%20246.1L393.9%20392l151.9-151.8c19.4-19.4%2030.2-45.6%2030.2-73c0-57-46.2-103.2-103.2-103.2M166.4%20327.7c-49.9%2049.9-83.3%20114-95.5%20183.5l-6.5%2036.6c-1.4%207.8%201.1%2015.6%206.6%2021.2s13.4%208%2021.1%206.7l36.7-6.5c69.5-12.3%20133.6-45.6%20183.5-95.5l47.7-47.8L214.1%20280z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/marker.svg?color=%231a73e8&size=48