The Lucide delete icon depicts a trash can, commonly used in user interfaces to represent the action of permanently removing selected items or data.
Common uses
- Deleting selected files or documents
- Clearing form input fields
- Removing items from a shopping cart
Use it in React
Install
npm i lucide-reactImport & render
import { Delete } from 'lucide-react';
<Delete size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- backspaceremovedeletetrashbingarbage
FAQ
- What is the purpose of the delete icon?
- The delete icon is used to signify an action that permanently removes data or items from a system or interface.
- How do I use the delete icon in React?
- You can import and use the delete icon in React with the following statement: import { Delete } from 'lucide-react'
- What is the license for the Lucide delete icon?
- The Lucide delete icon is available under the ISC license.
Looking for something else? Search Lucide 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 →