The HugeIcons eight square icon visually represents a grid or a collection of items, often used to indicate a dashboard, a gallery view, or a set of related options.
Common uses
- Dashboard overview
- Image gallery layout
- Settings or options menu
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { EightSquareIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={EightSquareIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- grid iconsquares icondashboard icongallery icon
FAQ
- What is the EightSquareIcon typically used for?
- It's commonly used to represent a dashboard, a gallery, or a collection of items in a user interface.
- How do I use the EightSquareIcon in React?
- Import both HugeiconsIcon and EightSquareIcon, then render <HugeiconsIcon icon={EightSquareIcon} />.
- What is the license for this icon?
- The EightSquareIcon is part of the HugeIcons library and is available under the MIT license.
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 →