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

Name
building-cloud-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the building cloud icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 3.75a.25.25 0 0 1 .25-.25h5.5a.25.25 0 0 1 .25.25v3c0 .966.784 1.75 1.75 1.75h1a.25.25 0 0 1 .25.25v1.324c.478-.137.98-.215 1.5-.226V8.75A1.75 1.75 0 0 0 12.25 7h-1a.25.25 0 0 1-.25-.25v-3A1.75 1.75 0 0 0 9.25 2h-5.5A1.75 1.75 0 0 0 2 3.75v12.5c0 .966.784 1.75 1.75 1.75h1.507a4.7 4.7 0 0 1 .331-1.5H3.75a.25.25 0 0 1-.25-.25zM5.25 6.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m0 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m0 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m2.5-6a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m0 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m0 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m6.375-1.653a4.89 4.89 0 0 0-4.748 3.727A3.739 3.739 0 0 0 9.987 22h8.275a3.738 3.738 0 0 0 .611-7.426a4.89 4.89 0 0 0-4.748-3.727m-3.366 4.51a3.388 3.388 0 0 1 6.732 0l.075.67l.696-.003h.002a2.238 2.238 0 0 1-.002 4.476H9.988a2.238 2.238 0 0 1-.001-4.476l.697.003z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingCloud24Regular(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="M3.5 3.75a.25.25 0 0 1 .25-.25h5.5a.25.25 0 0 1 .25.25v3c0 .966.784 1.75 1.75 1.75h1a.25.25 0 0 1 .25.25v1.324c.478-.137.98-.215 1.5-.226V8.75A1.75 1.75 0 0 0 12.25 7h-1a.25.25 0 0 1-.25-.25v-3A1.75 1.75 0 0 0 9.25 2h-5.5A1.75 1.75 0 0 0 2 3.75v12.5c0 .966.784 1.75 1.75 1.75h1.507a4.7 4.7 0 0 1 .331-1.5H3.75a.25.25 0 0 1-.25-.25zM5.25 6.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m0 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m0 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m2.5-6a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m0 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m0 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m6.375-1.653a4.89 4.89 0 0 0-4.748 3.727A3.739 3.739 0 0 0 9.987 22h8.275a3.738 3.738 0 0 0 .611-7.426a4.89 4.89 0 0 0-4.748-3.727m-3.366 4.51a3.388 3.388 0 0 1 6.732 0l.075.67l.696-.003h.002a2.238 2.238 0 0 1-.002 4.476H9.988a2.238 2.238 0 0 1-.001-4.476l.697.003z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 3.75a.25.25 0 0 1 .25-.25h5.5a.25.25 0 0 1 .25.25v3c0 .966.784 1.75 1.75 1.75h1a.25.25 0 0 1 .25.25v1.324c.478-.137.98-.215 1.5-.226V8.75A1.75 1.75 0 0 0 12.25 7h-1a.25.25 0 0 1-.25-.25v-3A1.75 1.75 0 0 0 9.25 2h-5.5A1.75 1.75 0 0 0 2 3.75v12.5c0 .966.784 1.75 1.75 1.75h1.507a4.7 4.7 0 0 1 .331-1.5H3.75a.25.25 0 0 1-.25-.25zM5.25 6.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m0 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m0 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m2.5-6a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m0 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m0 3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m6.375-1.653a4.89 4.89 0 0 0-4.748 3.727A3.739 3.739 0 0 0 9.987 22h8.275a3.738 3.738 0 0 0 .611-7.426a4.89 4.89 0 0 0-4.748-3.727m-3.366 4.51a3.388 3.388 0 0 1 6.732 0l.075.67l.696-.003h.002a2.238 2.238 0 0 1-.002 4.476H9.988a2.238 2.238 0 0 1-.001-4.476l.697.003z"/></svg>
</template>

CSS

.icon-building-cloud-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%203.75a.25.25%200%200%201%20.25-.25h5.5a.25.25%200%200%201%20.25.25v3c0%20.966.784%201.75%201.75%201.75h1a.25.25%200%200%201%20.25.25v1.324c.478-.137.98-.215%201.5-.226V8.75A1.75%201.75%200%200%200%2012.25%207h-1a.25.25%200%200%201-.25-.25v-3A1.75%201.75%200%200%200%209.25%202h-5.5A1.75%201.75%200%200%200%202%203.75v12.5c0%20.966.784%201.75%201.75%201.75h1.507a4.7%204.7%200%200%201%20.331-1.5H3.75a.25.25%200%200%201-.25-.25zM5.25%206.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m0%203a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m0%203a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m2.5-6a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m0%203a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m0%203a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m6.375-1.653a4.89%204.89%200%200%200-4.748%203.727A3.739%203.739%200%200%200%209.987%2022h8.275a3.738%203.738%200%200%200%20.611-7.426a4.89%204.89%200%200%200-4.748-3.727m-3.366%204.51a3.388%203.388%200%200%201%206.732%200l.075.67l.696-.003h.002a2.238%202.238%200%200%201-.002%204.476H9.988a2.238%202.238%200%200%201-.001-4.476l.697.003z%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%22M3.5%203.75a.25.25%200%200%201%20.25-.25h5.5a.25.25%200%200%201%20.25.25v3c0%20.966.784%201.75%201.75%201.75h1a.25.25%200%200%201%20.25.25v1.324c.478-.137.98-.215%201.5-.226V8.75A1.75%201.75%200%200%200%2012.25%207h-1a.25.25%200%200%201-.25-.25v-3A1.75%201.75%200%200%200%209.25%202h-5.5A1.75%201.75%200%200%200%202%203.75v12.5c0%20.966.784%201.75%201.75%201.75h1.507a4.7%204.7%200%200%201%20.331-1.5H3.75a.25.25%200%200%201-.25-.25zM5.25%206.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m0%203a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m0%203a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m2.5-6a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m0%203a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m0%203a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m6.375-1.653a4.89%204.89%200%200%200-4.748%203.727A3.739%203.739%200%200%200%209.987%2022h8.275a3.738%203.738%200%200%200%20.611-7.426a4.89%204.89%200%200%200-4.748-3.727m-3.366%204.51a3.388%203.388%200%200%201%206.732%200l.075.67l.696-.003h.002a2.238%202.238%200%200%201-.002%204.476H9.988a2.238%202.238%200%200%201-.001-4.476l.697.003z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/building-cloud-24-regular.svg?color=%231a73e8&size=48