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

Name
building-cloud-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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.75 18h1.507a4.74 4.74 0 0 1 3.33-4.265A5.89 5.89 0 0 1 14 9.848V8.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.75M6 8.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m2.5-3a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M7.75 9.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m.75 2.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-2.5 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M5.25 6.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m8.875 4.347a4.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 FluentBuildingCloud24Filled(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.75 18h1.507a4.74 4.74 0 0 1 3.33-4.265A5.89 5.89 0 0 1 14 9.848V8.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.75M6 8.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m2.5-3a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M7.75 9.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m.75 2.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-2.5 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M5.25 6.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m8.875 4.347a4.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.75 18h1.507a4.74 4.74 0 0 1 3.33-4.265A5.89 5.89 0 0 1 14 9.848V8.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.75M6 8.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m2.5-3a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M7.75 9.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m.75 2.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-2.5 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M5.25 6.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m8.875 4.347a4.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-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.75%2018h1.507a4.74%204.74%200%200%201%203.33-4.265A5.89%205.89%200%200%201%2014%209.848V8.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.75M6%208.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m2.5-3a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M7.75%209.5a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m.75%202.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-2.5%200a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M5.25%206.5a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m8.875%204.347a4.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.75%2018h1.507a4.74%204.74%200%200%201%203.33-4.265A5.89%205.89%200%200%201%2014%209.848V8.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.75M6%208.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m2.5-3a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M7.75%209.5a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m.75%202.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-2.5%200a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M5.25%206.5a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m8.875%204.347a4.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-filled.svg?color=%231a73e8&size=48