The Tabler cut icon depicts a pair of scissors, commonly used in UI to represent actions related to cutting, dividing, or editing content.
Common uses
- Cutting text or objects
- Initiating a 'cut' operation
- Accessing editing tools
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCut } from '@tabler/icons-react';
<IconCut size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- scissorsdividehairdressersharpcutcreativeartisticvisualaestheticstyledesignedit
FAQ
- What is the cut icon used for?
- It visually represents actions like cutting, dividing, or editing. It's often used for functions that remove and copy content to the clipboard.
- How do I use the cut icon in React?
- You can import and use it like this: import { IconCut } from '@tabler/icons-react'. Then render it as <IconCut />.
- What is the license for the Tabler cut icon?
- The Tabler icons, including the cut icon, are available under the MIT license.