three squares icon
three-squares-line-duotone from Solar by 480 Design · Line Duotone · Tools · CC-BY-4.0 Attribution required.
- Name
- three-squares-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Tools
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More tools icons from Solar
align-bottom-boldalign-horizontal-center-boldalign-horizontal-spacing-boldalign-left-boldalign-right-boldalign-top-boldalign-vertical-center-boldalign-vertical-spacing-boldcolour-tuning-boldcrop-boldcrop-minimalistic-boldfilters-boldflip-horizontal-boldflip-vertical-boldframe-boldlayers-boldlayers-minimalistic-boldmirror-left-boldmirror-right-boldpaint-brush-boldpaint-roller-boldpalette-2-boldpalette-boldpalette-round-bold
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 d="M7 12H6C4.11438 12 3.17157 12 2.58579 12.5858C2 13.1716 2 14.1144 2 16V18C2 19.8856 2 20.8284 2.58579 21.4142C3.17157 22 4.11438 22 6 22H8C9.88562 22 10.8284 22 11.4142 21.4142C12 20.8284 12 19.8856 12 18V17" opacity=".5"/><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 d="M12 6C12 4.11438 12 3.17157 12.5858 2.58579C13.1716 2 14.1144 2 16 2H18C19.8856 2 20.8284 2 21.4142 2.58579C22 3.17157 22 4.11438 22 6V8C22 9.88562 22 10.8284 21.4142 11.4142C20.8284 12 19.8856 12 18 12H16C14.1144 12 13.1716 12 12.5858 11.4142C12 10.8284 12 9.88562 12 8V6Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarThreeSquaresLineDuotone(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 d="M7 12H6C4.11438 12 3.17157 12 2.58579 12.5858C2 13.1716 2 14.1144 2 16V18C2 19.8856 2 20.8284 2.58579 21.4142C3.17157 22 4.11438 22 6 22H8C9.88562 22 10.8284 22 11.4142 21.4142C12 20.8284 12 19.8856 12 18V17" opacity=".5"/><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 d="M12 6C12 4.11438 12 3.17157 12.5858 2.58579C13.1716 2 14.1144 2 16 2H18C19.8856 2 20.8284 2 21.4142 2.58579C22 3.17157 22 4.11438 22 6V8C22 9.88562 22 10.8284 21.4142 11.4142C20.8284 12 19.8856 12 18 12H16C14.1144 12 13.1716 12 12.5858 11.4142C12 10.8284 12 9.88562 12 8V6Z"/></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 d="M7 12H6C4.11438 12 3.17157 12 2.58579 12.5858C2 13.1716 2 14.1144 2 16V18C2 19.8856 2 20.8284 2.58579 21.4142C3.17157 22 4.11438 22 6 22H8C9.88562 22 10.8284 22 11.4142 21.4142C12 20.8284 12 19.8856 12 18V17" opacity=".5"/><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 d="M12 6C12 4.11438 12 3.17157 12.5858 2.58579C13.1716 2 14.1144 2 16 2H18C19.8856 2 20.8284 2 21.4142 2.58579C22 3.17157 22 4.11438 22 6V8C22 9.88562 22 10.8284 21.4142 11.4142C20.8284 12 19.8856 12 18 12H16C14.1144 12 13.1716 12 12.5858 11.4142C12 10.8284 12 9.88562 12 8V6Z"/></g></svg> </template>
CSS
.icon-three-squares-line-duotone {
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%20d%3D%22M7%2012H6C4.11438%2012%203.17157%2012%202.58579%2012.5858C2%2013.1716%202%2014.1144%202%2016V18C2%2019.8856%202%2020.8284%202.58579%2021.4142C3.17157%2022%204.11438%2022%206%2022H8C9.88562%2022%2010.8284%2022%2011.4142%2021.4142C12%2020.8284%2012%2019.8856%2012%2018V17%22%20opacity%3D%22.5%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%20d%3D%22M12%206C12%204.11438%2012%203.17157%2012.5858%202.58579C13.1716%202%2014.1144%202%2016%202H18C19.8856%202%2020.8284%202%2021.4142%202.58579C22%203.17157%2022%204.11438%2022%206V8C22%209.88562%2022%2010.8284%2021.4142%2011.4142C20.8284%2012%2019.8856%2012%2018%2012H16C14.1144%2012%2013.1716%2012%2012.5858%2011.4142C12%2010.8284%2012%209.88562%2012%208V6Z%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%20d%3D%22M7%2012H6C4.11438%2012%203.17157%2012%202.58579%2012.5858C2%2013.1716%202%2014.1144%202%2016V18C2%2019.8856%202%2020.8284%202.58579%2021.4142C3.17157%2022%204.11438%2022%206%2022H8C9.88562%2022%2010.8284%2022%2011.4142%2021.4142C12%2020.8284%2012%2019.8856%2012%2018V17%22%20opacity%3D%22.5%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%20d%3D%22M12%206C12%204.11438%2012%203.17157%2012.5858%202.58579C13.1716%202%2014.1144%202%2016%202H18C19.8856%202%2020.8284%202%2021.4142%202.58579C22%203.17157%2022%204.11438%2022%206V8C22%209.88562%2022%2010.8284%2021.4142%2011.4142C20.8284%2012%2019.8856%2012%2018%2012H16C14.1144%2012%2013.1716%2012%2012.5858%2011.4142C12%2010.8284%2012%209.88562%2012%208V6Z%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-line-duotone.svg?color=%231a73e8&size=48