The Lucide file input icon visually represents a document with an arrow pointing into it, commonly used to signify an area where a user can upload or input a file.
Common uses
- File upload button
- Form field for document submission
- Data import area
Use it in React
Install
npm i lucide-reactImport & render
import { FileInput } from 'lucide-react';
<FileInput size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- documentfileinputuploaddocument uploadadd fileimport file
FAQ
- What does the file input icon represent?
- It represents the action of providing or uploading a file, often used for form fields or upload buttons.
- How do I use this icon in React?
- You can import and use it in React with: import { FileInput } from 'lucide-react'
- What is the license for this icon?
- The Lucide icon library, including the file-input 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 →