The HugeIcons folder search icon visually represents the action of searching within a folder or directory structure.
Common uses
- Search bar within a file explorer
- Button to initiate a search within a specific project folder
- Filter option for documents organized by folders
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FolderSearchIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FolderSearchIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- directory searchfile searchfolder magnifying glasssearch folder
FAQ
- What does the FolderSearchIcon represent?
- It depicts a folder with a magnifying glass, commonly used to indicate search functionality related to file directories.
- How do I use FolderSearchIcon in React?
- Import it as 'FolderSearchIcon' from '@hugeicons/core-free-icons' and render it using the HugeiconsIcon component: <HugeiconsIcon icon={FolderSearchIcon} />.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing for free use in both personal and commercial projects.
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 →