building desktop icon
building-desktop-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- building-desktop-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System 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-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 desktop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 12.75v4c.003.426.078.849.22 1.25H3.5A1.5 1.5 0 0 1 2 16.5v-13A1.5 1.5 0 0 1 3.5 2h6A1.5 1.5 0 0 1 11 3.5V7h1.5A1.5 1.5 0 0 1 14 8.5V9h-1.75a3.75 3.75 0 0 0-3.75 3.75m-.333-7.624A.75.75 0 0 0 7.75 5a.76.76 0 0 0-.75.75a.75.75 0 1 0 1.167-.624m0 3A.75.75 0 0 0 7.75 8a.76.76 0 0 0-.75.75a.75.75 0 1 0 1.167-.624m-3.334 4.248a.75.75 0 0 0 .417.126a.76.76 0 0 0 .75-.75a.75.75 0 1 0-1.167.624m0-3a.75.75 0 0 0 .417.126a.76.76 0 0 0 .75-.75a.75.75 0 1 0-1.167.624m0-3a.75.75 0 0 0 .417.126a.76.76 0 0 0 .75-.75a.75.75 0 1 0-1.167.624m2.5 6a.75.75 0 0 0 .417.126a.76.76 0 0 0 .75-.75a.75.75 0 1 0-1.167.624m2.167.376A2.75 2.75 0 0 1 12.25 10h7A2.75 2.75 0 0 1 22 12.75v4a2.75 2.75 0 0 1-2.75 2.75H18v1h1.25a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1 0-1.5h1.25v-1h-1.25a2.75 2.75 0 0 1-2.75-2.75zM15 19.5v1h1.5v-1zm-2.75-8c-.69 0-1.25.56-1.25 1.25v4c0 .69.56 1.25 1.25 1.25h7c.69 0 1.25-.56 1.25-1.25v-4c0-.69-.56-1.25-1.25-1.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBuildingDesktop24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 12.75v4c.003.426.078.849.22 1.25H3.5A1.5 1.5 0 0 1 2 16.5v-13A1.5 1.5 0 0 1 3.5 2h6A1.5 1.5 0 0 1 11 3.5V7h1.5A1.5 1.5 0 0 1 14 8.5V9h-1.75a3.75 3.75 0 0 0-3.75 3.75m-.333-7.624A.75.75 0 0 0 7.75 5a.76.76 0 0 0-.75.75a.75.75 0 1 0 1.167-.624m0 3A.75.75 0 0 0 7.75 8a.76.76 0 0 0-.75.75a.75.75 0 1 0 1.167-.624m-3.334 4.248a.75.75 0 0 0 .417.126a.76.76 0 0 0 .75-.75a.75.75 0 1 0-1.167.624m0-3a.75.75 0 0 0 .417.126a.76.76 0 0 0 .75-.75a.75.75 0 1 0-1.167.624m0-3a.75.75 0 0 0 .417.126a.76.76 0 0 0 .75-.75a.75.75 0 1 0-1.167.624m2.5 6a.75.75 0 0 0 .417.126a.76.76 0 0 0 .75-.75a.75.75 0 1 0-1.167.624m2.167.376A2.75 2.75 0 0 1 12.25 10h7A2.75 2.75 0 0 1 22 12.75v4a2.75 2.75 0 0 1-2.75 2.75H18v1h1.25a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1 0-1.5h1.25v-1h-1.25a2.75 2.75 0 0 1-2.75-2.75zM15 19.5v1h1.5v-1zm-2.75-8c-.69 0-1.25.56-1.25 1.25v4c0 .69.56 1.25 1.25 1.25h7c.69 0 1.25-.56 1.25-1.25v-4c0-.69-.56-1.25-1.25-1.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 12.75v4c.003.426.078.849.22 1.25H3.5A1.5 1.5 0 0 1 2 16.5v-13A1.5 1.5 0 0 1 3.5 2h6A1.5 1.5 0 0 1 11 3.5V7h1.5A1.5 1.5 0 0 1 14 8.5V9h-1.75a3.75 3.75 0 0 0-3.75 3.75m-.333-7.624A.75.75 0 0 0 7.75 5a.76.76 0 0 0-.75.75a.75.75 0 1 0 1.167-.624m0 3A.75.75 0 0 0 7.75 8a.76.76 0 0 0-.75.75a.75.75 0 1 0 1.167-.624m-3.334 4.248a.75.75 0 0 0 .417.126a.76.76 0 0 0 .75-.75a.75.75 0 1 0-1.167.624m0-3a.75.75 0 0 0 .417.126a.76.76 0 0 0 .75-.75a.75.75 0 1 0-1.167.624m0-3a.75.75 0 0 0 .417.126a.76.76 0 0 0 .75-.75a.75.75 0 1 0-1.167.624m2.5 6a.75.75 0 0 0 .417.126a.76.76 0 0 0 .75-.75a.75.75 0 1 0-1.167.624m2.167.376A2.75 2.75 0 0 1 12.25 10h7A2.75 2.75 0 0 1 22 12.75v4a2.75 2.75 0 0 1-2.75 2.75H18v1h1.25a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1 0-1.5h1.25v-1h-1.25a2.75 2.75 0 0 1-2.75-2.75zM15 19.5v1h1.5v-1zm-2.75-8c-.69 0-1.25.56-1.25 1.25v4c0 .69.56 1.25 1.25 1.25h7c.69 0 1.25-.56 1.25-1.25v-4c0-.69-.56-1.25-1.25-1.25z"/></svg> </template>
CSS
.icon-building-desktop-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%2012.75v4c.003.426.078.849.22%201.25H3.5A1.5%201.5%200%200%201%202%2016.5v-13A1.5%201.5%200%200%201%203.5%202h6A1.5%201.5%200%200%201%2011%203.5V7h1.5A1.5%201.5%200%200%201%2014%208.5V9h-1.75a3.75%203.75%200%200%200-3.75%203.75m-.333-7.624A.75.75%200%200%200%207.75%205a.76.76%200%200%200-.75.75a.75.75%200%201%200%201.167-.624m0%203A.75.75%200%200%200%207.75%208a.76.76%200%200%200-.75.75a.75.75%200%201%200%201.167-.624m-3.334%204.248a.75.75%200%200%200%20.417.126a.76.76%200%200%200%20.75-.75a.75.75%200%201%200-1.167.624m0-3a.75.75%200%200%200%20.417.126a.76.76%200%200%200%20.75-.75a.75.75%200%201%200-1.167.624m0-3a.75.75%200%200%200%20.417.126a.76.76%200%200%200%20.75-.75a.75.75%200%201%200-1.167.624m2.5%206a.75.75%200%200%200%20.417.126a.76.76%200%200%200%20.75-.75a.75.75%200%201%200-1.167.624m2.167.376A2.75%202.75%200%200%201%2012.25%2010h7A2.75%202.75%200%200%201%2022%2012.75v4a2.75%202.75%200%200%201-2.75%202.75H18v1h1.25a.75.75%200%200%201%200%201.5h-7a.75.75%200%200%201%200-1.5h1.25v-1h-1.25a2.75%202.75%200%200%201-2.75-2.75zM15%2019.5v1h1.5v-1zm-2.75-8c-.69%200-1.25.56-1.25%201.25v4c0%20.69.56%201.25%201.25%201.25h7c.69%200%201.25-.56%201.25-1.25v-4c0-.69-.56-1.25-1.25-1.25z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%2012.75v4c.003.426.078.849.22%201.25H3.5A1.5%201.5%200%200%201%202%2016.5v-13A1.5%201.5%200%200%201%203.5%202h6A1.5%201.5%200%200%201%2011%203.5V7h1.5A1.5%201.5%200%200%201%2014%208.5V9h-1.75a3.75%203.75%200%200%200-3.75%203.75m-.333-7.624A.75.75%200%200%200%207.75%205a.76.76%200%200%200-.75.75a.75.75%200%201%200%201.167-.624m0%203A.75.75%200%200%200%207.75%208a.76.76%200%200%200-.75.75a.75.75%200%201%200%201.167-.624m-3.334%204.248a.75.75%200%200%200%20.417.126a.76.76%200%200%200%20.75-.75a.75.75%200%201%200-1.167.624m0-3a.75.75%200%200%200%20.417.126a.76.76%200%200%200%20.75-.75a.75.75%200%201%200-1.167.624m0-3a.75.75%200%200%200%20.417.126a.76.76%200%200%200%20.75-.75a.75.75%200%201%200-1.167.624m2.5%206a.75.75%200%200%200%20.417.126a.76.76%200%200%200%20.75-.75a.75.75%200%201%200-1.167.624m2.167.376A2.75%202.75%200%200%201%2012.25%2010h7A2.75%202.75%200%200%201%2022%2012.75v4a2.75%202.75%200%200%201-2.75%202.75H18v1h1.25a.75.75%200%200%201%200%201.5h-7a.75.75%200%200%201%200-1.5h1.25v-1h-1.25a2.75%202.75%200%200%201-2.75-2.75zM15%2019.5v1h1.5v-1zm-2.75-8c-.69%200-1.25.56-1.25%201.25v4c0%20.69.56%201.25%201.25%201.25h7c.69%200%201.25-.56%201.25-1.25v-4c0-.69-.56-1.25-1.25-1.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/building-desktop-24-filled.svg?color=%231a73e8&size=48