The HugeIcons edit table icon depicts a pencil interacting with a grid, commonly used to signify the ability to modify or edit tabular data.
Common uses
- Editing table rows or cells
- Opening a modal for table data entry
- Toggling table data into an editable state
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { EditTableIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={EditTableIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- modify tableupdate datatable editordata grid edit
FAQ
- What does the edit table icon represent?
- It represents the action of editing or modifying data within a table structure, often used for data manipulation tasks.
- How do I use the EditTableIcon in React?
- Import both HugeiconsIcon and EditTableIcon, then render it using <HugeiconsIcon icon={EditTableIcon} />.
- What is the license for this icon?
- This icon is released 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 →