building-desktop-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
building-desktop-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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="M3 3.25A.25.25 0 0 1 3.25 3h5.5a.25.25 0 0 1 .25.25v2.5C9 6.44 9.56 7 10.25 7h1.5a.25.25 0 0 1 .25.25V8h1v-.75C13 6.56 12.44 6 11.75 6h-1.5a.25.25 0 0 1-.25-.25v-2.5C10 2.56 9.44 2 8.75 2h-5.5C2.56 2 2 2.56 2 3.25v10.5c0 .69.56 1.25 1.25 1.25H7v-1H3.25a.25.25 0 0 1-.25-.25zM7.25 8.5a.75.75 0 0 1 .643.364c-.319.315-.568.7-.72 1.132A.75.75 0 0 1 7.25 8.5m-2.5-3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M5.5 7A.75.75 0 1 1 4 7a.75.75 0 0 1 1.5 0m-.75 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M8 4.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M8 11a2 2 0 0 1 2-2h7a2 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-2zm2 5h7a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-7a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1m4 2v-1h-1v1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingDesktop20Regular(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="M3 3.25A.25.25 0 0 1 3.25 3h5.5a.25.25 0 0 1 .25.25v2.5C9 6.44 9.56 7 10.25 7h1.5a.25.25 0 0 1 .25.25V8h1v-.75C13 6.56 12.44 6 11.75 6h-1.5a.25.25 0 0 1-.25-.25v-2.5C10 2.56 9.44 2 8.75 2h-5.5C2.56 2 2 2.56 2 3.25v10.5c0 .69.56 1.25 1.25 1.25H7v-1H3.25a.25.25 0 0 1-.25-.25zM7.25 8.5a.75.75 0 0 1 .643.364c-.319.315-.568.7-.72 1.132A.75.75 0 0 1 7.25 8.5m-2.5-3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M5.5 7A.75.75 0 1 1 4 7a.75.75 0 0 1 1.5 0m-.75 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M8 4.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M8 11a2 2 0 0 1 2-2h7a2 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-2zm2 5h7a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-7a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1m4 2v-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="M3 3.25A.25.25 0 0 1 3.25 3h5.5a.25.25 0 0 1 .25.25v2.5C9 6.44 9.56 7 10.25 7h1.5a.25.25 0 0 1 .25.25V8h1v-.75C13 6.56 12.44 6 11.75 6h-1.5a.25.25 0 0 1-.25-.25v-2.5C10 2.56 9.44 2 8.75 2h-5.5C2.56 2 2 2.56 2 3.25v10.5c0 .69.56 1.25 1.25 1.25H7v-1H3.25a.25.25 0 0 1-.25-.25zM7.25 8.5a.75.75 0 0 1 .643.364c-.319.315-.568.7-.72 1.132A.75.75 0 0 1 7.25 8.5m-2.5-3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M5.5 7A.75.75 0 1 1 4 7a.75.75 0 0 1 1.5 0m-.75 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M8 4.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M8 11a2 2 0 0 1 2-2h7a2 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-2zm2 5h7a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-7a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1m4 2v-1h-1v1z"/></svg>
</template>

CSS

.icon-building-desktop-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%22M3%203.25A.25.25%200%200%201%203.25%203h5.5a.25.25%200%200%201%20.25.25v2.5C9%206.44%209.56%207%2010.25%207h1.5a.25.25%200%200%201%20.25.25V8h1v-.75C13%206.56%2012.44%206%2011.75%206h-1.5a.25.25%200%200%201-.25-.25v-2.5C10%202.56%209.44%202%208.75%202h-5.5C2.56%202%202%202.56%202%203.25v10.5c0%20.69.56%201.25%201.25%201.25H7v-1H3.25a.25.25%200%200%201-.25-.25zM7.25%208.5a.75.75%200%200%201%20.643.364c-.319.315-.568.7-.72%201.132A.75.75%200%200%201%207.25%208.5m-2.5-3a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M5.5%207A.75.75%200%201%201%204%207a.75.75%200%200%201%201.5%200m-.75%203a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M8%204.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-.75%203a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M8%2011a2%202%200%200%201%202-2h7a2%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-2zm2%205h7a1%201%200%200%200%201-1v-4a1%201%200%200%200-1-1h-7a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201m4%202v-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%22M3%203.25A.25.25%200%200%201%203.25%203h5.5a.25.25%200%200%201%20.25.25v2.5C9%206.44%209.56%207%2010.25%207h1.5a.25.25%200%200%201%20.25.25V8h1v-.75C13%206.56%2012.44%206%2011.75%206h-1.5a.25.25%200%200%201-.25-.25v-2.5C10%202.56%209.44%202%208.75%202h-5.5C2.56%202%202%202.56%202%203.25v10.5c0%20.69.56%201.25%201.25%201.25H7v-1H3.25a.25.25%200%200%201-.25-.25zM7.25%208.5a.75.75%200%200%201%20.643.364c-.319.315-.568.7-.72%201.132A.75.75%200%200%201%207.25%208.5m-2.5-3a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M5.5%207A.75.75%200%201%201%204%207a.75.75%200%200%201%201.5%200m-.75%203a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M8%204.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-.75%203a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M8%2011a2%202%200%200%201%202-2h7a2%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-2zm2%205h7a1%201%200%200%200%201-1v-4a1%201%200%200%200-1-1h-7a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201m4%202v-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-regular.svg?color=%231a73e8&size=48