The HugeIcons grid table icon visually represents a data table or a grid layout, commonly used to signify sections displaying structured information or multiple items in a uniform arrangement.
Common uses
- Displaying tabular data
- Representing a dashboard layout
- Toggling between list and grid views
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { GridTableIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={GridTableIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- data tablegrid layoutspreadsheettabular data
FAQ
- What is the grid table icon used for?
- It's used to represent data presented in a table or grid format, helping users understand structured information or organized content.
- How do I use the GridTableIcon in React?
- Import both HugeiconsIcon and GridTableIcon, then render it using <HugeiconsIcon icon={GridTableIcon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.