The Lucide scissors icon depicts a pair of open scissors, commonly used in UIs to represent actions like cutting, editing, or removing content.
Common uses
- Delete item
- Edit content
- Cut functionality
Use it in React
Install
npm i lucide-reactImport & render
import { Scissors } from 'lucide-react';
<Scissors size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- cutsnipchopstationerycraftsscissorseditdelete
FAQ
- What does the scissors icon represent?
- It represents the action of cutting, snipping, or removing something. It's often used for delete or edit functions.
- How do I use the scissors icon in React?
- You can import and use it like this: import { Scissors } from 'lucide-react'.
- What is the license for this icon?
- The Lucide icons, including scissors, are available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
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 →