building icon

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

Name
building-filled
Set
Reicon
Style
Filled
Category
Building
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All building icons →

More building icons from Reicon

Use the building icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.632 1.25H8.368c-.743 0-1.346 0-1.835.04c-.505.041-.954.129-1.372.341a3.5 3.5 0 0 0-1.53 1.53c-.212.418-.3.867-.341 1.372c-.04.489-.04 1.092-.04 1.835V21.25H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5h-1.25V6.368c0-.743 0-1.346-.04-1.835c-.041-.505-.129-.954-.341-1.372a3.5 3.5 0 0 0-1.53-1.53c-.417-.212-.867-.3-1.372-.341c-.489-.04-1.092-.04-1.835-.04m.118 5.25a.75.75 0 0 1-.75.75h-1a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75m0 3a.75.75 0 0 1-.75.75h-1a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75M15 13.25a.75.75 0 0 0 0-1.5h-1a.75.75 0 0 0 0 1.5zM10.75 9.5a.75.75 0 0 1-.75.75H9a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75M10 7.25a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5zm.75 5.25a.75.75 0 0 1-.75.75H9a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75m4 4v4.75h-5.5V16.5a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBuildingFilled(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" fillRule="evenodd" d="M15.632 1.25H8.368c-.743 0-1.346 0-1.835.04c-.505.041-.954.129-1.372.341a3.5 3.5 0 0 0-1.53 1.53c-.212.418-.3.867-.341 1.372c-.04.489-.04 1.092-.04 1.835V21.25H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5h-1.25V6.368c0-.743 0-1.346-.04-1.835c-.041-.505-.129-.954-.341-1.372a3.5 3.5 0 0 0-1.53-1.53c-.417-.212-.867-.3-1.372-.341c-.489-.04-1.092-.04-1.835-.04m.118 5.25a.75.75 0 0 1-.75.75h-1a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75m0 3a.75.75 0 0 1-.75.75h-1a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75M15 13.25a.75.75 0 0 0 0-1.5h-1a.75.75 0 0 0 0 1.5zM10.75 9.5a.75.75 0 0 1-.75.75H9a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75M10 7.25a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5zm.75 5.25a.75.75 0 0 1-.75.75H9a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75m4 4v4.75h-5.5V16.5a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.632 1.25H8.368c-.743 0-1.346 0-1.835.04c-.505.041-.954.129-1.372.341a3.5 3.5 0 0 0-1.53 1.53c-.212.418-.3.867-.341 1.372c-.04.489-.04 1.092-.04 1.835V21.25H2a.75.75 0 0 0 0 1.5h20a.75.75 0 0 0 0-1.5h-1.25V6.368c0-.743 0-1.346-.04-1.835c-.041-.505-.129-.954-.341-1.372a3.5 3.5 0 0 0-1.53-1.53c-.417-.212-.867-.3-1.372-.341c-.489-.04-1.092-.04-1.835-.04m.118 5.25a.75.75 0 0 1-.75.75h-1a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75m0 3a.75.75 0 0 1-.75.75h-1a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75M15 13.25a.75.75 0 0 0 0-1.5h-1a.75.75 0 0 0 0 1.5zM10.75 9.5a.75.75 0 0 1-.75.75H9a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75M10 7.25a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5zm.75 5.25a.75.75 0 0 1-.75.75H9a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75m4 4v4.75h-5.5V16.5a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-building-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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.632%201.25H8.368c-.743%200-1.346%200-1.835.04c-.505.041-.954.129-1.372.341a3.5%203.5%200%200%200-1.53%201.53c-.212.418-.3.867-.341%201.372c-.04.489-.04%201.092-.04%201.835V21.25H2a.75.75%200%200%200%200%201.5h20a.75.75%200%200%200%200-1.5h-1.25V6.368c0-.743%200-1.346-.04-1.835c-.041-.505-.129-.954-.341-1.372a3.5%203.5%200%200%200-1.53-1.53c-.417-.212-.867-.3-1.372-.341c-.489-.04-1.092-.04-1.835-.04m.118%205.25a.75.75%200%200%201-.75.75h-1a.75.75%200%200%201%200-1.5h1a.75.75%200%200%201%20.75.75m0%203a.75.75%200%200%201-.75.75h-1a.75.75%200%200%201%200-1.5h1a.75.75%200%200%201%20.75.75M15%2013.25a.75.75%200%200%200%200-1.5h-1a.75.75%200%200%200%200%201.5zM10.75%209.5a.75.75%200%200%201-.75.75H9a.75.75%200%200%201%200-1.5h1a.75.75%200%200%201%20.75.75M10%207.25a.75.75%200%200%200%200-1.5H9a.75.75%200%200%200%200%201.5zm.75%205.25a.75.75%200%200%201-.75.75H9a.75.75%200%200%201%200-1.5h1a.75.75%200%200%201%20.75.75m4%204v4.75h-5.5V16.5a1%201%200%200%201%201-1h3.5a1%201%200%200%201%201%201%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.632%201.25H8.368c-.743%200-1.346%200-1.835.04c-.505.041-.954.129-1.372.341a3.5%203.5%200%200%200-1.53%201.53c-.212.418-.3.867-.341%201.372c-.04.489-.04%201.092-.04%201.835V21.25H2a.75.75%200%200%200%200%201.5h20a.75.75%200%200%200%200-1.5h-1.25V6.368c0-.743%200-1.346-.04-1.835c-.041-.505-.129-.954-.341-1.372a3.5%203.5%200%200%200-1.53-1.53c-.417-.212-.867-.3-1.372-.341c-.489-.04-1.092-.04-1.835-.04m.118%205.25a.75.75%200%200%201-.75.75h-1a.75.75%200%200%201%200-1.5h1a.75.75%200%200%201%20.75.75m0%203a.75.75%200%200%201-.75.75h-1a.75.75%200%200%201%200-1.5h1a.75.75%200%200%201%20.75.75M15%2013.25a.75.75%200%200%200%200-1.5h-1a.75.75%200%200%200%200%201.5zM10.75%209.5a.75.75%200%200%201-.75.75H9a.75.75%200%200%201%200-1.5h1a.75.75%200%200%201%20.75.75M10%207.25a.75.75%200%200%200%200-1.5H9a.75.75%200%200%200%200%201.5zm.75%205.25a.75.75%200%200%201-.75.75H9a.75.75%200%200%201%200-1.5h1a.75.75%200%200%201%20.75.75m4%204v4.75h-5.5V16.5a1%201%200%200%201%201-1h3.5a1%201%200%200%201%201%201%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Building filled icon — Reicon · IconsDB