three squares icon

three-squares-broken from Solar by 480 Design · Broken · Tools · CC-BY-4.0 Attribution required.

Name
three-squares-broken
Set
Solar
Style
Broken
Category
Tools
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More tools icons from Solar

Use the three squares 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="M7.00005 12H6.00005C4.11443 12 3.17162 12 2.58584 12.5858C2.11429 13.0573 2.02233 13.7602 2.00439 15M12 17V18C12 19.8856 12 20.8284 11.4143 21.4142C10.8285 22 9.88567 22 8.00005 22H6.00005C4.11443 22 3.17162 22 2.58584 21.4142C2.11429 20.9427 2.02233 20.2398 2.00439 19"/><path d="M12 7H11C9.11438 7 8.17157 7 7.58579 7.58579C7 8.17157 7 9.11438 7 11V13C7 14.8856 7 15.8284 7.58579 16.4142C8.17157 17 9.11438 17 11 17H13C14.8856 17 15.8284 17 16.4142 16.4142C17 15.8284 17 14.8856 17 13V12"/><path stroke-linecap="round" d="M15 2.00439C13.7602 2.02233 13.0573 2.11429 12.5858 2.58584C12 3.17162 12 4.11443 12 6.00005V8.00005C12 9.88567 12 10.8285 12.5858 11.4143C13.1716 12 14.1144 12 16 12H18C19.8856 12 20.8284 12 21.4142 11.4143C22 10.8285 22 9.88567 22 8.00005V6.00005C22 4.11443 22 3.17162 21.4142 2.58584C20.9427 2.11429 20.2398 2.02233 19 2.00439"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarThreeSquaresBroken(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="M7.00005 12H6.00005C4.11443 12 3.17162 12 2.58584 12.5858C2.11429 13.0573 2.02233 13.7602 2.00439 15M12 17V18C12 19.8856 12 20.8284 11.4143 21.4142C10.8285 22 9.88567 22 8.00005 22H6.00005C4.11443 22 3.17162 22 2.58584 21.4142C2.11429 20.9427 2.02233 20.2398 2.00439 19"/><path d="M12 7H11C9.11438 7 8.17157 7 7.58579 7.58579C7 8.17157 7 9.11438 7 11V13C7 14.8856 7 15.8284 7.58579 16.4142C8.17157 17 9.11438 17 11 17H13C14.8856 17 15.8284 17 16.4142 16.4142C17 15.8284 17 14.8856 17 13V12"/><path strokeLinecap="round" d="M15 2.00439C13.7602 2.02233 13.0573 2.11429 12.5858 2.58584C12 3.17162 12 4.11443 12 6.00005V8.00005C12 9.88567 12 10.8285 12.5858 11.4143C13.1716 12 14.1144 12 16 12H18C19.8856 12 20.8284 12 21.4142 11.4143C22 10.8285 22 9.88567 22 8.00005V6.00005C22 4.11443 22 3.17162 21.4142 2.58584C20.9427 2.11429 20.2398 2.02233 19 2.00439"/></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="M7.00005 12H6.00005C4.11443 12 3.17162 12 2.58584 12.5858C2.11429 13.0573 2.02233 13.7602 2.00439 15M12 17V18C12 19.8856 12 20.8284 11.4143 21.4142C10.8285 22 9.88567 22 8.00005 22H6.00005C4.11443 22 3.17162 22 2.58584 21.4142C2.11429 20.9427 2.02233 20.2398 2.00439 19"/><path d="M12 7H11C9.11438 7 8.17157 7 7.58579 7.58579C7 8.17157 7 9.11438 7 11V13C7 14.8856 7 15.8284 7.58579 16.4142C8.17157 17 9.11438 17 11 17H13C14.8856 17 15.8284 17 16.4142 16.4142C17 15.8284 17 14.8856 17 13V12"/><path stroke-linecap="round" d="M15 2.00439C13.7602 2.02233 13.0573 2.11429 12.5858 2.58584C12 3.17162 12 4.11443 12 6.00005V8.00005C12 9.88567 12 10.8285 12.5858 11.4143C13.1716 12 14.1144 12 16 12H18C19.8856 12 20.8284 12 21.4142 11.4143C22 10.8285 22 9.88567 22 8.00005V6.00005C22 4.11443 22 3.17162 21.4142 2.58584C20.9427 2.11429 20.2398 2.02233 19 2.00439"/></g></svg>
</template>

CSS

.icon-three-squares-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%22M7.00005%2012H6.00005C4.11443%2012%203.17162%2012%202.58584%2012.5858C2.11429%2013.0573%202.02233%2013.7602%202.00439%2015M12%2017V18C12%2019.8856%2012%2020.8284%2011.4143%2021.4142C10.8285%2022%209.88567%2022%208.00005%2022H6.00005C4.11443%2022%203.17162%2022%202.58584%2021.4142C2.11429%2020.9427%202.02233%2020.2398%202.00439%2019%22%2F%3E%3Cpath%20d%3D%22M12%207H11C9.11438%207%208.17157%207%207.58579%207.58579C7%208.17157%207%209.11438%207%2011V13C7%2014.8856%207%2015.8284%207.58579%2016.4142C8.17157%2017%209.11438%2017%2011%2017H13C14.8856%2017%2015.8284%2017%2016.4142%2016.4142C17%2015.8284%2017%2014.8856%2017%2013V12%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%202.00439C13.7602%202.02233%2013.0573%202.11429%2012.5858%202.58584C12%203.17162%2012%204.11443%2012%206.00005V8.00005C12%209.88567%2012%2010.8285%2012.5858%2011.4143C13.1716%2012%2014.1144%2012%2016%2012H18C19.8856%2012%2020.8284%2012%2021.4142%2011.4143C22%2010.8285%2022%209.88567%2022%208.00005V6.00005C22%204.11443%2022%203.17162%2021.4142%202.58584C20.9427%202.11429%2020.2398%202.02233%2019%202.00439%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%22M7.00005%2012H6.00005C4.11443%2012%203.17162%2012%202.58584%2012.5858C2.11429%2013.0573%202.02233%2013.7602%202.00439%2015M12%2017V18C12%2019.8856%2012%2020.8284%2011.4143%2021.4142C10.8285%2022%209.88567%2022%208.00005%2022H6.00005C4.11443%2022%203.17162%2022%202.58584%2021.4142C2.11429%2020.9427%202.02233%2020.2398%202.00439%2019%22%2F%3E%3Cpath%20d%3D%22M12%207H11C9.11438%207%208.17157%207%207.58579%207.58579C7%208.17157%207%209.11438%207%2011V13C7%2014.8856%207%2015.8284%207.58579%2016.4142C8.17157%2017%209.11438%2017%2011%2017H13C14.8856%2017%2015.8284%2017%2016.4142%2016.4142C17%2015.8284%2017%2014.8856%2017%2013V12%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%202.00439C13.7602%202.02233%2013.0573%202.11429%2012.5858%202.58584C12%203.17162%2012%204.11443%2012%206.00005V8.00005C12%209.88567%2012%2010.8285%2012.5858%2011.4143C13.1716%2012%2014.1144%2012%2016%2012H18C19.8856%2012%2020.8284%2012%2021.4142%2011.4143C22%2010.8285%2022%209.88567%2022%208.00005V6.00005C22%204.11443%2022%203.17162%2021.4142%202.58584C20.9427%202.11429%2020.2398%202.02233%2019%202.00439%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/three-squares-broken.svg?color=%231a73e8&size=48