The HugeIcons search visual icon, SearchVisualIcon, visually represents the act of searching or finding information, commonly used in user interfaces to initiate a search function or indicate a search results page.
Common uses
- Search bar input
- Search results page indicator
- Filter options
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SearchVisualIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SearchVisualIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- magnifying glassfindlookupquery
FAQ
- What does the SearchVisualIcon represent?
- The SearchVisualIcon visually represents the action of searching or finding information. It's typically used to trigger a search function within an application.
- How do I use SearchVisualIcon in React?
- To use SearchVisualIcon in React, import both HugeiconsIcon and SearchVisualIcon, then render the icon using <HugeiconsIcon icon={SearchVisualIcon} />.
- What is the license for this icon?
- The SearchVisualIcon is part of the HugeIcons library and 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 →