building lighthouse icon

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

Name
building-lighthouse-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M13.244 2.205a1.5 1.5 0 0 1 1.513 0l5.25 3.066C21.766 6.3 21.038 8.996 19 8.998v3.115a3.25 3.25 0 0 1 2.372 2.725l1.612 12.627A2.25 2.25 0 0 1 20.752 30H7.25a2.25 2.25 0 0 1-2.232-2.535L6.63 14.838A3.25 3.25 0 0 1 9 12.114V8.998C6.961 8.996 6.232 6.3 7.994 5.271zM9.853 14a1.25 1.25 0 0 0-1.24 1.092l-.486 3.806l11.359-3.03l-.1-.776A1.25 1.25 0 0 0 18.148 14zm9.889 3.87L7.855 21.04l-.453 3.551l12.764-3.404zm-12.74 9.848A.25.25 0 0 0 7.25 28h13.502a.25.25 0 0 0 .248-.282l-.578-4.529l-13.294 3.545zM17 12V8.998h-6V12zm-3-7.92L9.002 6.997h9.995zM23 10a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1m3.707-5.293a1 1 0 0 0-1.414-1.414l-2 2a1 1 0 0 0 1.414 1.414zm0 12a1 1 0 0 0 0-1.414l-2-2a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingLighthouse32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.244 2.205a1.5 1.5 0 0 1 1.513 0l5.25 3.066C21.766 6.3 21.038 8.996 19 8.998v3.115a3.25 3.25 0 0 1 2.372 2.725l1.612 12.627A2.25 2.25 0 0 1 20.752 30H7.25a2.25 2.25 0 0 1-2.232-2.535L6.63 14.838A3.25 3.25 0 0 1 9 12.114V8.998C6.961 8.996 6.232 6.3 7.994 5.271zM9.853 14a1.25 1.25 0 0 0-1.24 1.092l-.486 3.806l11.359-3.03l-.1-.776A1.25 1.25 0 0 0 18.148 14zm9.889 3.87L7.855 21.04l-.453 3.551l12.764-3.404zm-12.74 9.848A.25.25 0 0 0 7.25 28h13.502a.25.25 0 0 0 .248-.282l-.578-4.529l-13.294 3.545zM17 12V8.998h-6V12zm-3-7.92L9.002 6.997h9.995zM23 10a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1m3.707-5.293a1 1 0 0 0-1.414-1.414l-2 2a1 1 0 0 0 1.414 1.414zm0 12a1 1 0 0 0 0-1.414l-2-2a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.244 2.205a1.5 1.5 0 0 1 1.513 0l5.25 3.066C21.766 6.3 21.038 8.996 19 8.998v3.115a3.25 3.25 0 0 1 2.372 2.725l1.612 12.627A2.25 2.25 0 0 1 20.752 30H7.25a2.25 2.25 0 0 1-2.232-2.535L6.63 14.838A3.25 3.25 0 0 1 9 12.114V8.998C6.961 8.996 6.232 6.3 7.994 5.271zM9.853 14a1.25 1.25 0 0 0-1.24 1.092l-.486 3.806l11.359-3.03l-.1-.776A1.25 1.25 0 0 0 18.148 14zm9.889 3.87L7.855 21.04l-.453 3.551l12.764-3.404zm-12.74 9.848A.25.25 0 0 0 7.25 28h13.502a.25.25 0 0 0 .248-.282l-.578-4.529l-13.294 3.545zM17 12V8.998h-6V12zm-3-7.92L9.002 6.997h9.995zM23 10a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1m3.707-5.293a1 1 0 0 0-1.414-1.414l-2 2a1 1 0 0 0 1.414 1.414zm0 12a1 1 0 0 0 0-1.414l-2-2a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0"/></svg>
</template>

CSS

.icon-building-lighthouse-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.244%202.205a1.5%201.5%200%200%201%201.513%200l5.25%203.066C21.766%206.3%2021.038%208.996%2019%208.998v3.115a3.25%203.25%200%200%201%202.372%202.725l1.612%2012.627A2.25%202.25%200%200%201%2020.752%2030H7.25a2.25%202.25%200%200%201-2.232-2.535L6.63%2014.838A3.25%203.25%200%200%201%209%2012.114V8.998C6.961%208.996%206.232%206.3%207.994%205.271zM9.853%2014a1.25%201.25%200%200%200-1.24%201.092l-.486%203.806l11.359-3.03l-.1-.776A1.25%201.25%200%200%200%2018.148%2014zm9.889%203.87L7.855%2021.04l-.453%203.551l12.764-3.404zm-12.74%209.848A.25.25%200%200%200%207.25%2028h13.502a.25.25%200%200%200%20.248-.282l-.578-4.529l-13.294%203.545zM17%2012V8.998h-6V12zm-3-7.92L9.002%206.997h9.995zM23%2010a1%201%200%200%201%201-1h4a1%201%200%201%201%200%202h-4a1%201%200%200%201-1-1m3.707-5.293a1%201%200%200%200-1.414-1.414l-2%202a1%201%200%200%200%201.414%201.414zm0%2012a1%201%200%200%200%200-1.414l-2-2a1%201%200%200%200-1.414%201.414l2%202a1%201%200%200%200%201.414%200%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.244%202.205a1.5%201.5%200%200%201%201.513%200l5.25%203.066C21.766%206.3%2021.038%208.996%2019%208.998v3.115a3.25%203.25%200%200%201%202.372%202.725l1.612%2012.627A2.25%202.25%200%200%201%2020.752%2030H7.25a2.25%202.25%200%200%201-2.232-2.535L6.63%2014.838A3.25%203.25%200%200%201%209%2012.114V8.998C6.961%208.996%206.232%206.3%207.994%205.271zM9.853%2014a1.25%201.25%200%200%200-1.24%201.092l-.486%203.806l11.359-3.03l-.1-.776A1.25%201.25%200%200%200%2018.148%2014zm9.889%203.87L7.855%2021.04l-.453%203.551l12.764-3.404zm-12.74%209.848A.25.25%200%200%200%207.25%2028h13.502a.25.25%200%200%200%20.248-.282l-.578-4.529l-13.294%203.545zM17%2012V8.998h-6V12zm-3-7.92L9.002%206.997h9.995zM23%2010a1%201%200%200%201%201-1h4a1%201%200%201%201%200%202h-4a1%201%200%200%201-1-1m3.707-5.293a1%201%200%200%200-1.414-1.414l-2%202a1%201%200%200%200%201.414%201.414zm0%2012a1%201%200%200%200%200-1.414l-2-2a1%201%200%200%200-1.414%201.414l2%202a1%201%200%200%200%201.414%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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