The HugeIcons layout table 01 icon depicts a simple grid or table structure, commonly used to represent data in rows and columns or to indicate a tabular layout.
Common uses
- Displaying data in a spreadsheet-like format
- Representing a dashboard widget with tabular data
- Indicating a settings page with organized options
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LayoutTable01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LayoutTable01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- table icongrid icondata tablespreadsheet icon
FAQ
- What does the LayoutTable01Icon represent?
- It visually represents a table or grid, ideal for displaying structured data or indicating a tabular layout in user interfaces.
- How do I use the LayoutTable01Icon in a React application?
- Import both HugeiconsIcon and LayoutTable01Icon, then render it using <HugeiconsIcon icon={LayoutTable01Icon} />.
- What is the license for this icon?
- The HugeIcons library, including this icon, is distributed 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 →