buildings 3 icon
buildings-3-broken from Solar by 480 Design · Broken · Building · CC-BY-4.0 Attribution required.
- Name
- buildings-3-broken
- Set
- Solar
- Style
- Broken
- 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"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M22 22L2 22"/><path d="M17 22V6C17 4.11438 17 3.17157 16.4142 2.58579C15.8284 2 14.8856 2 13 2H11C9.11438 2 8.17157 2 7.58579 2.58579C7 3.17157 7 4.11438 7 6V22"/><path stroke-linecap="round" d="M12 22V19"/><path stroke-linecap="round" d="M10 12H14"/><path stroke-linecap="round" d="M5.5 11H7"/><path stroke-linecap="round" d="M5.5 14H7"/><path stroke-linecap="round" d="M17 11H18.5"/><path stroke-linecap="round" d="M17 14H18.5"/><path stroke-linecap="round" d="M5.5 8H7"/><path stroke-linecap="round" d="M17 8H18.5"/><circle cx="12" cy="7" r="2"/><path stroke-linecap="round" d="M21 11.5C21 10.0955 21 9.39331 20.6629 8.88886C20.517 8.67048 20.3295 8.48298 20.1111 8.33706C19.6067 8 18.9045 8 17.5 8M21 22V15.5"/><path stroke-linecap="round" d="M3 22V20M6.5 8C5.09554 8 4.39331 8 3.88886 8.33706C3.67048 8.48298 3.48298 8.67048 3.33706 8.88886C3 9.39331 3 10.0955 3 11.5V16"/><path stroke-linecap="round" d="M10 15H10.5M14 15H12.5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBuildings3Broken(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" strokeWidth="1.5"><path strokeLinecap="round" d="M22 22L2 22"/><path d="M17 22V6C17 4.11438 17 3.17157 16.4142 2.58579C15.8284 2 14.8856 2 13 2H11C9.11438 2 8.17157 2 7.58579 2.58579C7 3.17157 7 4.11438 7 6V22"/><path strokeLinecap="round" d="M12 22V19"/><path strokeLinecap="round" d="M10 12H14"/><path strokeLinecap="round" d="M5.5 11H7"/><path strokeLinecap="round" d="M5.5 14H7"/><path strokeLinecap="round" d="M17 11H18.5"/><path strokeLinecap="round" d="M17 14H18.5"/><path strokeLinecap="round" d="M5.5 8H7"/><path strokeLinecap="round" d="M17 8H18.5"/><circle cx="12" cy="7" r="2"/><path strokeLinecap="round" d="M21 11.5C21 10.0955 21 9.39331 20.6629 8.88886C20.517 8.67048 20.3295 8.48298 20.1111 8.33706C19.6067 8 18.9045 8 17.5 8M21 22V15.5"/><path strokeLinecap="round" d="M3 22V20M6.5 8C5.09554 8 4.39331 8 3.88886 8.33706C3.67048 8.48298 3.48298 8.67048 3.33706 8.88886C3 9.39331 3 10.0955 3 11.5V16"/><path strokeLinecap="round" d="M10 15H10.5M14 15H12.5"/></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-width="1.5"><path stroke-linecap="round" d="M22 22L2 22"/><path d="M17 22V6C17 4.11438 17 3.17157 16.4142 2.58579C15.8284 2 14.8856 2 13 2H11C9.11438 2 8.17157 2 7.58579 2.58579C7 3.17157 7 4.11438 7 6V22"/><path stroke-linecap="round" d="M12 22V19"/><path stroke-linecap="round" d="M10 12H14"/><path stroke-linecap="round" d="M5.5 11H7"/><path stroke-linecap="round" d="M5.5 14H7"/><path stroke-linecap="round" d="M17 11H18.5"/><path stroke-linecap="round" d="M17 14H18.5"/><path stroke-linecap="round" d="M5.5 8H7"/><path stroke-linecap="round" d="M17 8H18.5"/><circle cx="12" cy="7" r="2"/><path stroke-linecap="round" d="M21 11.5C21 10.0955 21 9.39331 20.6629 8.88886C20.517 8.67048 20.3295 8.48298 20.1111 8.33706C19.6067 8 18.9045 8 17.5 8M21 22V15.5"/><path stroke-linecap="round" d="M3 22V20M6.5 8C5.09554 8 4.39331 8 3.88886 8.33706C3.67048 8.48298 3.48298 8.67048 3.33706 8.88886C3 9.39331 3 10.0955 3 11.5V16"/><path stroke-linecap="round" d="M10 15H10.5M14 15H12.5"/></g></svg> </template>
CSS
.icon-buildings-3-broken {
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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2022L2%2022%22%2F%3E%3Cpath%20d%3D%22M17%2022V6C17%204.11438%2017%203.17157%2016.4142%202.58579C15.8284%202%2014.8856%202%2013%202H11C9.11438%202%208.17157%202%207.58579%202.58579C7%203.17157%207%204.11438%207%206V22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2022V19%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2012H14%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.5%2011H7%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.5%2014H7%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%2011H18.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%2014H18.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.5%208H7%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%208H18.5%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%227%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2011.5C21%2010.0955%2021%209.39331%2020.6629%208.88886C20.517%208.67048%2020.3295%208.48298%2020.1111%208.33706C19.6067%208%2018.9045%208%2017.5%208M21%2022V15.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2022V20M6.5%208C5.09554%208%204.39331%208%203.88886%208.33706C3.67048%208.48298%203.48298%208.67048%203.33706%208.88886C3%209.39331%203%2010.0955%203%2011.5V16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2015H10.5M14%2015H12.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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2022L2%2022%22%2F%3E%3Cpath%20d%3D%22M17%2022V6C17%204.11438%2017%203.17157%2016.4142%202.58579C15.8284%202%2014.8856%202%2013%202H11C9.11438%202%208.17157%202%207.58579%202.58579C7%203.17157%207%204.11438%207%206V22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2022V19%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2012H14%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.5%2011H7%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.5%2014H7%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%2011H18.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%2014H18.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.5%208H7%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%208H18.5%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%227%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2011.5C21%2010.0955%2021%209.39331%2020.6629%208.88886C20.517%208.67048%2020.3295%208.48298%2020.1111%208.33706C19.6067%208%2018.9045%208%2017.5%208M21%2022V15.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2022V20M6.5%208C5.09554%208%204.39331%208%203.88886%208.33706C3.67048%208.48298%203.48298%208.67048%203.33706%208.88886C3%209.39331%203%2010.0955%203%2011.5V16%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2015H10.5M14%2015H12.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-3-broken.svg?color=%231a73e8&size=48