Building Cloud icon

Used to represent cloud connections with work/organizations. The Building Cloud 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 Cloud 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 { BuildingCloud24Regular, BuildingCloud24Filled } from "@fluentui/react-icons";

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

Use it in HTML

Reference the SVG file directly:

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

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.5 3.75C3.5 3.61193 3.61193 3.5 3.75 3.5H9.25C9.38807 3.5 9.5 3.61193 9.5 3.75V6.75C9.5 7.7165 10.2835 8.5 11.25 8.5H12.25C12.3881 8.5 12.5 8.61193 12.5 8.75V10.0738C12.9778 9.93695 13.4806 9.85891 14 9.8481V8.75C14 7.7835 13.2165 7 12.25 7H11.25C11.1119 7 11 6.88807 11 6.75V3.75C11 2.7835 10.2165 2 9.25 2H3.75C2.7835 2 2 2.7835 2 3.75V16.25C2 17.2165 2.7835 18 3.75 18H5.25712C5.28588 17.4723 5.40095 16.9677 5.58845 16.5H3.75C3.61193 16.5 3.5 16.3881 3.5 16.25V3.75ZM5.25 6.5C5.66421 6.5 6 6.16421 6 5.75C6 5.33579 5.66421 5 5.25 5C4.83579 5 4.5 5.33579 4.5 5.75C4.5 6.16421 4.83579 6.5 5.25 6.5ZM5.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.5ZM5.25 12.5C5.66421 12.5 6 12.1642 6 11.75C6 11.3358 5.66421 11 5.25 11C4.83579 11 4.5 11.3358 4.5 11.75C4.5 12.1642 4.83579 12.5 5.25 12.5ZM7.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.5ZM7.75 9.5C8.16421 9.5 8.5 9.16421 8.5 8.75C8.5 8.33579 8.16421 8 7.75 8C7.33579 8 7 8.33579 7 8.75C7 9.16421 7.33579 9.5 7.75 9.5ZM7.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.5ZM14.125 10.8468C11.8254 10.8468 9.89749 12.4346 9.37653 14.574C7.60297 14.8658 6.25 16.4059 6.25 18.2621C6.25 20.3265 7.92352 22 9.9879 22H18.2621C20.3265 22 22 20.3265 22 18.2621C22 16.4059 20.647 14.8658 18.8735 14.574C18.3525 12.4346 16.4246 10.8468 14.125 10.8468ZM10.7586 15.3567C10.9457 13.6639 12.382 12.3468 14.125 12.3468C15.868 12.3468 17.3043 13.6639 17.4914 15.3567L17.5655 16.0272L18.2621 16.0242H18.2635C19.4988 16.025 20.5 17.0266 20.5 18.2621C20.5 19.4981 19.4981 20.5 18.2621 20.5H9.9879C8.75194 20.5 7.75 19.4981 7.75 18.2621C7.75 17.0266 8.75119 16.025 9.98652 16.0242H9.9879L10.6845 16.0271L10.7586 15.3567Z" 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_cloud_24_regular.svg";

Details

NameBuilding Cloud
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_building_cloud_24_regular.svg
Filled fileic_fluent_building_cloud_24_filled.svg
React componentsBuildingCloud24Regular, BuildingCloud24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

orgorganizationsettingsdevicesconnectionssync

Related icons