building lighthouse icon
building-lighthouse-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- building-lighthouse-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
building-lighthouse-16-filledbuilding-lighthouse-20-filledbuilding-lighthouse-20-regularbuilding-lighthouse-24-filledbuilding-lighthouse-24-regularbuilding-lighthouse-28-filledbuilding-lighthouse-28-regularbuilding-lighthouse-32-filledbuilding-lighthouse-32-regularbuilding-lighthouse-48-filledbuilding-lighthouse-48-regular
The same icon in other sets
Related icons in Fluent UI System Icons
building-bank-16-filledbuilding-bank-link-16-filledbuilding-bank-toolbox-20-filledbuilding-checkmark-16-filledbuilding-cloud-24-filledbuilding-desktop-16-filledbuilding-factory-16-filledbuilding-government-16-filledbuilding-government-search-16-filledbuilding-home-16-filledbuilding-mosque-12-filledbuilding-multiple-16-filledbuilding-people-16-filledbuilding-retail-20-filledbuilding-retail-money-20-filledbuilding-retail-more-20-filledbuilding-retail-shield-20-filledbuilding-retail-toolbox-20-filledbuilding-shop-16-filledbuilding-skyscraper-16-filledbuilding-swap-16-filledbuilding-townhouse-20-filledbuilding-yurt-16-filled
Use the building lighthouse icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.877 1.219a1 1 0 0 1 1.248 0l2.5 1.996c.739.59.321 1.781-.624 1.781L10 7.092a1.75 1.75 0 0 1 1.17 1.395l.817 5.363a1 1 0 0 1-.989 1.15H4.001a1 1 0 0 1-.988-1.15l.815-5.363A1.75 1.75 0 0 1 5 7.09V4.996c-.945-.002-1.36-1.192-.622-1.781zM6 7h3V4.996H6zm4-3.004L7.502 2l-2.5 1.996zm.146 4.5A.75.75 0 0 0 9.44 8H5.558a.75.75 0 0 0-.741.637l-.213 1.398zm-5.707 2.623l-.232 1.527l6.318-1.755l-.214-1.403zm-.397 2.61l-.04.271h6.996l-.322-2.113zM14.5 6h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 0 1m-.647-3.146a.5.5 0 0 0-.707-.708l-1 1a.5.5 0 1 0 .707.708zm0 6a.5.5 0 0 0 0-.708l-1-1a.5.5 0 1 0-.707.708l1 1a.5.5 0 0 0 .707 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentBuildingLighthouse16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.877 1.219a1 1 0 0 1 1.248 0l2.5 1.996c.739.59.321 1.781-.624 1.781L10 7.092a1.75 1.75 0 0 1 1.17 1.395l.817 5.363a1 1 0 0 1-.989 1.15H4.001a1 1 0 0 1-.988-1.15l.815-5.363A1.75 1.75 0 0 1 5 7.09V4.996c-.945-.002-1.36-1.192-.622-1.781zM6 7h3V4.996H6zm4-3.004L7.502 2l-2.5 1.996zm.146 4.5A.75.75 0 0 0 9.44 8H5.558a.75.75 0 0 0-.741.637l-.213 1.398zm-5.707 2.623l-.232 1.527l6.318-1.755l-.214-1.403zm-.397 2.61l-.04.271h6.996l-.322-2.113zM14.5 6h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 0 1m-.647-3.146a.5.5 0 0 0-.707-.708l-1 1a.5.5 0 1 0 .707.708zm0 6a.5.5 0 0 0 0-.708l-1-1a.5.5 0 1 0-.707.708l1 1a.5.5 0 0 0 .707 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.877 1.219a1 1 0 0 1 1.248 0l2.5 1.996c.739.59.321 1.781-.624 1.781L10 7.092a1.75 1.75 0 0 1 1.17 1.395l.817 5.363a1 1 0 0 1-.989 1.15H4.001a1 1 0 0 1-.988-1.15l.815-5.363A1.75 1.75 0 0 1 5 7.09V4.996c-.945-.002-1.36-1.192-.622-1.781zM6 7h3V4.996H6zm4-3.004L7.502 2l-2.5 1.996zm.146 4.5A.75.75 0 0 0 9.44 8H5.558a.75.75 0 0 0-.741.637l-.213 1.398zm-5.707 2.623l-.232 1.527l6.318-1.755l-.214-1.403zm-.397 2.61l-.04.271h6.996l-.322-2.113zM14.5 6h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 0 1m-.647-3.146a.5.5 0 0 0-.707-.708l-1 1a.5.5 0 1 0 .707.708zm0 6a.5.5 0 0 0 0-.708l-1-1a.5.5 0 1 0-.707.708l1 1a.5.5 0 0 0 .707 0"/></svg> </template>
CSS
.icon-building-lighthouse-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.877%201.219a1%201%200%200%201%201.248%200l2.5%201.996c.739.59.321%201.781-.624%201.781L10%207.092a1.75%201.75%200%200%201%201.17%201.395l.817%205.363a1%201%200%200%201-.989%201.15H4.001a1%201%200%200%201-.988-1.15l.815-5.363A1.75%201.75%200%200%201%205%207.09V4.996c-.945-.002-1.36-1.192-.622-1.781zM6%207h3V4.996H6zm4-3.004L7.502%202l-2.5%201.996zm.146%204.5A.75.75%200%200%200%209.44%208H5.558a.75.75%200%200%200-.741.637l-.213%201.398zm-5.707%202.623l-.232%201.527l6.318-1.755l-.214-1.403zm-.397%202.61l-.04.271h6.996l-.322-2.113zM14.5%206h-2a.5.5%200%200%201%200-1h2a.5.5%200%200%201%200%201m-.647-3.146a.5.5%200%200%200-.707-.708l-1%201a.5.5%200%201%200%20.707.708zm0%206a.5.5%200%200%200%200-.708l-1-1a.5.5%200%201%200-.707.708l1%201a.5.5%200%200%200%20.707%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.877%201.219a1%201%200%200%201%201.248%200l2.5%201.996c.739.59.321%201.781-.624%201.781L10%207.092a1.75%201.75%200%200%201%201.17%201.395l.817%205.363a1%201%200%200%201-.989%201.15H4.001a1%201%200%200%201-.988-1.15l.815-5.363A1.75%201.75%200%200%201%205%207.09V4.996c-.945-.002-1.36-1.192-.622-1.781zM6%207h3V4.996H6zm4-3.004L7.502%202l-2.5%201.996zm.146%204.5A.75.75%200%200%200%209.44%208H5.558a.75.75%200%200%200-.741.637l-.213%201.398zm-5.707%202.623l-.232%201.527l6.318-1.755l-.214-1.403zm-.397%202.61l-.04.271h6.996l-.322-2.113zM14.5%206h-2a.5.5%200%200%201%200-1h2a.5.5%200%200%201%200%201m-.647-3.146a.5.5%200%200%200-.707-.708l-1%201a.5.5%200%201%200%20.707.708zm0%206a.5.5%200%200%200%200-.708l-1-1a.5.5%200%201%200-.707.708l1%201a.5.5%200%200%200%20.707%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-16-regular.svg?color=%231a73e8&size=48