building2 icon

building2 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
building2
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the building2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M6 21c-.93 0-1.395 0-1.776-.102a3 3 0 0 1-2.122-2.122C2 18.396 2 17.93 2 17v-4c0-.93 0-1.395.102-1.777a3 3 0 0 1 2.122-2.12C4.605 9 5.07 9 6 9m12 12c.93 0 1.395 0 1.776-.102a3 3 0 0 0 2.122-2.122C22 18.396 22 17.93 22 17v-4c0-.93 0-1.395-.102-1.777a3 3 0 0 0-2.122-2.12C19.396 9 18.93 9 18 9m0 12V9c0-2.828 0-4.243-.879-5.121C16.243 3 14.828 3 12 3s-4.243 0-5.121.879C6 4.757 6 6.172 6 9v12z"/><path d="M10 21v-3c0-.943 0-1.414.293-1.707S11.057 16 12 16s1.414 0 1.707.293S14 17.057 14 18v3M10 8h4m-4 4h4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBuilding2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M6 21c-.93 0-1.395 0-1.776-.102a3 3 0 0 1-2.122-2.122C2 18.396 2 17.93 2 17v-4c0-.93 0-1.395.102-1.777a3 3 0 0 1 2.122-2.12C4.605 9 5.07 9 6 9m12 12c.93 0 1.395 0 1.776-.102a3 3 0 0 0 2.122-2.122C22 18.396 22 17.93 22 17v-4c0-.93 0-1.395-.102-1.777a3 3 0 0 0-2.122-2.12C19.396 9 18.93 9 18 9m0 12V9c0-2.828 0-4.243-.879-5.121C16.243 3 14.828 3 12 3s-4.243 0-5.121.879C6 4.757 6 6.172 6 9v12z"/><path d="M10 21v-3c0-.943 0-1.414.293-1.707S11.057 16 12 16s1.414 0 1.707.293S14 17.057 14 18v3M10 8h4m-4 4h4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M6 21c-.93 0-1.395 0-1.776-.102a3 3 0 0 1-2.122-2.122C2 18.396 2 17.93 2 17v-4c0-.93 0-1.395.102-1.777a3 3 0 0 1 2.122-2.12C4.605 9 5.07 9 6 9m12 12c.93 0 1.395 0 1.776-.102a3 3 0 0 0 2.122-2.122C22 18.396 22 17.93 22 17v-4c0-.93 0-1.395-.102-1.777a3 3 0 0 0-2.122-2.12C19.396 9 18.93 9 18 9m0 12V9c0-2.828 0-4.243-.879-5.121C16.243 3 14.828 3 12 3s-4.243 0-5.121.879C6 4.757 6 6.172 6 9v12z"/><path d="M10 21v-3c0-.943 0-1.414.293-1.707S11.057 16 12 16s1.414 0 1.707.293S14 17.057 14 18v3M10 8h4m-4 4h4"/></g></svg>
</template>

CSS

.icon-building2 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%2021c-.93%200-1.395%200-1.776-.102a3%203%200%200%201-2.122-2.122C2%2018.396%202%2017.93%202%2017v-4c0-.93%200-1.395.102-1.777a3%203%200%200%201%202.122-2.12C4.605%209%205.07%209%206%209m12%2012c.93%200%201.395%200%201.776-.102a3%203%200%200%200%202.122-2.122C22%2018.396%2022%2017.93%2022%2017v-4c0-.93%200-1.395-.102-1.777a3%203%200%200%200-2.122-2.12C19.396%209%2018.93%209%2018%209m0%2012V9c0-2.828%200-4.243-.879-5.121C16.243%203%2014.828%203%2012%203s-4.243%200-5.121.879C6%204.757%206%206.172%206%209v12z%22%2F%3E%3Cpath%20d%3D%22M10%2021v-3c0-.943%200-1.414.293-1.707S11.057%2016%2012%2016s1.414%200%201.707.293S14%2017.057%2014%2018v3M10%208h4m-4%204h4%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%2021c-.93%200-1.395%200-1.776-.102a3%203%200%200%201-2.122-2.122C2%2018.396%202%2017.93%202%2017v-4c0-.93%200-1.395.102-1.777a3%203%200%200%201%202.122-2.12C4.605%209%205.07%209%206%209m12%2012c.93%200%201.395%200%201.776-.102a3%203%200%200%200%202.122-2.122C22%2018.396%2022%2017.93%2022%2017v-4c0-.93%200-1.395-.102-1.777a3%203%200%200%200-2.122-2.12C19.396%209%2018.93%209%2018%209m0%2012V9c0-2.828%200-4.243-.879-5.121C16.243%203%2014.828%203%2012%203s-4.243%200-5.121.879C6%204.757%206%206.172%206%209v12z%22%2F%3E%3Cpath%20d%3D%22M10%2021v-3c0-.943%200-1.414.293-1.707S11.057%2016%2012%2016s1.414%200%201.707.293S14%2017.057%2014%2018v3M10%208h4m-4%204h4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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