The Phosphor file plus icon depicts a document with a plus sign, commonly used to represent actions like creating a new file, adding a document, or initiating a new entry in a form.
Common uses
- Button to create a new document or record.
- Action to add a new file to a project.
- Menu item for 'New File' or 'Add Document'.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FilePlus } from '@phosphor-icons/react';
<FilePlus size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FilePlus size={24} />thin
<FilePlus size={24} weight="thin" />light
<FilePlus size={24} weight="light" />bold
<FilePlus size={24} weight="bold" />fill
<FilePlus size={24} weight="fill" />duotone
<FilePlus size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- documentsfilessavewriteaddnewcreate+officeeditorfileplusnew fileadd documentcreate filenew entry
FAQ
- What does the file plus icon represent?
- It signifies the creation of something new, specifically a document or file, often combined with an action to add or create.
- How do I use the file plus icon in React?
- Import it from the Phosphor library and use it as a component: `import { FilePlus } from '@phosphor-icons/react'; <FilePlus size={32} />`.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in Phosphor.