square stack icon

square-stack from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
square-stack
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the square stack icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20.728 14.365C21 14.9 21 15.6 21 17s0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C19.1 21 18.4 21 17 21s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.092-1.092C13 19.1 13 18.4 13 17s0-2.1.273-2.635a2.5 2.5 0 0 1 1.092-1.092C14.9 13 15.6 13 17 13s2.1 0 2.635.273a2.5 2.5 0 0 1 1.092 1.092M15.924 10a2.1 2.1 0 0 0-.197-.635a2.5 2.5 0 0 0-1.092-1.093C14.1 8 13.4 8 12 8s-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C8 9.9 8 10.6 8 12s0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092c.185.095.389.156.635.197M10.924 5a2.1 2.1 0 0 0-.197-.635a2.5 2.5 0 0 0-1.092-1.093C9.1 3 8.4 3 7 3s-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C3 4.9 3 5.6 3 7s0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092c.185.095.389.156.635.197"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSquareStack(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M20.728 14.365C21 14.9 21 15.6 21 17s0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C19.1 21 18.4 21 17 21s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.092-1.092C13 19.1 13 18.4 13 17s0-2.1.273-2.635a2.5 2.5 0 0 1 1.092-1.092C14.9 13 15.6 13 17 13s2.1 0 2.635.273a2.5 2.5 0 0 1 1.092 1.092M15.924 10a2.1 2.1 0 0 0-.197-.635a2.5 2.5 0 0 0-1.092-1.093C14.1 8 13.4 8 12 8s-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C8 9.9 8 10.6 8 12s0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092c.185.095.389.156.635.197M10.924 5a2.1 2.1 0 0 0-.197-.635a2.5 2.5 0 0 0-1.092-1.093C9.1 3 8.4 3 7 3s-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C3 4.9 3 5.6 3 7s0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092c.185.095.389.156.635.197"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20.728 14.365C21 14.9 21 15.6 21 17s0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C19.1 21 18.4 21 17 21s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.092-1.092C13 19.1 13 18.4 13 17s0-2.1.273-2.635a2.5 2.5 0 0 1 1.092-1.092C14.9 13 15.6 13 17 13s2.1 0 2.635.273a2.5 2.5 0 0 1 1.092 1.092M15.924 10a2.1 2.1 0 0 0-.197-.635a2.5 2.5 0 0 0-1.092-1.093C14.1 8 13.4 8 12 8s-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C8 9.9 8 10.6 8 12s0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092c.185.095.389.156.635.197M10.924 5a2.1 2.1 0 0 0-.197-.635a2.5 2.5 0 0 0-1.092-1.093C9.1 3 8.4 3 7 3s-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C3 4.9 3 5.6 3 7s0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092c.185.095.389.156.635.197"/></svg>
</template>

CSS

.icon-square-stack {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M20.728%2014.365C21%2014.9%2021%2015.6%2021%2017s0%202.1-.273%202.635a2.5%202.5%200%200%201-1.092%201.092C19.1%2021%2018.4%2021%2017%2021s-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.092-1.092C13%2019.1%2013%2018.4%2013%2017s0-2.1.273-2.635a2.5%202.5%200%200%201%201.092-1.092C14.9%2013%2015.6%2013%2017%2013s2.1%200%202.635.273a2.5%202.5%200%200%201%201.092%201.092M15.924%2010a2.1%202.1%200%200%200-.197-.635a2.5%202.5%200%200%200-1.092-1.093C14.1%208%2013.4%208%2012%208s-2.1%200-2.635.272a2.5%202.5%200%200%200-1.093%201.093C8%209.9%208%2010.6%208%2012s0%202.1.272%202.635a2.5%202.5%200%200%200%201.093%201.092c.185.095.389.156.635.197M10.924%205a2.1%202.1%200%200%200-.197-.635a2.5%202.5%200%200%200-1.092-1.093C9.1%203%208.4%203%207%203s-2.1%200-2.635.272a2.5%202.5%200%200%200-1.093%201.093C3%204.9%203%205.6%203%207s0%202.1.272%202.635a2.5%202.5%200%200%200%201.093%201.092c.185.095.389.156.635.197%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M20.728%2014.365C21%2014.9%2021%2015.6%2021%2017s0%202.1-.273%202.635a2.5%202.5%200%200%201-1.092%201.092C19.1%2021%2018.4%2021%2017%2021s-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.092-1.092C13%2019.1%2013%2018.4%2013%2017s0-2.1.273-2.635a2.5%202.5%200%200%201%201.092-1.092C14.9%2013%2015.6%2013%2017%2013s2.1%200%202.635.273a2.5%202.5%200%200%201%201.092%201.092M15.924%2010a2.1%202.1%200%200%200-.197-.635a2.5%202.5%200%200%200-1.092-1.093C14.1%208%2013.4%208%2012%208s-2.1%200-2.635.272a2.5%202.5%200%200%200-1.093%201.093C8%209.9%208%2010.6%208%2012s0%202.1.272%202.635a2.5%202.5%200%200%200%201.093%201.092c.185.095.389.156.635.197M10.924%205a2.1%202.1%200%200%200-.197-.635a2.5%202.5%200%200%200-1.092-1.093C9.1%203%208.4%203%207%203s-2.1%200-2.635.272a2.5%202.5%200%200%200-1.093%201.093C3%204.9%203%205.6%203%207s0%202.1.272%202.635a2.5%202.5%200%200%200%201.093%201.092c.185.095.389.156.635.197%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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