The Tabler row remove icon depicts a database row with a minus sign, typically used to signify the deletion or removal of a data record.
Common uses
- Deleting a specific database record from a table.
- Canceling an operation that adds a new row.
- Removing an item from a list or queue.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconRowRemove } from '@tabler/icons-react';
<IconRowRemove size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Database
- Keywords
- deleteremoveeraseclearsubtracteliminateminuscanceldiscarddropdatabaserowdelete rowdatabase deleteerase recordcancel row
FAQ
- What does the row remove icon represent?
- It visually represents the action of removing or deleting a single row of data, often from a database or list.
- How do I use this icon in React?
- You can import and use it like this: import { IconRowRemove } from '@tabler/icons-react'. Then render it as <IconRowRemove />.
- What is the license for this icon?
- The Tabler icons, including row-remove, are distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →