The Tabler file settings icon depicts a document with a gear or cogwheel, commonly used to represent options, configuration, or settings related to a specific file or document within a user interface.
Common uses
- Button to open file configuration dialog
- Link to document preferences page
- Indicator for files with custom settings
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconFileSettings } from '@tabler/icons-react';
<IconFileSettings size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconFileSettings size={24} stroke={2} />filled
<IconFileSettingsFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- editoptionsconfigurationcontrolfilesettingsdocumentdatapreferencesconfigdocument preferencesfile optionsconfig filesettings document
FAQ
- What does the file settings icon represent?
- It represents options, configuration, or settings associated with a file or document.
- How do I use this icon in React?
- Import it using `import { IconFileSettings } from '@tabler/icons-react';` and use it as a React component.
- What is the license for this icon?
- The Tabler icon set, including this 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 →