three squares icon
three-squares-bold-duotone from Solar by 480 Design · Bold Duotone · Tools · CC-BY-4.0 Attribution required.
- Name
- three-squares-bold-duotone
- Set
- Solar
- Style
- Bold 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="currentColor"><rect width="10" height="10" x="12" y="2" rx="2"/><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 13V12H16C14.1144 12 13.1716 12 12.5858 11.4142C12 10.8284 12 9.88562 12 8V7Z" 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 13V12H16C14.1144 12 13.1716 12 12.5858 11.4142C12 10.8284 12 9.88562 12 8V7Z" opacity=".5"/><path d="M7 12V13C7 14.8856 7 15.8284 7.58579 16.4142C8.17157 17 9.11438 17 11 17H12V18C12 19.8856 12 20.8284 11.4142 21.4142C10.8284 22 9.88562 22 8 22H6C4.11438 22 3.17157 22 2.58579 21.4142C2 20.8284 2 19.8856 2 18V16C2 14.1144 2 13.1716 2.58579 12.5858C3.17157 12 4.11438 12 6 12H7Z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarThreeSquaresBoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><rect width="10" height="10" x="12" y="2" rx="2"/><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 13V12H16C14.1144 12 13.1716 12 12.5858 11.4142C12 10.8284 12 9.88562 12 8V7Z" 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 13V12H16C14.1144 12 13.1716 12 12.5858 11.4142C12 10.8284 12 9.88562 12 8V7Z" opacity=".5"/><path d="M7 12V13C7 14.8856 7 15.8284 7.58579 16.4142C8.17157 17 9.11438 17 11 17H12V18C12 19.8856 12 20.8284 11.4142 21.4142C10.8284 22 9.88562 22 8 22H6C4.11438 22 3.17157 22 2.58579 21.4142C2 20.8284 2 19.8856 2 18V16C2 14.1144 2 13.1716 2.58579 12.5858C3.17157 12 4.11438 12 6 12H7Z" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><rect width="10" height="10" x="12" y="2" rx="2"/><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 13V12H16C14.1144 12 13.1716 12 12.5858 11.4142C12 10.8284 12 9.88562 12 8V7Z" 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 13V12H16C14.1144 12 13.1716 12 12.5858 11.4142C12 10.8284 12 9.88562 12 8V7Z" opacity=".5"/><path d="M7 12V13C7 14.8856 7 15.8284 7.58579 16.4142C8.17157 17 9.11438 17 11 17H12V18C12 19.8856 12 20.8284 11.4142 21.4142C10.8284 22 9.88562 22 8 22H6C4.11438 22 3.17157 22 2.58579 21.4142C2 20.8284 2 19.8856 2 18V16C2 14.1144 2 13.1716 2.58579 12.5858C3.17157 12 4.11438 12 6 12H7Z" opacity=".5"/></g></svg> </template>
CSS
.icon-three-squares-bold-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%22currentColor%22%3E%3Crect%20width%3D%2210%22%20height%3D%2210%22%20x%3D%2212%22%20y%3D%222%22%20rx%3D%222%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%2013V12H16C14.1144%2012%2013.1716%2012%2012.5858%2011.4142C12%2010.8284%2012%209.88562%2012%208V7Z%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%2013V12H16C14.1144%2012%2013.1716%2012%2012.5858%2011.4142C12%2010.8284%2012%209.88562%2012%208V7Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M7%2012V13C7%2014.8856%207%2015.8284%207.58579%2016.4142C8.17157%2017%209.11438%2017%2011%2017H12V18C12%2019.8856%2012%2020.8284%2011.4142%2021.4142C10.8284%2022%209.88562%2022%208%2022H6C4.11438%2022%203.17157%2022%202.58579%2021.4142C2%2020.8284%202%2019.8856%202%2018V16C2%2014.1144%202%2013.1716%202.58579%2012.5858C3.17157%2012%204.11438%2012%206%2012H7Z%22%20opacity%3D%22.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%22currentColor%22%3E%3Crect%20width%3D%2210%22%20height%3D%2210%22%20x%3D%2212%22%20y%3D%222%22%20rx%3D%222%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%2013V12H16C14.1144%2012%2013.1716%2012%2012.5858%2011.4142C12%2010.8284%2012%209.88562%2012%208V7Z%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%2013V12H16C14.1144%2012%2013.1716%2012%2012.5858%2011.4142C12%2010.8284%2012%209.88562%2012%208V7Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M7%2012V13C7%2014.8856%207%2015.8284%207.58579%2016.4142C8.17157%2017%209.11438%2017%2011%2017H12V18C12%2019.8856%2012%2020.8284%2011.4142%2021.4142C10.8284%2022%209.88562%2022%208%2022H6C4.11438%2022%203.17157%2022%202.58579%2021.4142C2%2020.8284%202%2019.8856%202%2018V16C2%2014.1144%202%2013.1716%202.58579%2012.5858C3.17157%2012%204.11438%2012%206%2012H7Z%22%20opacity%3D%22.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/three-squares-bold-duotone.svg?color=%231a73e8&size=48