The Tabler trash off icon depicts a trash can with a line through it, commonly used to indicate that an item cannot be deleted or that the delete function is disabled.
Common uses
- Disabling a delete button
- Indicating an item is not removable
- Showing a 'do not delete' status
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconTrashOff } from '@tabler/icons-react';
<IconTrashOff size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- garbagedeleteremovebinash-binuninstalldustbintrashoffcontrolsystemdelete disabledno deletecannot removedisabled bin
FAQ
- What does the trash off icon represent?
- It signifies that an action, like deletion, is not possible or is currently disabled for a specific item or function.
- How do I use the trash off icon in React?
- You can import it directly from the '@tabler/icons-react' library using: import { IconTrashOff } from '@tabler/icons-react'.
- What is the license for the Tabler trash off icon?
- The Tabler icon library, including the trash off icon, is available 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 →