The HugeIcons square stack icon visually represents a collection of stacked squares, commonly used to indicate a list, a set of items, or a layered structure in user interfaces.
Common uses
- Displaying a list of items
- Representing a collection of data
- Indicating layered or stacked content
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SquareStackIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SquareStackIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- stacked squareslist iconcollection iconlayers icon
FAQ
- What does the square stack icon represent?
- It represents a stack of square elements, often used for lists, collections, or layered content.
- How do I use the SquareStackIcon in React?
- Import both HugeiconsIcon and SquareStackIcon, then render <HugeiconsIcon icon={SquareStackIcon} />.
- What is the license for this icon?
- This icon is released under the MIT license, allowing for free use.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →