The HugeIcons row delete icon visually represents the action of removing a specific row of data or an item from a list, commonly used in tables or lists to clear entries.
Common uses
- Deleting a table row
- Removing an item from a list
- Clearing a specific entry
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { RowDeleteIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={RowDeleteIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- trashremovedelete rowclear item
FAQ
- What does the RowDeleteIcon represent?
- The RowDeleteIcon visually represents the action of removing a specific row of data or an item from a list. It's typically used in UI elements like tables or lists to indicate an option for deletion.
- How do I use the RowDeleteIcon in React?
- To use the RowDeleteIcon in React, import both HugeiconsIcon and RowDeleteIcon from their respective packages. Then, render the icon using the <HugeiconsIcon icon={RowDeleteIcon} /> component.
- What is the license for HugeIcons?
- HugeIcons are provided 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.
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 →