The Phosphor file doc icon depicts a document, commonly used to represent files, word processing documents, or office-related actions in a user interface.
Common uses
- Button to open or create a document
- Label for a file attachment
- Indicator for document settings
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FileDoc } from '@phosphor-icons/react';
<FileDoc size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FileDoc size={24} />thin
<FileDoc size={24} weight="thin" />light
<FileDoc size={24} weight="light" />bold
<FileDoc size={24} weight="bold" />fill
<FileDoc size={24} weight="fill" />duotone
<FileDoc size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- documentswordmicrosoftofficeeditorfiledocdocument iconword iconoffice filetext file
FAQ
- What does the file doc icon represent?
- It represents a document, often used for word processing files or general document management.
- How do I use the file doc icon in React?
- Import it using `import { FileDoc } from '@phosphor-icons/react'` and then use it as a component: `<FileDoc />`.
- What is the license for this icon?
- The Phosphor icon library, including the file doc icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →