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

Name
landmark
Set
Font Awesome Solid
Style
Solid
Category
Buildings
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More buildings icons from Font Awesome Solid

Use the landmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M302.7 69.1c10.5-6.8 24.1-6.8 34.6 0l224 144c11.9 7.7 17.4 22.3 13.4 35.9s-16.5 23-30.7 23h-32v208l51.2 38.4c8.1 6 12.8 15.5 12.8 25.6c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32c0-10.1 4.7-19.6 12.8-25.6L128 480V272H96c-14.2 0-26.7-9.4-30.7-23s1.5-28.3 13.4-35.9zM400 272v208h64V272zM288 480h64V272h-64zM176 272v208h64V272z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidLandmark(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="M302.7 69.1c10.5-6.8 24.1-6.8 34.6 0l224 144c11.9 7.7 17.4 22.3 13.4 35.9s-16.5 23-30.7 23h-32v208l51.2 38.4c8.1 6 12.8 15.5 12.8 25.6c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32c0-10.1 4.7-19.6 12.8-25.6L128 480V272H96c-14.2 0-26.7-9.4-30.7-23s1.5-28.3 13.4-35.9zM400 272v208h64V272zM288 480h64V272h-64zM176 272v208h64V272z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M302.7 69.1c10.5-6.8 24.1-6.8 34.6 0l224 144c11.9 7.7 17.4 22.3 13.4 35.9s-16.5 23-30.7 23h-32v208l51.2 38.4c8.1 6 12.8 15.5 12.8 25.6c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32c0-10.1 4.7-19.6 12.8-25.6L128 480V272H96c-14.2 0-26.7-9.4-30.7-23s1.5-28.3 13.4-35.9zM400 272v208h64V272zM288 480h64V272h-64zM176 272v208h64V272z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M302.7%2069.1c10.5-6.8%2024.1-6.8%2034.6%200l224%20144c11.9%207.7%2017.4%2022.3%2013.4%2035.9s-16.5%2023-30.7%2023h-32v208l51.2%2038.4c8.1%206%2012.8%2015.5%2012.8%2025.6c0%2017.7-14.3%2032-32%2032H96c-17.7%200-32-14.3-32-32c0-10.1%204.7-19.6%2012.8-25.6L128%20480V272H96c-14.2%200-26.7-9.4-30.7-23s1.5-28.3%2013.4-35.9zM400%20272v208h64V272zM288%20480h64V272h-64zM176%20272v208h64V272z%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%22M302.7%2069.1c10.5-6.8%2024.1-6.8%2034.6%200l224%20144c11.9%207.7%2017.4%2022.3%2013.4%2035.9s-16.5%2023-30.7%2023h-32v208l51.2%2038.4c8.1%206%2012.8%2015.5%2012.8%2025.6c0%2017.7-14.3%2032-32%2032H96c-17.7%200-32-14.3-32-32c0-10.1%204.7-19.6%2012.8-25.6L128%20480V272H96c-14.2%200-26.7-9.4-30.7-23s1.5-28.3%2013.4-35.9zM400%20272v208h64V272zM288%20480h64V272h-64zM176%20272v208h64V272z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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