landmark from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
landmark
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the landmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.5 19h-15c-.279 0-.418 0-.534.023a1.2 1.2 0 0 0-.943.943C3 20.082 3 20.22 3 20.5s0 .418.023.534a1.2 1.2 0 0 0 .943.943C4.082 22 4.22 22 4.5 22h15c.279 0 .418 0 .534-.023a1.2 1.2 0 0 0 .943-.943C21 20.918 21 20.78 21 20.5s0-.418-.023-.534a1.2 1.2 0 0 0-.943-.943C19.918 19 19.78 19 19.5 19m1.186-12.184l-7.755-4.562a1.84 1.84 0 0 0-1.862 0L3.314 6.816A.636.636 0 0 0 3.636 8h16.728a.636.636 0 0 0 .322-1.184M18 11v8m-4-8v8m-4-8v8m-4-8v8"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLandmark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M19.5 19h-15c-.279 0-.418 0-.534.023a1.2 1.2 0 0 0-.943.943C3 20.082 3 20.22 3 20.5s0 .418.023.534a1.2 1.2 0 0 0 .943.943C4.082 22 4.22 22 4.5 22h15c.279 0 .418 0 .534-.023a1.2 1.2 0 0 0 .943-.943C21 20.918 21 20.78 21 20.5s0-.418-.023-.534a1.2 1.2 0 0 0-.943-.943C19.918 19 19.78 19 19.5 19m1.186-12.184l-7.755-4.562a1.84 1.84 0 0 0-1.862 0L3.314 6.816A.636.636 0 0 0 3.636 8h16.728a.636.636 0 0 0 .322-1.184M18 11v8m-4-8v8m-4-8v8m-4-8v8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.5 19h-15c-.279 0-.418 0-.534.023a1.2 1.2 0 0 0-.943.943C3 20.082 3 20.22 3 20.5s0 .418.023.534a1.2 1.2 0 0 0 .943.943C4.082 22 4.22 22 4.5 22h15c.279 0 .418 0 .534-.023a1.2 1.2 0 0 0 .943-.943C21 20.918 21 20.78 21 20.5s0-.418-.023-.534a1.2 1.2 0 0 0-.943-.943C19.918 19 19.78 19 19.5 19m1.186-12.184l-7.755-4.562a1.84 1.84 0 0 0-1.862 0L3.314 6.816A.636.636 0 0 0 3.636 8h16.728a.636.636 0 0 0 .322-1.184M18 11v8m-4-8v8m-4-8v8m-4-8v8"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M19.5%2019h-15c-.279%200-.418%200-.534.023a1.2%201.2%200%200%200-.943.943C3%2020.082%203%2020.22%203%2020.5s0%20.418.023.534a1.2%201.2%200%200%200%20.943.943C4.082%2022%204.22%2022%204.5%2022h15c.279%200%20.418%200%20.534-.023a1.2%201.2%200%200%200%20.943-.943C21%2020.918%2021%2020.78%2021%2020.5s0-.418-.023-.534a1.2%201.2%200%200%200-.943-.943C19.918%2019%2019.78%2019%2019.5%2019m1.186-12.184l-7.755-4.562a1.84%201.84%200%200%200-1.862%200L3.314%206.816A.636.636%200%200%200%203.636%208h16.728a.636.636%200%200%200%20.322-1.184M18%2011v8m-4-8v8m-4-8v8m-4-8v8%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M19.5%2019h-15c-.279%200-.418%200-.534.023a1.2%201.2%200%200%200-.943.943C3%2020.082%203%2020.22%203%2020.5s0%20.418.023.534a1.2%201.2%200%200%200%20.943.943C4.082%2022%204.22%2022%204.5%2022h15c.279%200%20.418%200%20.534-.023a1.2%201.2%200%200%200%20.943-.943C21%2020.918%2021%2020.78%2021%2020.5s0-.418-.023-.534a1.2%201.2%200%200%200-.943-.943C19.918%2019%2019.78%2019%2019.5%2019m1.186-12.184l-7.755-4.562a1.84%201.84%200%200%200-1.862%200L3.314%206.816A.636.636%200%200%200%203.636%208h16.728a.636.636%200%200%200%20.322-1.184M18%2011v8m-4-8v8m-4-8v8m-4-8v8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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