The HugeIcons grid icon depicts a 2x2 arrangement of squares, commonly used to represent a dashboard, a layout selector, or a collection of items.
Common uses
- Dashboard overview
- Layout options (e.g., list vs. grid view)
- App launcher or menu
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { GridIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={GridIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- squaresdashboardlayoutmenu
FAQ
- What does the grid icon represent?
- It visually represents a grid structure, often used for dashboards, layout choices, or organizing content.
- How do I use the GridIcon in React?
- Import both HugeiconsIcon and GridIcon from their respective packages and render it using <HugeiconsIcon icon={GridIcon} />.
- What is the license for this icon?
- The GridIcon is available under the MIT license, allowing for free use in commercial and non-commercial projects.
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 →