building a icon

building-a-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
building-a-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the building a icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.2 20.035h-2.21V5.985a3.52 3.52 0 0 0-3.52-3.52H8.53A3.53 3.53 0 0 0 5 5.985v14.05H2.75a.75.75 0 1 0 0 1.5h18.5a.75.75 0 0 0 0-1.5zm-7.69 0h-3.12v-4.34a.64.64 0 0 1 .18-.45a.63.63 0 0 1 .45-.18h1.85a.63.63 0 0 1 .64.63zm1.21-8.67H9.17a.75.75 0 0 1 0-1.5h5.55a.75.75 0 0 1 0 1.5m0-3.7H9.17a.75.75 0 0 1 0-1.5h5.55a.75.75 0 0 1 0 1.5"/></svg>

React

import type { SVGProps } from "react";

export function MageBuildingAFill(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="M21.2 20.035h-2.21V5.985a3.52 3.52 0 0 0-3.52-3.52H8.53A3.53 3.53 0 0 0 5 5.985v14.05H2.75a.75.75 0 1 0 0 1.5h18.5a.75.75 0 0 0 0-1.5zm-7.69 0h-3.12v-4.34a.64.64 0 0 1 .18-.45a.63.63 0 0 1 .45-.18h1.85a.63.63 0 0 1 .64.63zm1.21-8.67H9.17a.75.75 0 0 1 0-1.5h5.55a.75.75 0 0 1 0 1.5m0-3.7H9.17a.75.75 0 0 1 0-1.5h5.55a.75.75 0 0 1 0 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.2 20.035h-2.21V5.985a3.52 3.52 0 0 0-3.52-3.52H8.53A3.53 3.53 0 0 0 5 5.985v14.05H2.75a.75.75 0 1 0 0 1.5h18.5a.75.75 0 0 0 0-1.5zm-7.69 0h-3.12v-4.34a.64.64 0 0 1 .18-.45a.63.63 0 0 1 .45-.18h1.85a.63.63 0 0 1 .64.63zm1.21-8.67H9.17a.75.75 0 0 1 0-1.5h5.55a.75.75 0 0 1 0 1.5m0-3.7H9.17a.75.75 0 0 1 0-1.5h5.55a.75.75 0 0 1 0 1.5"/></svg>
</template>

CSS

.icon-building-a-fill {
  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%22M21.2%2020.035h-2.21V5.985a3.52%203.52%200%200%200-3.52-3.52H8.53A3.53%203.53%200%200%200%205%205.985v14.05H2.75a.75.75%200%201%200%200%201.5h18.5a.75.75%200%200%200%200-1.5zm-7.69%200h-3.12v-4.34a.64.64%200%200%201%20.18-.45a.63.63%200%200%201%20.45-.18h1.85a.63.63%200%200%201%20.64.63zm1.21-8.67H9.17a.75.75%200%200%201%200-1.5h5.55a.75.75%200%200%201%200%201.5m0-3.7H9.17a.75.75%200%200%201%200-1.5h5.55a.75.75%200%200%201%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.2%2020.035h-2.21V5.985a3.52%203.52%200%200%200-3.52-3.52H8.53A3.53%203.53%200%200%200%205%205.985v14.05H2.75a.75.75%200%201%200%200%201.5h18.5a.75.75%200%200%200%200-1.5zm-7.69%200h-3.12v-4.34a.64.64%200%200%201%20.18-.45a.63.63%200%200%201%20.45-.18h1.85a.63.63%200%200%201%20.64.63zm1.21-8.67H9.17a.75.75%200%200%201%200-1.5h5.55a.75.75%200%200%201%200%201.5m0-3.7H9.17a.75.75%200%200%201%200-1.5h5.55a.75.75%200%200%201%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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