buildings icon

buildings-bold-duotone from Solar by 480 Design · Bold Duotone · Building · CC-BY-4.0 Attribution required.

Name
buildings-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Building
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More building icons from Solar

Use the buildings icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M7 5H11C12.8856 5 13.8284 5 14.4142 5.58579C15 6.17157 15 7.11438 15 9V21.25H16.5H21H22C22.4142 21.25 22.75 21.5858 22.75 22C22.75 22.4142 22.4142 22.75 22 22.75H2C1.58579 22.75 1.25 22.4142 1.25 22C1.25 21.5858 1.58579 21.25 2 21.25H3V9C3 7.11438 3 6.17157 3.58579 5.58579C4.17157 5 5.11438 5 7 5ZM5.25 8C5.25 7.58579 5.58579 7.25 6 7.25H12C12.4142 7.25 12.75 7.58579 12.75 8C12.75 8.41421 12.4142 8.75 12 8.75H6C5.58579 8.75 5.25 8.41421 5.25 8ZM5.25 11C5.25 10.5858 5.58579 10.25 6 10.25H12C12.4142 10.25 12.75 10.5858 12.75 11C12.75 11.4142 12.4142 11.75 12 11.75H6C5.58579 11.75 5.25 11.4142 5.25 11ZM5.25 14C5.25 13.5858 5.58579 13.25 6 13.25H12C12.4142 13.25 12.75 13.5858 12.75 14C12.75 14.4142 12.4142 14.75 12 14.75H6C5.58579 14.75 5.25 14.4142 5.25 14ZM9 18.25C9.41421 18.25 9.75 18.5858 9.75 19V21.25H8.25V19C8.25 18.5858 8.58579 18.25 9 18.25Z" clip-rule="evenodd"/><path d="M15 2H17C18.8856 2 19.8284 2 20.4142 2.58579C21 3.17157 21 4.11438 21 6V21.25H15V9C15 7.11438 15 6.17157 14.4142 5.58579C13.8416 5.01319 12.9279 5.0003 11.126 5.00001V3.49999C11.2103 3.11275 11.351 2.82059 11.5858 2.58579C12.1715 2 13.1144 2 15 2Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBuildingsBoldDuotone(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 fillRule="evenodd" d="M7 5H11C12.8856 5 13.8284 5 14.4142 5.58579C15 6.17157 15 7.11438 15 9V21.25H16.5H21H22C22.4142 21.25 22.75 21.5858 22.75 22C22.75 22.4142 22.4142 22.75 22 22.75H2C1.58579 22.75 1.25 22.4142 1.25 22C1.25 21.5858 1.58579 21.25 2 21.25H3V9C3 7.11438 3 6.17157 3.58579 5.58579C4.17157 5 5.11438 5 7 5ZM5.25 8C5.25 7.58579 5.58579 7.25 6 7.25H12C12.4142 7.25 12.75 7.58579 12.75 8C12.75 8.41421 12.4142 8.75 12 8.75H6C5.58579 8.75 5.25 8.41421 5.25 8ZM5.25 11C5.25 10.5858 5.58579 10.25 6 10.25H12C12.4142 10.25 12.75 10.5858 12.75 11C12.75 11.4142 12.4142 11.75 12 11.75H6C5.58579 11.75 5.25 11.4142 5.25 11ZM5.25 14C5.25 13.5858 5.58579 13.25 6 13.25H12C12.4142 13.25 12.75 13.5858 12.75 14C12.75 14.4142 12.4142 14.75 12 14.75H6C5.58579 14.75 5.25 14.4142 5.25 14ZM9 18.25C9.41421 18.25 9.75 18.5858 9.75 19V21.25H8.25V19C8.25 18.5858 8.58579 18.25 9 18.25Z" clipRule="evenodd"/><path d="M15 2H17C18.8856 2 19.8284 2 20.4142 2.58579C21 3.17157 21 4.11438 21 6V21.25H15V9C15 7.11438 15 6.17157 14.4142 5.58579C13.8416 5.01319 12.9279 5.0003 11.126 5.00001V3.49999C11.2103 3.11275 11.351 2.82059 11.5858 2.58579C12.1715 2 13.1144 2 15 2Z" opacity=".5"/></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 fill-rule="evenodd" d="M7 5H11C12.8856 5 13.8284 5 14.4142 5.58579C15 6.17157 15 7.11438 15 9V21.25H16.5H21H22C22.4142 21.25 22.75 21.5858 22.75 22C22.75 22.4142 22.4142 22.75 22 22.75H2C1.58579 22.75 1.25 22.4142 1.25 22C1.25 21.5858 1.58579 21.25 2 21.25H3V9C3 7.11438 3 6.17157 3.58579 5.58579C4.17157 5 5.11438 5 7 5ZM5.25 8C5.25 7.58579 5.58579 7.25 6 7.25H12C12.4142 7.25 12.75 7.58579 12.75 8C12.75 8.41421 12.4142 8.75 12 8.75H6C5.58579 8.75 5.25 8.41421 5.25 8ZM5.25 11C5.25 10.5858 5.58579 10.25 6 10.25H12C12.4142 10.25 12.75 10.5858 12.75 11C12.75 11.4142 12.4142 11.75 12 11.75H6C5.58579 11.75 5.25 11.4142 5.25 11ZM5.25 14C5.25 13.5858 5.58579 13.25 6 13.25H12C12.4142 13.25 12.75 13.5858 12.75 14C12.75 14.4142 12.4142 14.75 12 14.75H6C5.58579 14.75 5.25 14.4142 5.25 14ZM9 18.25C9.41421 18.25 9.75 18.5858 9.75 19V21.25H8.25V19C8.25 18.5858 8.58579 18.25 9 18.25Z" clip-rule="evenodd"/><path d="M15 2H17C18.8856 2 19.8284 2 20.4142 2.58579C21 3.17157 21 4.11438 21 6V21.25H15V9C15 7.11438 15 6.17157 14.4142 5.58579C13.8416 5.01319 12.9279 5.0003 11.126 5.00001V3.49999C11.2103 3.11275 11.351 2.82059 11.5858 2.58579C12.1715 2 13.1144 2 15 2Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-buildings-bold-duotone {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M7%205H11C12.8856%205%2013.8284%205%2014.4142%205.58579C15%206.17157%2015%207.11438%2015%209V21.25H16.5H21H22C22.4142%2021.25%2022.75%2021.5858%2022.75%2022C22.75%2022.4142%2022.4142%2022.75%2022%2022.75H2C1.58579%2022.75%201.25%2022.4142%201.25%2022C1.25%2021.5858%201.58579%2021.25%202%2021.25H3V9C3%207.11438%203%206.17157%203.58579%205.58579C4.17157%205%205.11438%205%207%205ZM5.25%208C5.25%207.58579%205.58579%207.25%206%207.25H12C12.4142%207.25%2012.75%207.58579%2012.75%208C12.75%208.41421%2012.4142%208.75%2012%208.75H6C5.58579%208.75%205.25%208.41421%205.25%208ZM5.25%2011C5.25%2010.5858%205.58579%2010.25%206%2010.25H12C12.4142%2010.25%2012.75%2010.5858%2012.75%2011C12.75%2011.4142%2012.4142%2011.75%2012%2011.75H6C5.58579%2011.75%205.25%2011.4142%205.25%2011ZM5.25%2014C5.25%2013.5858%205.58579%2013.25%206%2013.25H12C12.4142%2013.25%2012.75%2013.5858%2012.75%2014C12.75%2014.4142%2012.4142%2014.75%2012%2014.75H6C5.58579%2014.75%205.25%2014.4142%205.25%2014ZM9%2018.25C9.41421%2018.25%209.75%2018.5858%209.75%2019V21.25H8.25V19C8.25%2018.5858%208.58579%2018.25%209%2018.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15%202H17C18.8856%202%2019.8284%202%2020.4142%202.58579C21%203.17157%2021%204.11438%2021%206V21.25H15V9C15%207.11438%2015%206.17157%2014.4142%205.58579C13.8416%205.01319%2012.9279%205.0003%2011.126%205.00001V3.49999C11.2103%203.11275%2011.351%202.82059%2011.5858%202.58579C12.1715%202%2013.1144%202%2015%202Z%22%20opacity%3D%22.5%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%20fill-rule%3D%22evenodd%22%20d%3D%22M7%205H11C12.8856%205%2013.8284%205%2014.4142%205.58579C15%206.17157%2015%207.11438%2015%209V21.25H16.5H21H22C22.4142%2021.25%2022.75%2021.5858%2022.75%2022C22.75%2022.4142%2022.4142%2022.75%2022%2022.75H2C1.58579%2022.75%201.25%2022.4142%201.25%2022C1.25%2021.5858%201.58579%2021.25%202%2021.25H3V9C3%207.11438%203%206.17157%203.58579%205.58579C4.17157%205%205.11438%205%207%205ZM5.25%208C5.25%207.58579%205.58579%207.25%206%207.25H12C12.4142%207.25%2012.75%207.58579%2012.75%208C12.75%208.41421%2012.4142%208.75%2012%208.75H6C5.58579%208.75%205.25%208.41421%205.25%208ZM5.25%2011C5.25%2010.5858%205.58579%2010.25%206%2010.25H12C12.4142%2010.25%2012.75%2010.5858%2012.75%2011C12.75%2011.4142%2012.4142%2011.75%2012%2011.75H6C5.58579%2011.75%205.25%2011.4142%205.25%2011ZM5.25%2014C5.25%2013.5858%205.58579%2013.25%206%2013.25H12C12.4142%2013.25%2012.75%2013.5858%2012.75%2014C12.75%2014.4142%2012.4142%2014.75%2012%2014.75H6C5.58579%2014.75%205.25%2014.4142%205.25%2014ZM9%2018.25C9.41421%2018.25%209.75%2018.5858%209.75%2019V21.25H8.25V19C8.25%2018.5858%208.58579%2018.25%209%2018.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15%202H17C18.8856%202%2019.8284%202%2020.4142%202.58579C21%203.17157%2021%204.11438%2021%206V21.25H15V9C15%207.11438%2015%206.17157%2014.4142%205.58579C13.8416%205.01319%2012.9279%205.0003%2011.126%205.00001V3.49999C11.2103%203.11275%2011.351%202.82059%2011.5858%202.58579C12.1715%202%2013.1144%202%2015%202Z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/buildings-bold-duotone.svg?color=%231a73e8&size=48