Building Desktop icon

Used for location scenarios. The Building Desktop icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Building Desktop icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { BuildingDesktop24Regular, BuildingDesktop24Filled } from "@fluentui/react-icons";

export function Example() {
  return <BuildingDesktop24Regular aria-label="Building Desktop" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_building_desktop_24_regular.svg" width="24" height="24" alt="Building Desktop">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.75 3.5C3.61193 3.5 3.5 3.61193 3.5 3.75V16.25C3.5 16.3881 3.61193 16.5 3.75 16.5H8.5V16.75C8.5 17.1737 8.57238 17.599 8.71307 18H3.75C2.7835 18 2 17.2165 2 16.25V3.75C2 2.7835 2.7835 2 3.75 2H9.25C10.2165 2 11 2.7835 11 3.75V6.75C11 6.88807 11.1119 7 11.25 7H12.25C13.2165 7 14 7.7835 14 8.75V9H12.5V8.75C12.5 8.61193 12.3881 8.5 12.25 8.5H11.25C10.2835 8.5 9.5 7.7165 9.5 6.75V3.75C9.5 3.61193 9.38807 3.5 9.25 3.5H3.75ZM6 5.75C6 6.16421 5.66421 6.5 5.25 6.5C4.83579 6.5 4.5 6.16421 4.5 5.75C4.5 5.33579 4.83579 5 5.25 5C5.66421 5 6 5.33579 6 5.75ZM5.25 9.5C5.66421 9.5 6 9.16421 6 8.75C6 8.33579 5.66421 8 5.25 8C4.83579 8 4.5 8.33579 4.5 8.75C4.5 9.16421 4.83579 9.5 5.25 9.5ZM6 11.75C6 12.1642 5.66421 12.5 5.25 12.5C4.83579 12.5 4.5 12.1642 4.5 11.75C4.5 11.3358 4.83579 11 5.25 11C5.66421 11 6 11.3358 6 11.75ZM7.75 6.5C8.16421 6.5 8.5 6.16421 8.5 5.75C8.5 5.33579 8.16421 5 7.75 5C7.33579 5 7 5.33579 7 5.75C7 6.16421 7.33579 6.5 7.75 6.5ZM8.5 8.75C8.5 9.16421 8.16421 9.5 7.75 9.5C7.33579 9.5 7 9.16421 7 8.75C7 8.33579 7.33579 8 7.75 8C8.16421 8 8.5 8.33579 8.5 8.75ZM7.75 12.5C8.16421 12.5 8.5 12.1642 8.5 11.75C8.5 11.3358 8.16421 11 7.75 11C7.33579 11 7 11.3358 7 11.75C7 12.1642 7.33579 12.5 7.75 12.5ZM9.5 12.75C9.5 11.2312 10.7312 10 12.25 10H19.25C20.7688 10 22 11.2312 22 12.75V16.75C22 18.2688 20.7688 19.5 19.25 19.5H18V20.5H19.25C19.6642 20.5 20 20.8358 20 21.25C20 21.6642 19.6642 22 19.25 22H12.25C11.8358 22 11.5 21.6642 11.5 21.25C11.5 20.8358 11.8358 20.5 12.25 20.5H13.5V19.5H12.25C10.7312 19.5 9.5 18.2688 9.5 16.75V12.75ZM15 19.5V20.5H16.5V19.5H15ZM12.25 11.5C11.5596 11.5 11 12.0596 11 12.75V16.75C11 17.4404 11.5596 18 12.25 18H19.25C19.9404 18 20.5 17.4404 20.5 16.75V12.75C20.5 12.0596 19.9404 11.5 19.25 11.5H12.25Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/building_desktop_24_regular.svg";

Details

NameBuilding Desktop
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_building_desktop_24_regular.svg
Filled fileic_fluent_building_desktop_24_filled.svg
React componentsBuildingDesktop24Regular, BuildingDesktop24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

structureconstructionarchitectureskyscraperdatamanagementcenter

Related icons