buildings 3 icon

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

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

5 other variants in Solar

More building icons from Solar

Use the buildings 3 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="M20.9129 5.88886C21.25 6.39331 21.25 7.09554 21.25 8.5V21.25H21.75C22.1642 21.25 22.5 21.5858 22.5 22C22.5 22.4142 22.1642 22.75 21.75 22.75H1.75C1.33579 22.75 1 22.4142 1 22C1 21.5858 1.33579 21.25 1.75 21.25H2.25V8.5C2.25 7.09554 2.25 6.39331 2.58706 5.88886C2.73298 5.67048 2.92048 5.48298 3.13886 5.33706C3.58008 5.04224 4.17262 5.00529 5.25403 5.00066C5.24992 5.29206 5.24996 5.59655 5.24999 5.9105L5.25 6V7.25H4.25C3.83579 7.25 3.5 7.58579 3.5 8C3.5 8.41421 3.83579 8.75 4.25 8.75H5.25V10.25H4.25C3.83579 10.25 3.5 10.5858 3.5 11C3.5 11.4142 3.83579 11.75 4.25 11.75H5.25V13.25H4.25C3.83579 13.25 3.5 13.5858 3.5 14C3.5 14.4142 3.83579 14.75 4.25 14.75H5.25V21.25H6.75V6C6.75 4.11438 6.75 3.17157 7.33579 2.58579C7.92157 2 8.86438 2 10.75 2H12.75C14.6356 2 15.5784 2 16.1642 2.58579C16.75 3.17157 16.75 4.11438 16.75 6V21.25H18.25V14.75H19.25C19.6642 14.75 20 14.4142 20 14C20 13.5858 19.6642 13.25 19.25 13.25H18.25V11.75H19.25C19.6642 11.75 20 11.4142 20 11C20 10.5858 19.6642 10.25 19.25 10.25H18.25V8.75H19.25C19.6642 8.75 20 8.41421 20 8C20 7.58579 19.6642 7.25 19.25 7.25H18.25V6L18.25 5.91051C18.25 5.59655 18.2501 5.29206 18.246 5.00066C19.3274 5.00529 19.9199 5.04224 20.3611 5.33706C20.5795 5.48298 20.767 5.67048 20.9129 5.88886ZM12.5 19C12.5 18.5858 12.1642 18.25 11.75 18.25C11.3358 18.25 11 18.5858 11 19V21.25H12.5V19ZM9 15C9 14.5858 9.33579 14.25 9.75 14.25H13.75C14.1642 14.25 14.5 14.5858 14.5 15C14.5 15.4142 14.1642 15.75 13.75 15.75H9.75C9.33579 15.75 9 15.4142 9 15ZM9.75 11.25C9.33579 11.25 9 11.5858 9 12C9 12.4142 9.33579 12.75 9.75 12.75H13.75C14.1642 12.75 14.5 12.4142 14.5 12C14.5 11.5858 14.1642 11.25 13.75 11.25H9.75ZM9.25 7C9.25 5.48122 10.4812 4.25 12 4.25C13.5188 4.25 14.75 5.48122 14.75 7C14.75 8.51878 13.5188 9.75 12 9.75C10.4812 9.75 9.25 8.51878 9.25 7ZM10.75 7C10.75 6.30964 11.3096 5.75 12 5.75C12.6904 5.75 13.25 6.30964 13.25 7C13.25 7.69036 12.6904 8.25 12 8.25C11.3096 8.25 10.75 7.69036 10.75 7Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarBuildings3Bold(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="M20.9129 5.88886C21.25 6.39331 21.25 7.09554 21.25 8.5V21.25H21.75C22.1642 21.25 22.5 21.5858 22.5 22C22.5 22.4142 22.1642 22.75 21.75 22.75H1.75C1.33579 22.75 1 22.4142 1 22C1 21.5858 1.33579 21.25 1.75 21.25H2.25V8.5C2.25 7.09554 2.25 6.39331 2.58706 5.88886C2.73298 5.67048 2.92048 5.48298 3.13886 5.33706C3.58008 5.04224 4.17262 5.00529 5.25403 5.00066C5.24992 5.29206 5.24996 5.59655 5.24999 5.9105L5.25 6V7.25H4.25C3.83579 7.25 3.5 7.58579 3.5 8C3.5 8.41421 3.83579 8.75 4.25 8.75H5.25V10.25H4.25C3.83579 10.25 3.5 10.5858 3.5 11C3.5 11.4142 3.83579 11.75 4.25 11.75H5.25V13.25H4.25C3.83579 13.25 3.5 13.5858 3.5 14C3.5 14.4142 3.83579 14.75 4.25 14.75H5.25V21.25H6.75V6C6.75 4.11438 6.75 3.17157 7.33579 2.58579C7.92157 2 8.86438 2 10.75 2H12.75C14.6356 2 15.5784 2 16.1642 2.58579C16.75 3.17157 16.75 4.11438 16.75 6V21.25H18.25V14.75H19.25C19.6642 14.75 20 14.4142 20 14C20 13.5858 19.6642 13.25 19.25 13.25H18.25V11.75H19.25C19.6642 11.75 20 11.4142 20 11C20 10.5858 19.6642 10.25 19.25 10.25H18.25V8.75H19.25C19.6642 8.75 20 8.41421 20 8C20 7.58579 19.6642 7.25 19.25 7.25H18.25V6L18.25 5.91051C18.25 5.59655 18.2501 5.29206 18.246 5.00066C19.3274 5.00529 19.9199 5.04224 20.3611 5.33706C20.5795 5.48298 20.767 5.67048 20.9129 5.88886ZM12.5 19C12.5 18.5858 12.1642 18.25 11.75 18.25C11.3358 18.25 11 18.5858 11 19V21.25H12.5V19ZM9 15C9 14.5858 9.33579 14.25 9.75 14.25H13.75C14.1642 14.25 14.5 14.5858 14.5 15C14.5 15.4142 14.1642 15.75 13.75 15.75H9.75C9.33579 15.75 9 15.4142 9 15ZM9.75 11.25C9.33579 11.25 9 11.5858 9 12C9 12.4142 9.33579 12.75 9.75 12.75H13.75C14.1642 12.75 14.5 12.4142 14.5 12C14.5 11.5858 14.1642 11.25 13.75 11.25H9.75ZM9.25 7C9.25 5.48122 10.4812 4.25 12 4.25C13.5188 4.25 14.75 5.48122 14.75 7C14.75 8.51878 13.5188 9.75 12 9.75C10.4812 9.75 9.25 8.51878 9.25 7ZM10.75 7C10.75 6.30964 11.3096 5.75 12 5.75C12.6904 5.75 13.25 6.30964 13.25 7C13.25 7.69036 12.6904 8.25 12 8.25C11.3096 8.25 10.75 7.69036 10.75 7Z" 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="M20.9129 5.88886C21.25 6.39331 21.25 7.09554 21.25 8.5V21.25H21.75C22.1642 21.25 22.5 21.5858 22.5 22C22.5 22.4142 22.1642 22.75 21.75 22.75H1.75C1.33579 22.75 1 22.4142 1 22C1 21.5858 1.33579 21.25 1.75 21.25H2.25V8.5C2.25 7.09554 2.25 6.39331 2.58706 5.88886C2.73298 5.67048 2.92048 5.48298 3.13886 5.33706C3.58008 5.04224 4.17262 5.00529 5.25403 5.00066C5.24992 5.29206 5.24996 5.59655 5.24999 5.9105L5.25 6V7.25H4.25C3.83579 7.25 3.5 7.58579 3.5 8C3.5 8.41421 3.83579 8.75 4.25 8.75H5.25V10.25H4.25C3.83579 10.25 3.5 10.5858 3.5 11C3.5 11.4142 3.83579 11.75 4.25 11.75H5.25V13.25H4.25C3.83579 13.25 3.5 13.5858 3.5 14C3.5 14.4142 3.83579 14.75 4.25 14.75H5.25V21.25H6.75V6C6.75 4.11438 6.75 3.17157 7.33579 2.58579C7.92157 2 8.86438 2 10.75 2H12.75C14.6356 2 15.5784 2 16.1642 2.58579C16.75 3.17157 16.75 4.11438 16.75 6V21.25H18.25V14.75H19.25C19.6642 14.75 20 14.4142 20 14C20 13.5858 19.6642 13.25 19.25 13.25H18.25V11.75H19.25C19.6642 11.75 20 11.4142 20 11C20 10.5858 19.6642 10.25 19.25 10.25H18.25V8.75H19.25C19.6642 8.75 20 8.41421 20 8C20 7.58579 19.6642 7.25 19.25 7.25H18.25V6L18.25 5.91051C18.25 5.59655 18.2501 5.29206 18.246 5.00066C19.3274 5.00529 19.9199 5.04224 20.3611 5.33706C20.5795 5.48298 20.767 5.67048 20.9129 5.88886ZM12.5 19C12.5 18.5858 12.1642 18.25 11.75 18.25C11.3358 18.25 11 18.5858 11 19V21.25H12.5V19ZM9 15C9 14.5858 9.33579 14.25 9.75 14.25H13.75C14.1642 14.25 14.5 14.5858 14.5 15C14.5 15.4142 14.1642 15.75 13.75 15.75H9.75C9.33579 15.75 9 15.4142 9 15ZM9.75 11.25C9.33579 11.25 9 11.5858 9 12C9 12.4142 9.33579 12.75 9.75 12.75H13.75C14.1642 12.75 14.5 12.4142 14.5 12C14.5 11.5858 14.1642 11.25 13.75 11.25H9.75ZM9.25 7C9.25 5.48122 10.4812 4.25 12 4.25C13.5188 4.25 14.75 5.48122 14.75 7C14.75 8.51878 13.5188 9.75 12 9.75C10.4812 9.75 9.25 8.51878 9.25 7ZM10.75 7C10.75 6.30964 11.3096 5.75 12 5.75C12.6904 5.75 13.25 6.30964 13.25 7C13.25 7.69036 12.6904 8.25 12 8.25C11.3096 8.25 10.75 7.69036 10.75 7Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-buildings-3-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%22M20.9129%205.88886C21.25%206.39331%2021.25%207.09554%2021.25%208.5V21.25H21.75C22.1642%2021.25%2022.5%2021.5858%2022.5%2022C22.5%2022.4142%2022.1642%2022.75%2021.75%2022.75H1.75C1.33579%2022.75%201%2022.4142%201%2022C1%2021.5858%201.33579%2021.25%201.75%2021.25H2.25V8.5C2.25%207.09554%202.25%206.39331%202.58706%205.88886C2.73298%205.67048%202.92048%205.48298%203.13886%205.33706C3.58008%205.04224%204.17262%205.00529%205.25403%205.00066C5.24992%205.29206%205.24996%205.59655%205.24999%205.9105L5.25%206V7.25H4.25C3.83579%207.25%203.5%207.58579%203.5%208C3.5%208.41421%203.83579%208.75%204.25%208.75H5.25V10.25H4.25C3.83579%2010.25%203.5%2010.5858%203.5%2011C3.5%2011.4142%203.83579%2011.75%204.25%2011.75H5.25V13.25H4.25C3.83579%2013.25%203.5%2013.5858%203.5%2014C3.5%2014.4142%203.83579%2014.75%204.25%2014.75H5.25V21.25H6.75V6C6.75%204.11438%206.75%203.17157%207.33579%202.58579C7.92157%202%208.86438%202%2010.75%202H12.75C14.6356%202%2015.5784%202%2016.1642%202.58579C16.75%203.17157%2016.75%204.11438%2016.75%206V21.25H18.25V14.75H19.25C19.6642%2014.75%2020%2014.4142%2020%2014C20%2013.5858%2019.6642%2013.25%2019.25%2013.25H18.25V11.75H19.25C19.6642%2011.75%2020%2011.4142%2020%2011C20%2010.5858%2019.6642%2010.25%2019.25%2010.25H18.25V8.75H19.25C19.6642%208.75%2020%208.41421%2020%208C20%207.58579%2019.6642%207.25%2019.25%207.25H18.25V6L18.25%205.91051C18.25%205.59655%2018.2501%205.29206%2018.246%205.00066C19.3274%205.00529%2019.9199%205.04224%2020.3611%205.33706C20.5795%205.48298%2020.767%205.67048%2020.9129%205.88886ZM12.5%2019C12.5%2018.5858%2012.1642%2018.25%2011.75%2018.25C11.3358%2018.25%2011%2018.5858%2011%2019V21.25H12.5V19ZM9%2015C9%2014.5858%209.33579%2014.25%209.75%2014.25H13.75C14.1642%2014.25%2014.5%2014.5858%2014.5%2015C14.5%2015.4142%2014.1642%2015.75%2013.75%2015.75H9.75C9.33579%2015.75%209%2015.4142%209%2015ZM9.75%2011.25C9.33579%2011.25%209%2011.5858%209%2012C9%2012.4142%209.33579%2012.75%209.75%2012.75H13.75C14.1642%2012.75%2014.5%2012.4142%2014.5%2012C14.5%2011.5858%2014.1642%2011.25%2013.75%2011.25H9.75ZM9.25%207C9.25%205.48122%2010.4812%204.25%2012%204.25C13.5188%204.25%2014.75%205.48122%2014.75%207C14.75%208.51878%2013.5188%209.75%2012%209.75C10.4812%209.75%209.25%208.51878%209.25%207ZM10.75%207C10.75%206.30964%2011.3096%205.75%2012%205.75C12.6904%205.75%2013.25%206.30964%2013.25%207C13.25%207.69036%2012.6904%208.25%2012%208.25C11.3096%208.25%2010.75%207.69036%2010.75%207Z%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%22M20.9129%205.88886C21.25%206.39331%2021.25%207.09554%2021.25%208.5V21.25H21.75C22.1642%2021.25%2022.5%2021.5858%2022.5%2022C22.5%2022.4142%2022.1642%2022.75%2021.75%2022.75H1.75C1.33579%2022.75%201%2022.4142%201%2022C1%2021.5858%201.33579%2021.25%201.75%2021.25H2.25V8.5C2.25%207.09554%202.25%206.39331%202.58706%205.88886C2.73298%205.67048%202.92048%205.48298%203.13886%205.33706C3.58008%205.04224%204.17262%205.00529%205.25403%205.00066C5.24992%205.29206%205.24996%205.59655%205.24999%205.9105L5.25%206V7.25H4.25C3.83579%207.25%203.5%207.58579%203.5%208C3.5%208.41421%203.83579%208.75%204.25%208.75H5.25V10.25H4.25C3.83579%2010.25%203.5%2010.5858%203.5%2011C3.5%2011.4142%203.83579%2011.75%204.25%2011.75H5.25V13.25H4.25C3.83579%2013.25%203.5%2013.5858%203.5%2014C3.5%2014.4142%203.83579%2014.75%204.25%2014.75H5.25V21.25H6.75V6C6.75%204.11438%206.75%203.17157%207.33579%202.58579C7.92157%202%208.86438%202%2010.75%202H12.75C14.6356%202%2015.5784%202%2016.1642%202.58579C16.75%203.17157%2016.75%204.11438%2016.75%206V21.25H18.25V14.75H19.25C19.6642%2014.75%2020%2014.4142%2020%2014C20%2013.5858%2019.6642%2013.25%2019.25%2013.25H18.25V11.75H19.25C19.6642%2011.75%2020%2011.4142%2020%2011C20%2010.5858%2019.6642%2010.25%2019.25%2010.25H18.25V8.75H19.25C19.6642%208.75%2020%208.41421%2020%208C20%207.58579%2019.6642%207.25%2019.25%207.25H18.25V6L18.25%205.91051C18.25%205.59655%2018.2501%205.29206%2018.246%205.00066C19.3274%205.00529%2019.9199%205.04224%2020.3611%205.33706C20.5795%205.48298%2020.767%205.67048%2020.9129%205.88886ZM12.5%2019C12.5%2018.5858%2012.1642%2018.25%2011.75%2018.25C11.3358%2018.25%2011%2018.5858%2011%2019V21.25H12.5V19ZM9%2015C9%2014.5858%209.33579%2014.25%209.75%2014.25H13.75C14.1642%2014.25%2014.5%2014.5858%2014.5%2015C14.5%2015.4142%2014.1642%2015.75%2013.75%2015.75H9.75C9.33579%2015.75%209%2015.4142%209%2015ZM9.75%2011.25C9.33579%2011.25%209%2011.5858%209%2012C9%2012.4142%209.33579%2012.75%209.75%2012.75H13.75C14.1642%2012.75%2014.5%2012.4142%2014.5%2012C14.5%2011.5858%2014.1642%2011.25%2013.75%2011.25H9.75ZM9.25%207C9.25%205.48122%2010.4812%204.25%2012%204.25C13.5188%204.25%2014.75%205.48122%2014.75%207C14.75%208.51878%2013.5188%209.75%2012%209.75C10.4812%209.75%209.25%208.51878%209.25%207ZM10.75%207C10.75%206.30964%2011.3096%205.75%2012%205.75C12.6904%205.75%2013.25%206.30964%2013.25%207C13.25%207.69036%2012.6904%208.25%2012%208.25C11.3096%208.25%2010.75%207.69036%2010.75%207Z%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-3-bold.svg?color=%231a73e8&size=48