buildings icon

buildings-broken from Solar by 480 Design · Broken · Building · CC-BY-4.0 Attribution required.

Name
buildings-broken
Set
Solar
Style
Broken
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="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M22 22L2 22"/><path d="M21 22V13M11.0044 5C11.0223 3.76022 11.1143 3.05733 11.5858 2.58579C12.1716 2 13.1144 2 15 2H17C18.8857 2 19.8285 2 20.4143 2.58579C21 3.17157 21 4.11438 21 6V9"/><path d="M15 22V16M3 22V13M3 9C3 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 9V12"/><path d="M9 22V19"/><path d="M6 8H12"/><path d="M6 11H7M12 11H9.5"/><path d="M6 14H12"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBuildingsBroken(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" strokeWidth="1.5"><path d="M22 22L2 22"/><path d="M21 22V13M11.0044 5C11.0223 3.76022 11.1143 3.05733 11.5858 2.58579C12.1716 2 13.1144 2 15 2H17C18.8857 2 19.8285 2 20.4143 2.58579C21 3.17157 21 4.11438 21 6V9"/><path d="M15 22V16M3 22V13M3 9C3 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 9V12"/><path d="M9 22V19"/><path d="M6 8H12"/><path d="M6 11H7M12 11H9.5"/><path d="M6 14H12"/></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-width="1.5"><path d="M22 22L2 22"/><path d="M21 22V13M11.0044 5C11.0223 3.76022 11.1143 3.05733 11.5858 2.58579C12.1716 2 13.1144 2 15 2H17C18.8857 2 19.8285 2 20.4143 2.58579C21 3.17157 21 4.11438 21 6V9"/><path d="M15 22V16M3 22V13M3 9C3 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 9V12"/><path d="M9 22V19"/><path d="M6 8H12"/><path d="M6 11H7M12 11H9.5"/><path d="M6 14H12"/></g></svg>
</template>

CSS

.icon-buildings-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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2022L2%2022%22%2F%3E%3Cpath%20d%3D%22M21%2022V13M11.0044%205C11.0223%203.76022%2011.1143%203.05733%2011.5858%202.58579C12.1716%202%2013.1144%202%2015%202H17C18.8857%202%2019.8285%202%2020.4143%202.58579C21%203.17157%2021%204.11438%2021%206V9%22%2F%3E%3Cpath%20d%3D%22M15%2022V16M3%2022V13M3%209C3%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%209V12%22%2F%3E%3Cpath%20d%3D%22M9%2022V19%22%2F%3E%3Cpath%20d%3D%22M6%208H12%22%2F%3E%3Cpath%20d%3D%22M6%2011H7M12%2011H9.5%22%2F%3E%3Cpath%20d%3D%22M6%2014H12%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2022L2%2022%22%2F%3E%3Cpath%20d%3D%22M21%2022V13M11.0044%205C11.0223%203.76022%2011.1143%203.05733%2011.5858%202.58579C12.1716%202%2013.1144%202%2015%202H17C18.8857%202%2019.8285%202%2020.4143%202.58579C21%203.17157%2021%204.11438%2021%206V9%22%2F%3E%3Cpath%20d%3D%22M15%2022V16M3%2022V13M3%209C3%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%209V12%22%2F%3E%3Cpath%20d%3D%22M9%2022V19%22%2F%3E%3Cpath%20d%3D%22M6%208H12%22%2F%3E%3Cpath%20d%3D%22M6%2011H7M12%2011H9.5%22%2F%3E%3Cpath%20d%3D%22M6%2014H12%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-broken.svg?color=%231a73e8&size=48