building3 icon

building3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
building3-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the building3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.75 4.64L6.32 2.45c-2.39-1.17-4.35.02-4.35 2.64v14.84c0 1.14.95 2.07 2.11 2.07h7.42c.55 0 1-.45 1-1V7.41c0-1.05-.79-2.3-1.75-2.77m-1.78 9.11H5.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.47a.749.749 0 1 1 0 1.5m0-4H5.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.47a.749.749 0 1 1 0 1.5M22 18.04v1.46a2.5 2.5 0 0 1-2.5 2.5h-4.53c-.54 0-.97-.43-.97-.97v-2.16c1.07.13 2.2-.18 3.01-.83c.68.55 1.55.88 2.5.88c.93 0 1.8-.33 2.49-.88m0-2.99v.01a2.5 2.5 0 0 1-2.49 2.36a2.5 2.5 0 0 1-2.5-2.5c0 1.53-1.41 2.76-3.01 2.45V12c0-.64.59-1.12 1.22-.98l1.79.4l.48.11l2.04.46c.49.1.94.27 1.33.52c0 .01.01.01.01.01c.1.07.2.15.29.24c.46.46.76 1.13.83 2.11c0 .06.01.12.01.18"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBuilding3Filled(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="M10.75 4.64L6.32 2.45c-2.39-1.17-4.35.02-4.35 2.64v14.84c0 1.14.95 2.07 2.11 2.07h7.42c.55 0 1-.45 1-1V7.41c0-1.05-.79-2.3-1.75-2.77m-1.78 9.11H5.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.47a.749.749 0 1 1 0 1.5m0-4H5.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.47a.749.749 0 1 1 0 1.5M22 18.04v1.46a2.5 2.5 0 0 1-2.5 2.5h-4.53c-.54 0-.97-.43-.97-.97v-2.16c1.07.13 2.2-.18 3.01-.83c.68.55 1.55.88 2.5.88c.93 0 1.8-.33 2.49-.88m0-2.99v.01a2.5 2.5 0 0 1-2.49 2.36a2.5 2.5 0 0 1-2.5-2.5c0 1.53-1.41 2.76-3.01 2.45V12c0-.64.59-1.12 1.22-.98l1.79.4l.48.11l2.04.46c.49.1.94.27 1.33.52c0 .01.01.01.01.01c.1.07.2.15.29.24c.46.46.76 1.13.83 2.11c0 .06.01.12.01.18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.75 4.64L6.32 2.45c-2.39-1.17-4.35.02-4.35 2.64v14.84c0 1.14.95 2.07 2.11 2.07h7.42c.55 0 1-.45 1-1V7.41c0-1.05-.79-2.3-1.75-2.77m-1.78 9.11H5.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.47a.749.749 0 1 1 0 1.5m0-4H5.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.47a.749.749 0 1 1 0 1.5M22 18.04v1.46a2.5 2.5 0 0 1-2.5 2.5h-4.53c-.54 0-.97-.43-.97-.97v-2.16c1.07.13 2.2-.18 3.01-.83c.68.55 1.55.88 2.5.88c.93 0 1.8-.33 2.49-.88m0-2.99v.01a2.5 2.5 0 0 1-2.49 2.36a2.5 2.5 0 0 1-2.5-2.5c0 1.53-1.41 2.76-3.01 2.45V12c0-.64.59-1.12 1.22-.98l1.79.4l.48.11l2.04.46c.49.1.94.27 1.33.52c0 .01.01.01.01.01c.1.07.2.15.29.24c.46.46.76 1.13.83 2.11c0 .06.01.12.01.18"/></svg>
</template>

CSS

.icon-building3-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%22M10.75%204.64L6.32%202.45c-2.39-1.17-4.35.02-4.35%202.64v14.84c0%201.14.95%202.07%202.11%202.07h7.42c.55%200%201-.45%201-1V7.41c0-1.05-.79-2.3-1.75-2.77m-1.78%209.11H5.5c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h3.47a.749.749%200%201%201%200%201.5m0-4H5.5c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h3.47a.749.749%200%201%201%200%201.5M22%2018.04v1.46a2.5%202.5%200%200%201-2.5%202.5h-4.53c-.54%200-.97-.43-.97-.97v-2.16c1.07.13%202.2-.18%203.01-.83c.68.55%201.55.88%202.5.88c.93%200%201.8-.33%202.49-.88m0-2.99v.01a2.5%202.5%200%200%201-2.49%202.36a2.5%202.5%200%200%201-2.5-2.5c0%201.53-1.41%202.76-3.01%202.45V12c0-.64.59-1.12%201.22-.98l1.79.4l.48.11l2.04.46c.49.1.94.27%201.33.52c0%20.01.01.01.01.01c.1.07.2.15.29.24c.46.46.76%201.13.83%202.11c0%20.06.01.12.01.18%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%22M10.75%204.64L6.32%202.45c-2.39-1.17-4.35.02-4.35%202.64v14.84c0%201.14.95%202.07%202.11%202.07h7.42c.55%200%201-.45%201-1V7.41c0-1.05-.79-2.3-1.75-2.77m-1.78%209.11H5.5c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h3.47a.749.749%200%201%201%200%201.5m0-4H5.5c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h3.47a.749.749%200%201%201%200%201.5M22%2018.04v1.46a2.5%202.5%200%200%201-2.5%202.5h-4.53c-.54%200-.97-.43-.97-.97v-2.16c1.07.13%202.2-.18%203.01-.83c.68.55%201.55.88%202.5.88c.93%200%201.8-.33%202.49-.88m0-2.99v.01a2.5%202.5%200%200%201-2.49%202.36a2.5%202.5%200%200%201-2.5-2.5c0%201.53-1.41%202.76-3.01%202.45V12c0-.64.59-1.12%201.22-.98l1.79.4l.48.11l2.04.46c.49.1.94.27%201.33.52c0%20.01.01.01.01.01c.1.07.2.15.29.24c.46.46.76%201.13.83%202.11c0%20.06.01.12.01.18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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