map from Font Awesome Regular by Dave Gandy · Regular · Camping · CC-BY-4.0 Attribution required.

Name
map
Set
Font Awesome Regular
Style
Regular
Category
Camping
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Use the map 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-8.3-4.3-16-11.3-20.4s-15.9-4.8-23.3-1.1l-124.9 61.6L244 93.4c-13.7-4.7-28.7-3.8-41.9 2.3L77.8 154.3C69.4 158.2 64 166.7 64 176v352c0 8.2 4.2 15.9 11.1 20.3s15.6 4.9 23.1 1.4l127.3-59.9l170.7 56.9c13.7 4.6 28.5 3.7 41.6-2.5l124.4-58.5c8.4-4 13.8-12.4 13.8-21.7zm-368 34.1v299l-96 45.2v-299zm48 303.3V148.3l128 43.5v300.3zM432 198l96-47.4v298.2L432 494z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularMap(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-8.3-4.3-16-11.3-20.4s-15.9-4.8-23.3-1.1l-124.9 61.6L244 93.4c-13.7-4.7-28.7-3.8-41.9 2.3L77.8 154.3C69.4 158.2 64 166.7 64 176v352c0 8.2 4.2 15.9 11.1 20.3s15.6 4.9 23.1 1.4l127.3-59.9l170.7 56.9c13.7 4.6 28.5 3.7 41.6-2.5l124.4-58.5c8.4-4 13.8-12.4 13.8-21.7zm-368 34.1v299l-96 45.2v-299zm48 303.3V148.3l128 43.5v300.3zM432 198l96-47.4v298.2L432 494z"/></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-8.3-4.3-16-11.3-20.4s-15.9-4.8-23.3-1.1l-124.9 61.6L244 93.4c-13.7-4.7-28.7-3.8-41.9 2.3L77.8 154.3C69.4 158.2 64 166.7 64 176v352c0 8.2 4.2 15.9 11.1 20.3s15.6 4.9 23.1 1.4l127.3-59.9l170.7 56.9c13.7 4.6 28.5 3.7 41.6-2.5l124.4-58.5c8.4-4 13.8-12.4 13.8-21.7zm-368 34.1v299l-96 45.2v-299zm48 303.3V148.3l128 43.5v300.3zM432 198l96-47.4v298.2L432 494z"/></svg>
</template>

CSS

.icon-map {
  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-8.3-4.3-16-11.3-20.4s-15.9-4.8-23.3-1.1l-124.9%2061.6L244%2093.4c-13.7-4.7-28.7-3.8-41.9%202.3L77.8%20154.3C69.4%20158.2%2064%20166.7%2064%20176v352c0%208.2%204.2%2015.9%2011.1%2020.3s15.6%204.9%2023.1%201.4l127.3-59.9l170.7%2056.9c13.7%204.6%2028.5%203.7%2041.6-2.5l124.4-58.5c8.4-4%2013.8-12.4%2013.8-21.7zm-368%2034.1v299l-96%2045.2v-299zm48%20303.3V148.3l128%2043.5v300.3zM432%20198l96-47.4v298.2L432%20494z%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-8.3-4.3-16-11.3-20.4s-15.9-4.8-23.3-1.1l-124.9%2061.6L244%2093.4c-13.7-4.7-28.7-3.8-41.9%202.3L77.8%20154.3C69.4%20158.2%2064%20166.7%2064%20176v352c0%208.2%204.2%2015.9%2011.1%2020.3s15.6%204.9%2023.1%201.4l127.3-59.9l170.7%2056.9c13.7%204.6%2028.5%203.7%2041.6-2.5l124.4-58.5c8.4-4%2013.8-12.4%2013.8-21.7zm-368%2034.1v299l-96%2045.2v-299zm48%20303.3V148.3l128%2043.5v300.3zM432%20198l96-47.4v298.2L432%20494z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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