building desktop icon
building-desktop-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- building-desktop-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M2 3.25C2 2.56 2.56 2 3.25 2h5.5C9.44 2 10 2.56 10 3.25v2.5c0 .138.112.25.25.25h1.5c.69 0 1.25.56 1.25 1.25V8h-3a3 3 0 0 0-2.107.864a.75.75 0 1 0-.72 1.132A3 3 0 0 0 7 11v4H3.25C2.56 15 2 14.44 2 13.75zM8.268 10A2 2 0 0 1 10 9h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2v1h1.5a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1H12v-1h-2a2 2 0 0 1-2-2v-4c0-.364.097-.706.268-1M10 10a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1zM4 4.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0m.75 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M4 9.25a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0M7.25 5.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M6.5 7A.75.75 0 1 0 8 7a.75.75 0 0 0-1.5 0M14 18v-1h-1v1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBuildingDesktop20Filled(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="M2 3.25C2 2.56 2.56 2 3.25 2h5.5C9.44 2 10 2.56 10 3.25v2.5c0 .138.112.25.25.25h1.5c.69 0 1.25.56 1.25 1.25V8h-3a3 3 0 0 0-2.107.864a.75.75 0 1 0-.72 1.132A3 3 0 0 0 7 11v4H3.25C2.56 15 2 14.44 2 13.75zM8.268 10A2 2 0 0 1 10 9h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2v1h1.5a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1H12v-1h-2a2 2 0 0 1-2-2v-4c0-.364.097-.706.268-1M10 10a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1zM4 4.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0m.75 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M4 9.25a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0M7.25 5.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M6.5 7A.75.75 0 1 0 8 7a.75.75 0 0 0-1.5 0M14 18v-1h-1v1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 3.25C2 2.56 2.56 2 3.25 2h5.5C9.44 2 10 2.56 10 3.25v2.5c0 .138.112.25.25.25h1.5c.69 0 1.25.56 1.25 1.25V8h-3a3 3 0 0 0-2.107.864a.75.75 0 1 0-.72 1.132A3 3 0 0 0 7 11v4H3.25C2.56 15 2 14.44 2 13.75zM8.268 10A2 2 0 0 1 10 9h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2v1h1.5a.5.5 0 0 1 0 1h-6a.5.5 0 0 1 0-1H12v-1h-2a2 2 0 0 1-2-2v-4c0-.364.097-.706.268-1M10 10a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1zM4 4.75a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0m.75 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M4 9.25a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0M7.25 5.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M6.5 7A.75.75 0 1 0 8 7a.75.75 0 0 0-1.5 0M14 18v-1h-1v1z"/></svg> </template>
CSS
.icon-building-desktop-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%203.25C2%202.56%202.56%202%203.25%202h5.5C9.44%202%2010%202.56%2010%203.25v2.5c0%20.138.112.25.25.25h1.5c.69%200%201.25.56%201.25%201.25V8h-3a3%203%200%200%200-2.107.864a.75.75%200%201%200-.72%201.132A3%203%200%200%200%207%2011v4H3.25C2.56%2015%202%2014.44%202%2013.75zM8.268%2010A2%202%200%200%201%2010%209h7a2%202%200%200%201%202%202v4a2%202%200%200%201-2%202h-2v1h1.5a.5.5%200%200%201%200%201h-6a.5.5%200%200%201%200-1H12v-1h-2a2%202%200%200%201-2-2v-4c0-.364.097-.706.268-1M10%2010a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201h7a1%201%200%200%200%201-1v-4a1%201%200%200%200-1-1zM4%204.75a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200m.75%203a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M4%209.25a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200M7.25%205.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M6.5%207A.75.75%200%201%200%208%207a.75.75%200%200%200-1.5%200M14%2018v-1h-1v1z%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%22M2%203.25C2%202.56%202.56%202%203.25%202h5.5C9.44%202%2010%202.56%2010%203.25v2.5c0%20.138.112.25.25.25h1.5c.69%200%201.25.56%201.25%201.25V8h-3a3%203%200%200%200-2.107.864a.75.75%200%201%200-.72%201.132A3%203%200%200%200%207%2011v4H3.25C2.56%2015%202%2014.44%202%2013.75zM8.268%2010A2%202%200%200%201%2010%209h7a2%202%200%200%201%202%202v4a2%202%200%200%201-2%202h-2v1h1.5a.5.5%200%200%201%200%201h-6a.5.5%200%200%201%200-1H12v-1h-2a2%202%200%200%201-2-2v-4c0-.364.097-.706.268-1M10%2010a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201h7a1%201%200%200%200%201-1v-4a1%201%200%200%200-1-1zM4%204.75a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200m.75%203a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M4%209.25a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200M7.25%205.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M6.5%207A.75.75%200%201%200%208%207a.75.75%200%200%200-1.5%200M14%2018v-1h-1v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/building-desktop-20-filled.svg?color=%231a73e8&size=48