The HugeIcons user search 01 icon depicts a magnifying glass over a user silhouette, commonly used to represent searching for users or profiles within an application.
Common uses
- User profile search bar
- Find a specific team member
- Searchable user directory
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { UserSearch01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={UserSearch01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- find usersearch profileuser lookuppeople search
FAQ
- What does the user search 01 icon represent?
- This icon visually signifies the action of searching for a user or profile, combining a magnifying glass with a user symbol.
- How do I use this icon in React?
- Import the icon component and render it using the HugeiconsIcon wrapper: import { HugeiconsIcon } from '@hugeicons/react'; import { UserSearch01Icon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={UserSearch01Icon} />.
- What is the license for this icon?
- The UserSearch01Icon is distributed 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 →