The HugeIcons searching icon visually represents the action of looking for information, commonly used in UI elements like search bars or magnifying glass buttons.
Common uses
- Search input field
- Search button
- Advanced search filter
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SearchingIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SearchingIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- magnifying glassfindlookupsearch
FAQ
- What does the searching icon represent?
- It depicts the action of searching or looking for something, often used to initiate or indicate a search function.
- How do I use the SearchingIcon in React?
- Import both HugeiconsIcon and SearchingIcon, then render <HugeiconsIcon icon={SearchingIcon} />.
- What is the license for this icon?
- The HugeIcons searching icon is released under the MIT license.
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 →