The Lucide file plus icon visually represents the action of adding a new file or document, commonly used in user interfaces to signify creating new content.
Common uses
- Button to create a new document
- Menu item for 'New File'
- Action to add a new record
Use it in React
Install
npm i lucide-reactImport & render
import { FilePlus } from 'lucide-react';
<FilePlus size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- addcreatenewdocumentfileplusnew file iconcreate document iconadd file icondocument plus icon
FAQ
- What does the file plus icon represent?
- It signifies the creation of new content, like a document or file, often used for 'add' or 'new' actions.
- How do I use this icon in React?
- Import it from 'lucide-react' as shown: import { FilePlus } from 'lucide-react'. Then use it as a component: <FilePlus />.
- What is the license for this icon?
- The Lucide icon library, including the file plus icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →