The Tabler file scissors icon depicts a pair of scissors superimposed on a document, commonly used to represent actions related to cutting, editing, or deleting file content.
Common uses
- Cutting text or data from a document
- Deleting or removing a file
- Initiating a 'cut' operation in a rich text editor
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconFileScissors } from '@tabler/icons-react';
<IconFileScissors size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconFileScissors size={24} stroke={2} />filled
<IconFileScissorsFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- cutcuttingtoolcutterofficefilescissorsdocumentdatacontentcut filedelete documentedit contentscissors document
FAQ
- What does the file scissors icon represent?
- It represents the action of cutting or deleting content, often associated with files or documents.
- How do I use this icon in React?
- You can import and use it with: import { IconFileScissors } from '@tabler/icons-react'. Then render it as <IconFileScissors />.
- What is the license for this icon?
- The Tabler icons, including file-scissors, are distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →