squares icon

squares-duotone from Reicon by REICON · Duotone · Tools · MIT Free for personal and commercial use.

Name
squares-duotone
Set
Reicon
Style
Duotone
Category
Tools
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More tools icons from Reicon

Use the 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 7h-1c-1.886 0-2.828 0-3.414.586S7 9.114 7 11v2c0 1.886 0 2.828.586 3.414S9.114 17 11 17h2c1.886 0 2.828 0 3.414-.586S17 14.886 17 13v-1h-1c-1.886 0-2.828 0-3.414-.586S12 9.886 12 8z" opacity=".7"/><path d="M7 12v1c0 1.886 0 2.828.586 3.414S9.114 17 11 17h1v1c0 1.886 0 2.828-.586 3.414S9.886 22 8 22H6c-1.886 0-2.828 0-3.414-.586S2 19.886 2 18v-2c0-1.886 0-2.828.586-3.414S4.114 12 6 12z" opacity=".4"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconSquaresDuotone(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 7h-1c-1.886 0-2.828 0-3.414.586S7 9.114 7 11v2c0 1.886 0 2.828.586 3.414S9.114 17 11 17h2c1.886 0 2.828 0 3.414-.586S17 14.886 17 13v-1h-1c-1.886 0-2.828 0-3.414-.586S12 9.886 12 8z" opacity=".7"/><path d="M7 12v1c0 1.886 0 2.828.586 3.414S9.114 17 11 17h1v1c0 1.886 0 2.828-.586 3.414S9.886 22 8 22H6c-1.886 0-2.828 0-3.414-.586S2 19.886 2 18v-2c0-1.886 0-2.828.586-3.414S4.114 12 6 12z" opacity=".4"/></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 7h-1c-1.886 0-2.828 0-3.414.586S7 9.114 7 11v2c0 1.886 0 2.828.586 3.414S9.114 17 11 17h2c1.886 0 2.828 0 3.414-.586S17 14.886 17 13v-1h-1c-1.886 0-2.828 0-3.414-.586S12 9.886 12 8z" opacity=".7"/><path d="M7 12v1c0 1.886 0 2.828.586 3.414S9.114 17 11 17h1v1c0 1.886 0 2.828-.586 3.414S9.886 22 8 22H6c-1.886 0-2.828 0-3.414-.586S2 19.886 2 18v-2c0-1.886 0-2.828.586-3.414S4.114 12 6 12z" opacity=".4"/></g></svg>
</template>

CSS

.icon-squares-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%207h-1c-1.886%200-2.828%200-3.414.586S7%209.114%207%2011v2c0%201.886%200%202.828.586%203.414S9.114%2017%2011%2017h2c1.886%200%202.828%200%203.414-.586S17%2014.886%2017%2013v-1h-1c-1.886%200-2.828%200-3.414-.586S12%209.886%2012%208z%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20d%3D%22M7%2012v1c0%201.886%200%202.828.586%203.414S9.114%2017%2011%2017h1v1c0%201.886%200%202.828-.586%203.414S9.886%2022%208%2022H6c-1.886%200-2.828%200-3.414-.586S2%2019.886%202%2018v-2c0-1.886%200-2.828.586-3.414S4.114%2012%206%2012z%22%20opacity%3D%22.4%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%207h-1c-1.886%200-2.828%200-3.414.586S7%209.114%207%2011v2c0%201.886%200%202.828.586%203.414S9.114%2017%2011%2017h2c1.886%200%202.828%200%203.414-.586S17%2014.886%2017%2013v-1h-1c-1.886%200-2.828%200-3.414-.586S12%209.886%2012%208z%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20d%3D%22M7%2012v1c0%201.886%200%202.828.586%203.414S9.114%2017%2011%2017h1v1c0%201.886%200%202.828-.586%203.414S9.886%2022%208%2022H6c-1.886%200-2.828%200-3.414-.586S2%2019.886%202%2018v-2c0-1.886%200-2.828.586-3.414S4.114%2012%206%2012z%22%20opacity%3D%22.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/squares-duotone.svg?color=%231a73e8&size=48