building lighthouse icon

building-lighthouse-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
building-lighthouse-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the building lighthouse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.309 2.21c.42-.28.966-.28 1.385 0l3.749 2.496c1.03.686.544 2.29-.693 2.29h-.25v2.152a2.25 2.25 0 0 1 1.43 1.84l1.062 9.058A1.75 1.75 0 0 1 14.254 22H5.755a1.75 1.75 0 0 1-1.738-1.954l1.064-9.058A2.25 2.25 0 0 1 6.5 9.152V6.997h-.248c-1.238 0-1.723-1.605-.693-2.29zM8 9h4V6.997H8zm2.001-5.45L7.08 5.497h5.845zm6.219.67a.75.75 0 0 0 1.06 1.06l1.5-1.5a.75.75 0 0 0-1.06-1.06zm0 7.06a.75.75 0 1 1 1.06-1.06l1.5 1.5a.75.75 0 1 1-1.06 1.06zM16.75 7h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1 0-1.5M5.58 19.61l-.072.61a.25.25 0 0 0 .248.28h8.499a.25.25 0 0 0 .248-.28l-.372-3.176zm8.373-4.079l-.332-2.834l-7.494 2.248l-.357 3.041zm-.509-4.347l-.002-.021a.75.75 0 0 0-.745-.663h-5.38a.75.75 0 0 0-.745.662l-.254 2.16z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingLighthouse24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.309 2.21c.42-.28.966-.28 1.385 0l3.749 2.496c1.03.686.544 2.29-.693 2.29h-.25v2.152a2.25 2.25 0 0 1 1.43 1.84l1.062 9.058A1.75 1.75 0 0 1 14.254 22H5.755a1.75 1.75 0 0 1-1.738-1.954l1.064-9.058A2.25 2.25 0 0 1 6.5 9.152V6.997h-.248c-1.238 0-1.723-1.605-.693-2.29zM8 9h4V6.997H8zm2.001-5.45L7.08 5.497h5.845zm6.219.67a.75.75 0 0 0 1.06 1.06l1.5-1.5a.75.75 0 0 0-1.06-1.06zm0 7.06a.75.75 0 1 1 1.06-1.06l1.5 1.5a.75.75 0 1 1-1.06 1.06zM16.75 7h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1 0-1.5M5.58 19.61l-.072.61a.25.25 0 0 0 .248.28h8.499a.25.25 0 0 0 .248-.28l-.372-3.176zm8.373-4.079l-.332-2.834l-7.494 2.248l-.357 3.041zm-.509-4.347l-.002-.021a.75.75 0 0 0-.745-.663h-5.38a.75.75 0 0 0-.745.662l-.254 2.16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.309 2.21c.42-.28.966-.28 1.385 0l3.749 2.496c1.03.686.544 2.29-.693 2.29h-.25v2.152a2.25 2.25 0 0 1 1.43 1.84l1.062 9.058A1.75 1.75 0 0 1 14.254 22H5.755a1.75 1.75 0 0 1-1.738-1.954l1.064-9.058A2.25 2.25 0 0 1 6.5 9.152V6.997h-.248c-1.238 0-1.723-1.605-.693-2.29zM8 9h4V6.997H8zm2.001-5.45L7.08 5.497h5.845zm6.219.67a.75.75 0 0 0 1.06 1.06l1.5-1.5a.75.75 0 0 0-1.06-1.06zm0 7.06a.75.75 0 1 1 1.06-1.06l1.5 1.5a.75.75 0 1 1-1.06 1.06zM16.75 7h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1 0-1.5M5.58 19.61l-.072.61a.25.25 0 0 0 .248.28h8.499a.25.25 0 0 0 .248-.28l-.372-3.176zm8.373-4.079l-.332-2.834l-7.494 2.248l-.357 3.041zm-.509-4.347l-.002-.021a.75.75 0 0 0-.745-.663h-5.38a.75.75 0 0 0-.745.662l-.254 2.16z"/></svg>
</template>

CSS

.icon-building-lighthouse-24-regular {
  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%22currentColor%22%20d%3D%22M9.309%202.21c.42-.28.966-.28%201.385%200l3.749%202.496c1.03.686.544%202.29-.693%202.29h-.25v2.152a2.25%202.25%200%200%201%201.43%201.84l1.062%209.058A1.75%201.75%200%200%201%2014.254%2022H5.755a1.75%201.75%200%200%201-1.738-1.954l1.064-9.058A2.25%202.25%200%200%201%206.5%209.152V6.997h-.248c-1.238%200-1.723-1.605-.693-2.29zM8%209h4V6.997H8zm2.001-5.45L7.08%205.497h5.845zm6.219.67a.75.75%200%200%200%201.06%201.06l1.5-1.5a.75.75%200%200%200-1.06-1.06zm0%207.06a.75.75%200%201%201%201.06-1.06l1.5%201.5a.75.75%200%201%201-1.06%201.06zM16.75%207h3.5a.75.75%200%200%201%200%201.5h-3.5a.75.75%200%200%201%200-1.5M5.58%2019.61l-.072.61a.25.25%200%200%200%20.248.28h8.499a.25.25%200%200%200%20.248-.28l-.372-3.176zm8.373-4.079l-.332-2.834l-7.494%202.248l-.357%203.041zm-.509-4.347l-.002-.021a.75.75%200%200%200-.745-.663h-5.38a.75.75%200%200%200-.745.662l-.254%202.16z%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%22currentColor%22%20d%3D%22M9.309%202.21c.42-.28.966-.28%201.385%200l3.749%202.496c1.03.686.544%202.29-.693%202.29h-.25v2.152a2.25%202.25%200%200%201%201.43%201.84l1.062%209.058A1.75%201.75%200%200%201%2014.254%2022H5.755a1.75%201.75%200%200%201-1.738-1.954l1.064-9.058A2.25%202.25%200%200%201%206.5%209.152V6.997h-.248c-1.238%200-1.723-1.605-.693-2.29zM8%209h4V6.997H8zm2.001-5.45L7.08%205.497h5.845zm6.219.67a.75.75%200%200%200%201.06%201.06l1.5-1.5a.75.75%200%200%200-1.06-1.06zm0%207.06a.75.75%200%201%201%201.06-1.06l1.5%201.5a.75.75%200%201%201-1.06%201.06zM16.75%207h3.5a.75.75%200%200%201%200%201.5h-3.5a.75.75%200%200%201%200-1.5M5.58%2019.61l-.072.61a.25.25%200%200%200%20.248.28h8.499a.25.25%200%200%200%20.248-.28l-.372-3.176zm8.373-4.079l-.332-2.834l-7.494%202.248l-.357%203.041zm-.509-4.347l-.002-.021a.75.75%200%200%200-.745-.663h-5.38a.75.75%200%200%200-.745.662l-.254%202.16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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