landmark from Font Awesome 6 Solid by Dave Gandy · Regular · Buildings · CC-BY-4.0 Attribution required.

Name
landmark
Set
Font Awesome 6 Solid
Style
Regular
Category
Buildings
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More buildings icons from Font Awesome 6 Solid

Use the landmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M240.1 4.2c9.8-5.6 21.9-5.6 31.8 0l171.8 98.1l4.3 1.7v.9l47.9 27.4c12.6 7.2 18.8 22 15.1 36s-16.4 23.8-30.9 23.8L32 192c-14.5 0-27.2-9.8-30.9-23.8s2.5-28.8 15.1-36L64 104.9v-.9l4.4-1.6zM64 224h64v192h40V224h64v192h48V224h64v192h40V224h64v196.3c.6.3 1.2.7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidLandmark(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="M240.1 4.2c9.8-5.6 21.9-5.6 31.8 0l171.8 98.1l4.3 1.7v.9l47.9 27.4c12.6 7.2 18.8 22 15.1 36s-16.4 23.8-30.9 23.8L32 192c-14.5 0-27.2-9.8-30.9-23.8s2.5-28.8 15.1-36L64 104.9v-.9l4.4-1.6zM64 224h64v192h40V224h64v192h48V224h64v192h40V224h64v196.3c.6.3 1.2.7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.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="M240.1 4.2c9.8-5.6 21.9-5.6 31.8 0l171.8 98.1l4.3 1.7v.9l47.9 27.4c12.6 7.2 18.8 22 15.1 36s-16.4 23.8-30.9 23.8L32 192c-14.5 0-27.2-9.8-30.9-23.8s2.5-28.8 15.1-36L64 104.9v-.9l4.4-1.6zM64 224h64v192h40V224h64v192h48V224h64v192h40V224h64v196.3c.6.3 1.2.7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1z"/></svg>
</template>

CSS

.icon-landmark {
  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%22M240.1%204.2c9.8-5.6%2021.9-5.6%2031.8%200l171.8%2098.1l4.3%201.7v.9l47.9%2027.4c12.6%207.2%2018.8%2022%2015.1%2036s-16.4%2023.8-30.9%2023.8L32%20192c-14.5%200-27.2-9.8-30.9-23.8s2.5-28.8%2015.1-36L64%20104.9v-.9l4.4-1.6zM64%20224h64v192h40V224h64v192h48V224h64v192h40V224h64v196.3c.6.3%201.2.7%201.8%201.1l48%2032c11.7%207.8%2017%2022.4%2012.9%2035.9S494.1%20512%20480%20512H32c-14.1%200-26.5-9.2-30.6-22.7s1.1-28.1%2012.9-35.9l48-32c.6-.4%201.2-.7%201.8-1.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%22M240.1%204.2c9.8-5.6%2021.9-5.6%2031.8%200l171.8%2098.1l4.3%201.7v.9l47.9%2027.4c12.6%207.2%2018.8%2022%2015.1%2036s-16.4%2023.8-30.9%2023.8L32%20192c-14.5%200-27.2-9.8-30.9-23.8s2.5-28.8%2015.1-36L64%20104.9v-.9l4.4-1.6zM64%20224h64v192h40V224h64v192h48V224h64v192h40V224h64v196.3c.6.3%201.2.7%201.8%201.1l48%2032c11.7%207.8%2017%2022.4%2012.9%2035.9S494.1%20512%20480%20512H32c-14.1%200-26.5-9.2-30.6-22.7s1.1-28.1%2012.9-35.9l48-32c.6-.4%201.2-.7%201.8-1.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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