The Phosphor scissors icon depicts a pair of scissors, commonly used in UI to represent actions like cutting, editing, or removing content.
Common uses
- Cut/Paste functionality
- Editing tools
- Remove item
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Scissors } from '@phosphor-icons/react';
<Scissors size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Scissors size={24} />thin
<Scissors size={24} weight="thin" />light
<Scissors size={24} weight="light" />bold
<Scissors size={24} weight="bold" />fill
<Scissors size={24} weight="fill" />duotone
<Scissors size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- *updated*cutsnipclipboarddesigneditorofficesystemscissors
FAQ
- What is the scissors icon used for?
- It's used for actions related to cutting, editing, or deleting items in an interface.
- How do I use the scissors icon in React?
- Import it using `import { Scissors } from '@phosphor-icons/react'` and then use it as a component: `<Scissors />`.
- What is the license for the Phosphor scissors icon?
- The Phosphor icon library, including the scissors icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →