The HugeIcons file search icon visually represents the action of searching within files, commonly used in UI elements to initiate or indicate a file search function.
Common uses
- Search bar button
- File menu item
- Advanced search filter
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FileSearchIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FileSearchIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- find filedocument searchsearch documentmagnifying glass file
FAQ
- What does the file search icon represent?
- It depicts a magnifying glass over a document, symbolizing the act of searching for information within files.
- How do I use the FileSearchIcon in React?
- Import both HugeiconsIcon and FileSearchIcon, then render it using <HugeiconsIcon icon={FileSearchIcon} />.
- What is the license for this icon?
- The HugeIcons library, including the FileSearchIcon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →