The Tabler file code 2 icon depicts a document with a code symbol, commonly used to represent files containing programming code or structured data within a user interface.
Common uses
- Button to view/edit code snippets
- Link to source code repository
- Indicator for code-related documents
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconFileCode2 } from '@tabler/icons-react';
<IconFileCode2 size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconFileCode2 size={24} stroke={2} />filled
<IconFileCode2Filled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- programmingdocumentdevelopertechnologyfilecodedatacontentrecordscript2code filescript fileprogramming document
FAQ
- What does the file-code-2 icon represent?
- It represents a file containing programming code or structured data, often used for actions related to code editing or viewing.
- How do I use the file-code-2 icon in React?
- You can import and use it like this: import { IconFileCode2 } from '@tabler/icons-react'. Then render it as <IconFileCode2 />.
- What is the license for the Tabler file code 2 icon?
- The Tabler icon library, including the file-code-2 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 →