The HugeIcons column delete icon visually represents the removal of a column, commonly used in data tables or grids to indicate an action that deletes a selected column.
Common uses
- Deleting a table column
- Removing a data field
- Clearing a column's content
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ColumnDeleteIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ColumnDeleteIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- remove columndelete rowtable column removetrash column
FAQ
- What does the column delete icon represent?
- It signifies the action of removing or deleting an entire column, often within data grids or tables.
- How do I use this icon in React?
- Import both HugeiconsIcon and ColumnDeleteIcon, then render it using <HugeiconsIcon icon={ColumnDeleteIcon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license, allowing for free commercial and non-commercial use.
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 →