building2 icon

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

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

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the building2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15 7.07c0-.67-.33-1.29-.89-1.66l-4-2.67c-.67-.45-1.55-.45-2.22 0l-4 2.67C3.34 5.78 3 6.4 3 7.07v5.68c0 .28.22.5.5.5h11c.28 0 .5-.22.5-.5zm-6 3.68c-.96 0-1.75-.79-1.75-1.75S8.04 7.25 9 7.25s1.75.79 1.75 1.75s-.79 1.75-1.75 1.75"/><path d="M22 21.251h-1.27v-3c.95-.31 1.64-1.2 1.64-2.25v-2c0-1.31-1.07-2.38-2.38-2.38s-2.38 1.07-2.38 2.38v2c0 1.04.68 1.92 1.61 2.24v3.01H15v-6c0-.28-.22-.5-.5-.5h-11c-.28 0-.5.22-.5.5v6H2c-.41 0-.75.34-.75.75s.34.75.75.75h17.93c.02 0 .03.01.05.01s.03-.01.05-.01H22c.41 0 .75-.34.75-.75s-.34-.75-.75-.75m-13.75-3c0-.41.34-.75.75-.75s.75.34.75.75v3h-1.5z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBuilding2Filled(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 d="M15 7.07c0-.67-.33-1.29-.89-1.66l-4-2.67c-.67-.45-1.55-.45-2.22 0l-4 2.67C3.34 5.78 3 6.4 3 7.07v5.68c0 .28.22.5.5.5h11c.28 0 .5-.22.5-.5zm-6 3.68c-.96 0-1.75-.79-1.75-1.75S8.04 7.25 9 7.25s1.75.79 1.75 1.75s-.79 1.75-1.75 1.75"/><path d="M22 21.251h-1.27v-3c.95-.31 1.64-1.2 1.64-2.25v-2c0-1.31-1.07-2.38-2.38-2.38s-2.38 1.07-2.38 2.38v2c0 1.04.68 1.92 1.61 2.24v3.01H15v-6c0-.28-.22-.5-.5-.5h-11c-.28 0-.5.22-.5.5v6H2c-.41 0-.75.34-.75.75s.34.75.75.75h17.93c.02 0 .03.01.05.01s.03-.01.05-.01H22c.41 0 .75-.34.75-.75s-.34-.75-.75-.75m-13.75-3c0-.41.34-.75.75-.75s.75.34.75.75v3h-1.5z"/></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 d="M15 7.07c0-.67-.33-1.29-.89-1.66l-4-2.67c-.67-.45-1.55-.45-2.22 0l-4 2.67C3.34 5.78 3 6.4 3 7.07v5.68c0 .28.22.5.5.5h11c.28 0 .5-.22.5-.5zm-6 3.68c-.96 0-1.75-.79-1.75-1.75S8.04 7.25 9 7.25s1.75.79 1.75 1.75s-.79 1.75-1.75 1.75"/><path d="M22 21.251h-1.27v-3c.95-.31 1.64-1.2 1.64-2.25v-2c0-1.31-1.07-2.38-2.38-2.38s-2.38 1.07-2.38 2.38v2c0 1.04.68 1.92 1.61 2.24v3.01H15v-6c0-.28-.22-.5-.5-.5h-11c-.28 0-.5.22-.5.5v6H2c-.41 0-.75.34-.75.75s.34.75.75.75h17.93c.02 0 .03.01.05.01s.03-.01.05-.01H22c.41 0 .75-.34.75-.75s-.34-.75-.75-.75m-13.75-3c0-.41.34-.75.75-.75s.75.34.75.75v3h-1.5z"/></g></svg>
</template>

CSS

.icon-building2-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15%207.07c0-.67-.33-1.29-.89-1.66l-4-2.67c-.67-.45-1.55-.45-2.22%200l-4%202.67C3.34%205.78%203%206.4%203%207.07v5.68c0%20.28.22.5.5.5h11c.28%200%20.5-.22.5-.5zm-6%203.68c-.96%200-1.75-.79-1.75-1.75S8.04%207.25%209%207.25s1.75.79%201.75%201.75s-.79%201.75-1.75%201.75%22%2F%3E%3Cpath%20d%3D%22M22%2021.251h-1.27v-3c.95-.31%201.64-1.2%201.64-2.25v-2c0-1.31-1.07-2.38-2.38-2.38s-2.38%201.07-2.38%202.38v2c0%201.04.68%201.92%201.61%202.24v3.01H15v-6c0-.28-.22-.5-.5-.5h-11c-.28%200-.5.22-.5.5v6H2c-.41%200-.75.34-.75.75s.34.75.75.75h17.93c.02%200%20.03.01.05.01s.03-.01.05-.01H22c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75m-13.75-3c0-.41.34-.75.75-.75s.75.34.75.75v3h-1.5z%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%20d%3D%22M15%207.07c0-.67-.33-1.29-.89-1.66l-4-2.67c-.67-.45-1.55-.45-2.22%200l-4%202.67C3.34%205.78%203%206.4%203%207.07v5.68c0%20.28.22.5.5.5h11c.28%200%20.5-.22.5-.5zm-6%203.68c-.96%200-1.75-.79-1.75-1.75S8.04%207.25%209%207.25s1.75.79%201.75%201.75s-.79%201.75-1.75%201.75%22%2F%3E%3Cpath%20d%3D%22M22%2021.251h-1.27v-3c.95-.31%201.64-1.2%201.64-2.25v-2c0-1.31-1.07-2.38-2.38-2.38s-2.38%201.07-2.38%202.38v2c0%201.04.68%201.92%201.61%202.24v3.01H15v-6c0-.28-.22-.5-.5-.5h-11c-.28%200-.5.22-.5.5v6H2c-.41%200-.75.34-.75.75s.34.75.75.75h17.93c.02%200%20.03.01.05.01s.03-.01.05-.01H22c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75m-13.75-3c0-.41.34-.75.75-.75s.75.34.75.75v3h-1.5z%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/building2-filled.svg?color=%231a73e8&size=48