The Tabler file typography icon visually represents a document with text formatting options, commonly used to indicate settings related to font, text style, or document content management.
Common uses
- Button to edit document text styles
- Menu item for font settings
- Indicator for rich text content
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconFileTypography } from '@tabler/icons-react';
<IconFileTypography size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconFileTypography size={24} stroke={2} />filled
<IconFileTypographyFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- fonttextformattypesizefiletypographydocumentdatacontenttext documentfont settingsdocument formattingrich text
FAQ
- What does the file typography icon represent?
- It symbolizes a document with an emphasis on text formatting, suitable for actions or settings related to fonts, text appearance, and content styling.
- How do I use this icon in React?
- Import it using `import { IconFileTypography } from '@tabler/icons-react'` and then use it as a component: `<IconFileTypography />`.
- What is the license for this icon?
- The Tabler icon library, including the file typography icon, is 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 →