The HugeIcons grid view icon visually represents a layout of content organized into a matrix of rows and columns, commonly used to display multiple items simultaneously in a structured format.
Common uses
- Displaying product listings in an e-commerce store.
- Showing a gallery of images or thumbnails.
- Organizing dashboard widgets or data cards.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { GridViewIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={GridViewIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- gridlayouttilesmatrix
FAQ
- What does the grid view icon represent?
- It represents a layout where content is arranged in a grid of rows and columns, ideal for showing multiple items at once.
- How do I use the GridViewIcon in React?
- Import both HugeiconsIcon and GridViewIcon, then render <HugeiconsIcon icon={GridViewIcon} />.
- What is the license for this icon?
- This icon is provided under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.