building multiple icon

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

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

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the building multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 6a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m7-3a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0-3a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2-2a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-4v-.75A2.25 2.25 0 0 0 11.75 2h-6.5A2.25 2.25 0 0 0 3 4.25v16.5c0 .414.336.75.75.75h16.5a.75.75 0 0 0 .75-.75V7.25A2.25 2.25 0 0 0 18.75 5zm-9.5-.75a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 .75.75V5h-.25A2.25 2.25 0 0 0 10 7.25V20H4.5zM14.5 20v-1.5h2V20zm3.5-2.25a.75.75 0 0 0-.75-.75h-3.5a.75.75 0 0 0-.75.75V20h-1.5V7.25a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 .75.75V20H18z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingMultiple24Regular(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="M8 6a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m7-3a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0-3a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2-2a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-4v-.75A2.25 2.25 0 0 0 11.75 2h-6.5A2.25 2.25 0 0 0 3 4.25v16.5c0 .414.336.75.75.75h16.5a.75.75 0 0 0 .75-.75V7.25A2.25 2.25 0 0 0 18.75 5zm-9.5-.75a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 .75.75V5h-.25A2.25 2.25 0 0 0 10 7.25V20H4.5zM14.5 20v-1.5h2V20zm3.5-2.25a.75.75 0 0 0-.75-.75h-3.5a.75.75 0 0 0-.75.75V20h-1.5V7.25a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 .75.75V20H18z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 6a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m7-3a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0-3a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m2-2a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1-4v-.75A2.25 2.25 0 0 0 11.75 2h-6.5A2.25 2.25 0 0 0 3 4.25v16.5c0 .414.336.75.75.75h16.5a.75.75 0 0 0 .75-.75V7.25A2.25 2.25 0 0 0 18.75 5zm-9.5-.75a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 .75.75V5h-.25A2.25 2.25 0 0 0 10 7.25V20H4.5zM14.5 20v-1.5h2V20zm3.5-2.25a.75.75 0 0 0-.75-.75h-3.5a.75.75 0 0 0-.75.75V20h-1.5V7.25a.75.75 0 0 1 .75-.75h6.5a.75.75 0 0 1 .75.75V20H18z"/></svg>
</template>

CSS

.icon-building-multiple-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%22M8%206a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%202a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0%203a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m7-3a1%201%200%201%200%200-2a1%201%200%200%200%200%202m3%200a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0-3a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-2-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200m2-2a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-2-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1-4v-.75A2.25%202.25%200%200%200%2011.75%202h-6.5A2.25%202.25%200%200%200%203%204.25v16.5c0%20.414.336.75.75.75h16.5a.75.75%200%200%200%20.75-.75V7.25A2.25%202.25%200%200%200%2018.75%205zm-9.5-.75a.75.75%200%200%201%20.75-.75h6.5a.75.75%200%200%201%20.75.75V5h-.25A2.25%202.25%200%200%200%2010%207.25V20H4.5zM14.5%2020v-1.5h2V20zm3.5-2.25a.75.75%200%200%200-.75-.75h-3.5a.75.75%200%200%200-.75.75V20h-1.5V7.25a.75.75%200%200%201%20.75-.75h6.5a.75.75%200%200%201%20.75.75V20H18z%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%22M8%206a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%202a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0%203a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m7-3a1%201%200%201%200%200-2a1%201%200%200%200%200%202m3%200a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0-3a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-2-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200m2-2a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-2-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1-4v-.75A2.25%202.25%200%200%200%2011.75%202h-6.5A2.25%202.25%200%200%200%203%204.25v16.5c0%20.414.336.75.75.75h16.5a.75.75%200%200%200%20.75-.75V7.25A2.25%202.25%200%200%200%2018.75%205zm-9.5-.75a.75.75%200%200%201%20.75-.75h6.5a.75.75%200%200%201%20.75.75V5h-.25A2.25%202.25%200%200%200%2010%207.25V20H4.5zM14.5%2020v-1.5h2V20zm3.5-2.25a.75.75%200%200%200-.75-.75h-3.5a.75.75%200%200%200-.75.75V20h-1.5V7.25a.75.75%200%200%201%20.75-.75h6.5a.75.75%200%200%201%20.75.75V20H18z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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