The Tabler file digit icon depicts a document with a digit, commonly used to represent files containing numerical data or executable programs.
Common uses
- Representing binary files
- Indicating data record files
- Labeling executable program files
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconFileDigit } from '@tabler/icons-react';
<IconFileDigit size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconFileDigit size={24} stroke={2} />filled
<IconFileDigitFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- booleanbinaryexefiledigitdocumentdatacontentrecordpaperbinary fileexecutabledata filenumber document
FAQ
- What does the file digit icon represent?
- It represents files that contain numerical data, binary information, or executable code.
- How do I use the file digit icon in React?
- Import it using `import { IconFileDigit } from '@tabler/icons-react'` and use it as a component: `<IconFileDigit />`.
- What is the license for the Tabler file digit icon?
- The Tabler icon library, including the file digit icon, is available 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 →