buildings icon

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

Name
buildings-bold
Set
Solar
Style
Bold
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"><path fill="currentColor" fill-rule="evenodd" d="M15 2H17C18.8856 2 19.8284 2 20.4142 2.58579C21 3.17157 21 4.11438 21 6V21.25H22C22.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 5H11C12.8856 5 13.8284 5 14.4142 5.58579C15 6.17157 15 7.11438 15 9V21.25H16.5V9L16.5 8.91051C16.5001 8.04488 16.5002 7.25121 16.4134 6.60559C16.3178 5.89462 16.0929 5.14317 15.4749 4.52513C14.8568 3.90708 14.1054 3.68219 13.3944 3.5866C12.7579 3.50102 11.9774 3.49991 11.126 3.49999C11.2103 3.11275 11.351 2.82059 11.5858 2.58579C12.1716 2 13.1144 2 15 2ZM5.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"/></svg>

React

import type { SVGProps } from "react";

export function SolarBuildingsBold(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 2H17C18.8856 2 19.8284 2 20.4142 2.58579C21 3.17157 21 4.11438 21 6V21.25H22C22.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 5H11C12.8856 5 13.8284 5 14.4142 5.58579C15 6.17157 15 7.11438 15 9V21.25H16.5V9L16.5 8.91051C16.5001 8.04488 16.5002 7.25121 16.4134 6.60559C16.3178 5.89462 16.0929 5.14317 15.4749 4.52513C14.8568 3.90708 14.1054 3.68219 13.3944 3.5866C12.7579 3.50102 11.9774 3.49991 11.126 3.49999C11.2103 3.11275 11.351 2.82059 11.5858 2.58579C12.1716 2 13.1144 2 15 2ZM5.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"/></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 2H17C18.8856 2 19.8284 2 20.4142 2.58579C21 3.17157 21 4.11438 21 6V21.25H22C22.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 5H11C12.8856 5 13.8284 5 14.4142 5.58579C15 6.17157 15 7.11438 15 9V21.25H16.5V9L16.5 8.91051C16.5001 8.04488 16.5002 7.25121 16.4134 6.60559C16.3178 5.89462 16.0929 5.14317 15.4749 4.52513C14.8568 3.90708 14.1054 3.68219 13.3944 3.5866C12.7579 3.50102 11.9774 3.49991 11.126 3.49999C11.2103 3.11275 11.351 2.82059 11.5858 2.58579C12.1716 2 13.1144 2 15 2ZM5.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"/></svg>
</template>

CSS

.icon-buildings-bold {
  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%202H17C18.8856%202%2019.8284%202%2020.4142%202.58579C21%203.17157%2021%204.11438%2021%206V21.25H22C22.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%205H11C12.8856%205%2013.8284%205%2014.4142%205.58579C15%206.17157%2015%207.11438%2015%209V21.25H16.5V9L16.5%208.91051C16.5001%208.04488%2016.5002%207.25121%2016.4134%206.60559C16.3178%205.89462%2016.0929%205.14317%2015.4749%204.52513C14.8568%203.90708%2014.1054%203.68219%2013.3944%203.5866C12.7579%203.50102%2011.9774%203.49991%2011.126%203.49999C11.2103%203.11275%2011.351%202.82059%2011.5858%202.58579C12.1716%202%2013.1144%202%2015%202ZM5.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%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%202H17C18.8856%202%2019.8284%202%2020.4142%202.58579C21%203.17157%2021%204.11438%2021%206V21.25H22C22.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%205H11C12.8856%205%2013.8284%205%2014.4142%205.58579C15%206.17157%2015%207.11438%2015%209V21.25H16.5V9L16.5%208.91051C16.5001%208.04488%2016.5002%207.25121%2016.4134%206.60559C16.3178%205.89462%2016.0929%205.14317%2015.4749%204.52513C14.8568%203.90708%2014.1054%203.68219%2013.3944%203.5866C12.7579%203.50102%2011.9774%203.49991%2011.126%203.49999C11.2103%203.11275%2011.351%202.82059%2011.5858%202.58579C12.1716%202%2013.1144%202%2015%202ZM5.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%3C%2Fsvg%3E") no-repeat center / contain;
}

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