buildings icon

buildings-duotone from Reicon by REICON · Duotone · Building · MIT Free for personal and commercial use.

Name
buildings-duotone
Set
Reicon
Style
Duotone
Category
Building
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All buildings icons →

More building icons from Reicon

Use the buildings icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M7 5h4c1.886 0 2.828 0 3.414.586S15 7.114 15 9v12.25h7a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5h1V9c0-1.886 0-2.828.586-3.414S5.114 5 7 5M5.25 8A.75.75 0 0 1 6 7.25h6a.75.75 0 0 1 0 1.5H6A.75.75 0 0 1 5.25 8m0 3a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75m0 3a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75M9 18.25a.75.75 0 0 1 .75.75v2.25h-1.5V19a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/><path d="M15 2h2c1.886 0 2.828 0 3.414.586S21 4.114 21 6v15.25h-6V9c0-1.886 0-2.828-.586-3.414C13.842 5.013 12.928 5 11.126 5V3.5c.084-.387.225-.68.46-.914C12.17 2 13.114 2 15 2" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBuildingsDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M7 5h4c1.886 0 2.828 0 3.414.586S15 7.114 15 9v12.25h7a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5h1V9c0-1.886 0-2.828.586-3.414S5.114 5 7 5M5.25 8A.75.75 0 0 1 6 7.25h6a.75.75 0 0 1 0 1.5H6A.75.75 0 0 1 5.25 8m0 3a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75m0 3a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75M9 18.25a.75.75 0 0 1 .75.75v2.25h-1.5V19a.75.75 0 0 1 .75-.75" clipRule="evenodd"/><path d="M15 2h2c1.886 0 2.828 0 3.414.586S21 4.114 21 6v15.25h-6V9c0-1.886 0-2.828-.586-3.414C13.842 5.013 12.928 5 11.126 5V3.5c.084-.387.225-.68.46-.914C12.17 2 13.114 2 15 2" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M7 5h4c1.886 0 2.828 0 3.414.586S15 7.114 15 9v12.25h7a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5h1V9c0-1.886 0-2.828.586-3.414S5.114 5 7 5M5.25 8A.75.75 0 0 1 6 7.25h6a.75.75 0 0 1 0 1.5H6A.75.75 0 0 1 5.25 8m0 3a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75m0 3a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75M9 18.25a.75.75 0 0 1 .75.75v2.25h-1.5V19a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/><path d="M15 2h2c1.886 0 2.828 0 3.414.586S21 4.114 21 6v15.25h-6V9c0-1.886 0-2.828-.586-3.414C13.842 5.013 12.928 5 11.126 5V3.5c.084-.387.225-.68.46-.914C12.17 2 13.114 2 15 2" opacity=".5"/></g></svg>
</template>

CSS

.icon-buildings-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%205h4c1.886%200%202.828%200%203.414.586S15%207.114%2015%209v12.25h7a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201%200-1.5h1V9c0-1.886%200-2.828.586-3.414S5.114%205%207%205M5.25%208A.75.75%200%200%201%206%207.25h6a.75.75%200%200%201%200%201.5H6A.75.75%200%200%201%205.25%208m0%203a.75.75%200%200%201%20.75-.75h6a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75m0%203a.75.75%200%200%201%20.75-.75h6a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75M9%2018.25a.75.75%200%200%201%20.75.75v2.25h-1.5V19a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15%202h2c1.886%200%202.828%200%203.414.586S21%204.114%2021%206v15.25h-6V9c0-1.886%200-2.828-.586-3.414C13.842%205.013%2012.928%205%2011.126%205V3.5c.084-.387.225-.68.46-.914C12.17%202%2013.114%202%2015%202%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%205h4c1.886%200%202.828%200%203.414.586S15%207.114%2015%209v12.25h7a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201%200-1.5h1V9c0-1.886%200-2.828.586-3.414S5.114%205%207%205M5.25%208A.75.75%200%200%201%206%207.25h6a.75.75%200%200%201%200%201.5H6A.75.75%200%200%201%205.25%208m0%203a.75.75%200%200%201%20.75-.75h6a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75m0%203a.75.75%200%200%201%20.75-.75h6a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75M9%2018.25a.75.75%200%200%201%20.75.75v2.25h-1.5V19a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15%202h2c1.886%200%202.828%200%203.414.586S21%204.114%2021%206v15.25h-6V9c0-1.886%200-2.828-.586-3.414C13.842%205.013%2012.928%205%2011.126%205V3.5c.084-.387.225-.68.46-.914C12.17%202%2013.114%202%2015%202%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/buildings-duotone.svg?color=%231a73e8&size=48