building multiple icon

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

Name
building-multiple-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M2 4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1h4a2 2 0 0 1 2 2v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1zm10 13h2v-2h-2zm3 0h2V7a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v10h2v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1zM11 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v13h5V7a2 2 0 0 1 2-2h1zm1 4.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-6.75.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M6 5.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m5.25 6.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M6 14.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75-2.25a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M15.5 8.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75 3.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingMultiple20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1h4a2 2 0 0 1 2 2v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1zm10 13h2v-2h-2zm3 0h2V7a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v10h2v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1zM11 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v13h5V7a2 2 0 0 1 2-2h1zm1 4.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-6.75.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M6 5.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m5.25 6.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M6 14.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75-2.25a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M15.5 8.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75 3.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1h4a2 2 0 0 1 2 2v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1zm10 13h2v-2h-2zm3 0h2V7a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v10h2v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1zM11 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v13h5V7a2 2 0 0 1 2-2h1zm1 4.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-6.75.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M6 5.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m5.25 6.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M6 14.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75-2.25a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M15.5 8.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.75 3.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
</template>

CSS

.icon-building-multiple-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v1h4a2%202%200%200%201%202%202v10a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1zm10%2013h2v-2h-2zm3%200h2V7a1%201%200%200%200-1-1h-6a1%201%200%200%200-1%201v10h2v-2a1%201%200%200%201%201-1h2a1%201%200%200%201%201%201zM11%204a1%201%200%200%200-1-1H4a1%201%200%200%200-1%201v13h5V7a2%202%200%200%201%202-2h1zm1%204.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-6.75.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M6%205.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m5.25%206.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M6%2014.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-.75-2.25a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M15.5%208.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-.75%203.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v1h4a2%202%200%200%201%202%202v10a1%201%200%200%201-1%201H3a1%201%200%200%201-1-1zm10%2013h2v-2h-2zm3%200h2V7a1%201%200%200%200-1-1h-6a1%201%200%200%200-1%201v10h2v-2a1%201%200%200%201%201-1h2a1%201%200%200%201%201%201zM11%204a1%201%200%200%200-1-1H4a1%201%200%200%200-1%201v13h5V7a2%202%200%200%201%202-2h1zm1%204.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-6.75.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M6%205.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m5.25%206.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M6%2014.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-.75-2.25a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M15.5%208.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-.75%203.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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