building icon
building-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- building-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
buildingBootstrap IconsbuildingBoxIcons v2buildingBoxIcons v2 SolidbuildingCarbonbuildingFramework7 IconsbuildingFont Awesome 6 RegularbuildingFont Awesome 6 Solidbuilding-16-filledFluent UI System IconsbuildingHuge IconsbuildingHumbleiconsbuildingIconoirbuildingJam IconsbuildingLine AwesomebuildingLucidebuildingPixelarticonsbuilding-fillRemix IconbuildingTabler Iconsbuilding-outlineTeenyiconsbuildingUnicons
Related icons in Phosphor
Use the building icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 226h-26V30h10a6 6 0 0 0 0-12H40a6 6 0 0 0 0 12h10v196H24a6 6 0 0 0 0 12h208a6 6 0 0 0 0-12M62 30h132v196h-36v-42a6 6 0 0 0-6-6h-48a6 6 0 0 0-6 6v42H62Zm84 196h-36v-36h36ZM90 64a6 6 0 0 1 6-6h16a6 6 0 0 1 0 12H96a6 6 0 0 1-6-6m48 0a6 6 0 0 1 6-6h16a6 6 0 0 1 0 12h-16a6 6 0 0 1-6-6m-48 40a6 6 0 0 1 6-6h16a6 6 0 0 1 0 12H96a6 6 0 0 1-6-6m48 0a6 6 0 0 1 6-6h16a6 6 0 0 1 0 12h-16a6 6 0 0 1-6-6m-42 46a6 6 0 0 1 0-12h16a6 6 0 0 1 0 12Zm42-6a6 6 0 0 1 6-6h16a6 6 0 0 1 0 12h-16a6 6 0 0 1-6-6"/></svg>
React
import type { SVGProps } from "react";
export function PhBuildingLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 226h-26V30h10a6 6 0 0 0 0-12H40a6 6 0 0 0 0 12h10v196H24a6 6 0 0 0 0 12h208a6 6 0 0 0 0-12M62 30h132v196h-36v-42a6 6 0 0 0-6-6h-48a6 6 0 0 0-6 6v42H62Zm84 196h-36v-36h36ZM90 64a6 6 0 0 1 6-6h16a6 6 0 0 1 0 12H96a6 6 0 0 1-6-6m48 0a6 6 0 0 1 6-6h16a6 6 0 0 1 0 12h-16a6 6 0 0 1-6-6m-48 40a6 6 0 0 1 6-6h16a6 6 0 0 1 0 12H96a6 6 0 0 1-6-6m48 0a6 6 0 0 1 6-6h16a6 6 0 0 1 0 12h-16a6 6 0 0 1-6-6m-42 46a6 6 0 0 1 0-12h16a6 6 0 0 1 0 12Zm42-6a6 6 0 0 1 6-6h16a6 6 0 0 1 0 12h-16a6 6 0 0 1-6-6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 226h-26V30h10a6 6 0 0 0 0-12H40a6 6 0 0 0 0 12h10v196H24a6 6 0 0 0 0 12h208a6 6 0 0 0 0-12M62 30h132v196h-36v-42a6 6 0 0 0-6-6h-48a6 6 0 0 0-6 6v42H62Zm84 196h-36v-36h36ZM90 64a6 6 0 0 1 6-6h16a6 6 0 0 1 0 12H96a6 6 0 0 1-6-6m48 0a6 6 0 0 1 6-6h16a6 6 0 0 1 0 12h-16a6 6 0 0 1-6-6m-48 40a6 6 0 0 1 6-6h16a6 6 0 0 1 0 12H96a6 6 0 0 1-6-6m48 0a6 6 0 0 1 6-6h16a6 6 0 0 1 0 12h-16a6 6 0 0 1-6-6m-42 46a6 6 0 0 1 0-12h16a6 6 0 0 1 0 12Zm42-6a6 6 0 0 1 6-6h16a6 6 0 0 1 0 12h-16a6 6 0 0 1-6-6"/></svg> </template>
CSS
.icon-building-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%20226h-26V30h10a6%206%200%200%200%200-12H40a6%206%200%200%200%200%2012h10v196H24a6%206%200%200%200%200%2012h208a6%206%200%200%200%200-12M62%2030h132v196h-36v-42a6%206%200%200%200-6-6h-48a6%206%200%200%200-6%206v42H62Zm84%20196h-36v-36h36ZM90%2064a6%206%200%200%201%206-6h16a6%206%200%200%201%200%2012H96a6%206%200%200%201-6-6m48%200a6%206%200%200%201%206-6h16a6%206%200%200%201%200%2012h-16a6%206%200%200%201-6-6m-48%2040a6%206%200%200%201%206-6h16a6%206%200%200%201%200%2012H96a6%206%200%200%201-6-6m48%200a6%206%200%200%201%206-6h16a6%206%200%200%201%200%2012h-16a6%206%200%200%201-6-6m-42%2046a6%206%200%200%201%200-12h16a6%206%200%200%201%200%2012Zm42-6a6%206%200%200%201%206-6h16a6%206%200%200%201%200%2012h-16a6%206%200%200%201-6-6%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%20226h-26V30h10a6%206%200%200%200%200-12H40a6%206%200%200%200%200%2012h10v196H24a6%206%200%200%200%200%2012h208a6%206%200%200%200%200-12M62%2030h132v196h-36v-42a6%206%200%200%200-6-6h-48a6%206%200%200%200-6%206v42H62Zm84%20196h-36v-36h36ZM90%2064a6%206%200%200%201%206-6h16a6%206%200%200%201%200%2012H96a6%206%200%200%201-6-6m48%200a6%206%200%200%201%206-6h16a6%206%200%200%201%200%2012h-16a6%206%200%200%201-6-6m-48%2040a6%206%200%200%201%206-6h16a6%206%200%200%201%200%2012H96a6%206%200%200%201-6-6m48%200a6%206%200%200%201%206-6h16a6%206%200%200%201%200%2012h-16a6%206%200%200%201-6-6m-42%2046a6%206%200%200%201%200-12h16a6%206%200%200%201%200%2012Zm42-6a6%206%200%200%201%206-6h16a6%206%200%200%201%200%2012h-16a6%206%200%200%201-6-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/building-light.svg?color=%231a73e8&size=48