building icon
building-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- building-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
9 other variants in Fluent UI System Icons
The same icon in other sets
buildingBootstrap IconsbuildingBoxIcons v2buildingBoxIcons v2 SolidbuildingCarbonbuildingFramework7 IconsbuildingFont Awesome 6 RegularbuildingFont Awesome 6 SolidbuildingFont Awesome RegularbuildingFont Awesome Solidbuilding-outlineFlowbite Iconsbuilding-16Fluent UI System Color IconsbuildingHuge IconsbuildingHumbleiconsbuildingIconoirbuildingJam IconsbuildingLine AwesomebuildingLucidebuildingMyna UI IconsbuildingPhosphorbuildingPixelarticonsbuildingPrime Iconsbuilding-fillRemix IconbuildingTabler IconsbuildingTDesign Icons
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-lighthouse-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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M8 8.25A4.25 4.25 0 0 1 12.25 4h15.5A4.25 4.25 0 0 1 32 8.25V19h3.75A4.25 4.25 0 0 1 40 23.25v19.5c0 .69-.56 1.25-1.25 1.25H34v-6.75A2.25 2.25 0 0 0 31.75 35h-15.5A2.25 2.25 0 0 0 14 37.25V44H9.25C8.56 44 8 43.44 8 42.75zM16.5 44h6.25v-6.5H16.5zm8.75 0h6.25v-6.5h-6.25zM18 14a2 2 0 1 0-4 0a2 2 0 0 0 4 0m-2 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 5a2 2 0 1 0-4 0a2 2 0 0 0 4 0m6-12a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 5a2 2 0 1 0-4 0a2 2 0 0 0 4 0m-2 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m10-2a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentBuilding48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M8 8.25A4.25 4.25 0 0 1 12.25 4h15.5A4.25 4.25 0 0 1 32 8.25V19h3.75A4.25 4.25 0 0 1 40 23.25v19.5c0 .69-.56 1.25-1.25 1.25H34v-6.75A2.25 2.25 0 0 0 31.75 35h-15.5A2.25 2.25 0 0 0 14 37.25V44H9.25C8.56 44 8 43.44 8 42.75zM16.5 44h6.25v-6.5H16.5zm8.75 0h6.25v-6.5h-6.25zM18 14a2 2 0 1 0-4 0a2 2 0 0 0 4 0m-2 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 5a2 2 0 1 0-4 0a2 2 0 0 0 4 0m6-12a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 5a2 2 0 1 0-4 0a2 2 0 0 0 4 0m-2 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m10-2a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M8 8.25A4.25 4.25 0 0 1 12.25 4h15.5A4.25 4.25 0 0 1 32 8.25V19h3.75A4.25 4.25 0 0 1 40 23.25v19.5c0 .69-.56 1.25-1.25 1.25H34v-6.75A2.25 2.25 0 0 0 31.75 35h-15.5A2.25 2.25 0 0 0 14 37.25V44H9.25C8.56 44 8 43.44 8 42.75zM16.5 44h6.25v-6.5H16.5zm8.75 0h6.25v-6.5h-6.25zM18 14a2 2 0 1 0-4 0a2 2 0 0 0 4 0m-2 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 5a2 2 0 1 0-4 0a2 2 0 0 0 4 0m6-12a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 5a2 2 0 1 0-4 0a2 2 0 0 0 4 0m-2 9a2 2 0 1 0 0-4a2 2 0 0 0 0 4m10-2a2 2 0 1 0-4 0a2 2 0 0 0 4 0"/></svg> </template>
CSS
.icon-building-48-filled {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%208.25A4.25%204.25%200%200%201%2012.25%204h15.5A4.25%204.25%200%200%201%2032%208.25V19h3.75A4.25%204.25%200%200%201%2040%2023.25v19.5c0%20.69-.56%201.25-1.25%201.25H34v-6.75A2.25%202.25%200%200%200%2031.75%2035h-15.5A2.25%202.25%200%200%200%2014%2037.25V44H9.25C8.56%2044%208%2043.44%208%2042.75zM16.5%2044h6.25v-6.5H16.5zm8.75%200h6.25v-6.5h-6.25zM18%2014a2%202%200%201%200-4%200a2%202%200%200%200%204%200m-2%209a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2%205a2%202%200%201%200-4%200a2%202%200%200%200%204%200m6-12a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2%205a2%202%200%201%200-4%200a2%202%200%200%200%204%200m-2%209a2%202%200%201%200%200-4a2%202%200%200%200%200%204m10-2a2%202%200%201%200-4%200a2%202%200%200%200%204%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%208.25A4.25%204.25%200%200%201%2012.25%204h15.5A4.25%204.25%200%200%201%2032%208.25V19h3.75A4.25%204.25%200%200%201%2040%2023.25v19.5c0%20.69-.56%201.25-1.25%201.25H34v-6.75A2.25%202.25%200%200%200%2031.75%2035h-15.5A2.25%202.25%200%200%200%2014%2037.25V44H9.25C8.56%2044%208%2043.44%208%2042.75zM16.5%2044h6.25v-6.5H16.5zm8.75%200h6.25v-6.5h-6.25zM18%2014a2%202%200%201%200-4%200a2%202%200%200%200%204%200m-2%209a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2%205a2%202%200%201%200-4%200a2%202%200%200%200%204%200m6-12a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2%205a2%202%200%201%200-4%200a2%202%200%200%200%204%200m-2%209a2%202%200%201%200%200-4a2%202%200%200%200%200%204m10-2a2%202%200%201%200-4%200a2%202%200%200%200%204%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/building-48-filled.svg?color=%231a73e8&size=48