The HugeIcons scissor icon visually represents cutting or trimming, commonly used in UIs for actions like deleting, editing, or separating content.
Common uses
- Delete item
- Cut text
- Separate sections
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ScissorIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ScissorIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- cuttrimdeletesnip
FAQ
- What does the scissor icon typically represent?
- It represents actions related to cutting, deleting, or separating. This could be deleting an item, cutting text, or dividing content.
- How do I use the ScissorIcon in React?
- Import both HugeiconsIcon and ScissorIcon, then render them using <HugeiconsIcon icon={ScissorIcon} />.
- What is the license for this icon?
- The HugeIcons scissor icon is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →