The Lucide file plus corner icon depicts a document with a plus symbol in the corner, commonly used to represent actions like adding a new file or creating a new document.
Common uses
- Button to create a new report
- Menu item for 'New Document'
- Link to add a new entry
Use it in React
Install
npm i lucide-reactImport & render
import { FilePlusCorner } from 'lucide-react';
<FilePlusCorner size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- addcreatenewdocumentfilepluscornernew file iconadd document iconcreate file symbol
FAQ
- What does the file plus corner icon represent?
- It signifies the creation or addition of a new file or document, often triggered by a user action.
- How do I use this icon in React?
- You can import and use it like this: import { FilePlusCorner } from 'lucide-react'.
- What is the license for Lucide icons?
- Lucide icons are distributed under the ISC license, which is a permissive open-source 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 →