The Lucide file search icon depicts a magnifying glass over a document, commonly used to represent actions related to searching for or locating files and information within an interface.
Common uses
- Search bar input
- Document lookup button
- File system navigation
Use it in React
Install
npm i lucide-reactImport & render
import { FileSearch } from 'lucide-react';
<FileSearch size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- lostdocumentfindbrowserlensfilesearchfind filedocument searchlost documentsearch lens
FAQ
- What is the file search icon used for?
- It visually represents the action of searching for a file or document. It's useful for buttons or input fields related to finding information.
- How do I use the file search icon in React?
- You can import it from the 'lucide-react' library like this: import { FileSearch } from 'lucide-react'. Then use it as a component: <FileSearch />.
- 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 →