building lighthouse icon
building-lighthouse-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- building-lighthouse-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
11 other variants in Fluent UI System Icons
building-lighthouse-16-filledbuilding-lighthouse-16-regularbuilding-lighthouse-20-filledbuilding-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 20 20"><path fill="currentColor" d="m10.333 2.686l-.778-.518A1 1 0 0 0 9.002 2h-.004a1 1 0 0 0-.551.168l-.768.511L5.57 3.884A1.13 1.13 0 0 0 5 4.929c-.03.528.358 1.068.999 1.069v2.166a2 2 0 0 0-1.193 1.612l-.8 7.112A1 1 0 0 0 5 18h8a1 1 0 0 0 .993-1.112l-.8-7.112A2 2 0 0 0 12 8.165V5.998c.648 0 1.038-.55 1-1.084v-.047c0-.406-.218-.782-.57-.983zM11 8H7V6h4zM6.108 4.998a.13.13 0 0 1-.062-.03L8.205 3.53L9 3.076l.807.461l2.147 1.43a.13.13 0 0 1-.062.03zM6.835 9h4.33a1 1 0 0 1 .986.89l.02.18l-3.556.948l-2.979.784l.213-1.912A1 1 0 0 1 6.835 9m2.037 2.985l3.412-.898l.211 1.897l-3.88 1.034l-3.322.875l.223-2.013zm-3.699 3.986l3.698-.986l3.737-.983l.333 2.998H5.06zM16.5 7h-2a.5.5 0 0 1-.006-1H16.5q.052 0 .1.01a.5.5 0 0 1-.1.99m-.646-3.854a.5.5 0 0 1 0 .708l-1 1a.499.499 0 1 1-.707-.708l1-1a.5.5 0 0 1 .707 0m0 6a.5.5 0 0 1-.707.708l-1-1a.5.5 0 1 1 .707-.708z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBuildingLighthouse20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m10.333 2.686l-.778-.518A1 1 0 0 0 9.002 2h-.004a1 1 0 0 0-.551.168l-.768.511L5.57 3.884A1.13 1.13 0 0 0 5 4.929c-.03.528.358 1.068.999 1.069v2.166a2 2 0 0 0-1.193 1.612l-.8 7.112A1 1 0 0 0 5 18h8a1 1 0 0 0 .993-1.112l-.8-7.112A2 2 0 0 0 12 8.165V5.998c.648 0 1.038-.55 1-1.084v-.047c0-.406-.218-.782-.57-.983zM11 8H7V6h4zM6.108 4.998a.13.13 0 0 1-.062-.03L8.205 3.53L9 3.076l.807.461l2.147 1.43a.13.13 0 0 1-.062.03zM6.835 9h4.33a1 1 0 0 1 .986.89l.02.18l-3.556.948l-2.979.784l.213-1.912A1 1 0 0 1 6.835 9m2.037 2.985l3.412-.898l.211 1.897l-3.88 1.034l-3.322.875l.223-2.013zm-3.699 3.986l3.698-.986l3.737-.983l.333 2.998H5.06zM16.5 7h-2a.5.5 0 0 1-.006-1H16.5q.052 0 .1.01a.5.5 0 0 1-.1.99m-.646-3.854a.5.5 0 0 1 0 .708l-1 1a.499.499 0 1 1-.707-.708l1-1a.5.5 0 0 1 .707 0m0 6a.5.5 0 0 1-.707.708l-1-1a.5.5 0 1 1 .707-.708z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m10.333 2.686l-.778-.518A1 1 0 0 0 9.002 2h-.004a1 1 0 0 0-.551.168l-.768.511L5.57 3.884A1.13 1.13 0 0 0 5 4.929c-.03.528.358 1.068.999 1.069v2.166a2 2 0 0 0-1.193 1.612l-.8 7.112A1 1 0 0 0 5 18h8a1 1 0 0 0 .993-1.112l-.8-7.112A2 2 0 0 0 12 8.165V5.998c.648 0 1.038-.55 1-1.084v-.047c0-.406-.218-.782-.57-.983zM11 8H7V6h4zM6.108 4.998a.13.13 0 0 1-.062-.03L8.205 3.53L9 3.076l.807.461l2.147 1.43a.13.13 0 0 1-.062.03zM6.835 9h4.33a1 1 0 0 1 .986.89l.02.18l-3.556.948l-2.979.784l.213-1.912A1 1 0 0 1 6.835 9m2.037 2.985l3.412-.898l.211 1.897l-3.88 1.034l-3.322.875l.223-2.013zm-3.699 3.986l3.698-.986l3.737-.983l.333 2.998H5.06zM16.5 7h-2a.5.5 0 0 1-.006-1H16.5q.052 0 .1.01a.5.5 0 0 1-.1.99m-.646-3.854a.5.5 0 0 1 0 .708l-1 1a.499.499 0 1 1-.707-.708l1-1a.5.5 0 0 1 .707 0m0 6a.5.5 0 0 1-.707.708l-1-1a.5.5 0 1 1 .707-.708z"/></svg> </template>
CSS
.icon-building-lighthouse-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.333%202.686l-.778-.518A1%201%200%200%200%209.002%202h-.004a1%201%200%200%200-.551.168l-.768.511L5.57%203.884A1.13%201.13%200%200%200%205%204.929c-.03.528.358%201.068.999%201.069v2.166a2%202%200%200%200-1.193%201.612l-.8%207.112A1%201%200%200%200%205%2018h8a1%201%200%200%200%20.993-1.112l-.8-7.112A2%202%200%200%200%2012%208.165V5.998c.648%200%201.038-.55%201-1.084v-.047c0-.406-.218-.782-.57-.983zM11%208H7V6h4zM6.108%204.998a.13.13%200%200%201-.062-.03L8.205%203.53L9%203.076l.807.461l2.147%201.43a.13.13%200%200%201-.062.03zM6.835%209h4.33a1%201%200%200%201%20.986.89l.02.18l-3.556.948l-2.979.784l.213-1.912A1%201%200%200%201%206.835%209m2.037%202.985l3.412-.898l.211%201.897l-3.88%201.034l-3.322.875l.223-2.013zm-3.699%203.986l3.698-.986l3.737-.983l.333%202.998H5.06zM16.5%207h-2a.5.5%200%200%201-.006-1H16.5q.052%200%20.1.01a.5.5%200%200%201-.1.99m-.646-3.854a.5.5%200%200%201%200%20.708l-1%201a.499.499%200%201%201-.707-.708l1-1a.5.5%200%200%201%20.707%200m0%206a.5.5%200%200%201-.707.708l-1-1a.5.5%200%201%201%20.707-.708z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.333%202.686l-.778-.518A1%201%200%200%200%209.002%202h-.004a1%201%200%200%200-.551.168l-.768.511L5.57%203.884A1.13%201.13%200%200%200%205%204.929c-.03.528.358%201.068.999%201.069v2.166a2%202%200%200%200-1.193%201.612l-.8%207.112A1%201%200%200%200%205%2018h8a1%201%200%200%200%20.993-1.112l-.8-7.112A2%202%200%200%200%2012%208.165V5.998c.648%200%201.038-.55%201-1.084v-.047c0-.406-.218-.782-.57-.983zM11%208H7V6h4zM6.108%204.998a.13.13%200%200%201-.062-.03L8.205%203.53L9%203.076l.807.461l2.147%201.43a.13.13%200%200%201-.062.03zM6.835%209h4.33a1%201%200%200%201%20.986.89l.02.18l-3.556.948l-2.979.784l.213-1.912A1%201%200%200%201%206.835%209m2.037%202.985l3.412-.898l.211%201.897l-3.88%201.034l-3.322.875l.223-2.013zm-3.699%203.986l3.698-.986l3.737-.983l.333%202.998H5.06zM16.5%207h-2a.5.5%200%200%201-.006-1H16.5q.052%200%20.1.01a.5.5%200%200%201-.1.99m-.646-3.854a.5.5%200%200%201%200%20.708l-1%201a.499.499%200%201%201-.707-.708l1-1a.5.5%200%200%201%20.707%200m0%206a.5.5%200%200%201-.707.708l-1-1a.5.5%200%201%201%20.707-.708z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/building-lighthouse-20-regular.svg?color=%231a73e8&size=48