The HugeIcons package search icon visually represents the action of searching for software packages or libraries, commonly used in interfaces for package management or dependency searching.
Common uses
- Search bar within a package manager
- Button to find specific libraries
- Link to a package discovery page
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PackageSearchIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PackageSearchIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- library searchdependency searchpackage findernpm search
FAQ
- What is this icon for?
- This icon represents searching for software packages or libraries. It's used in UIs to indicate a search function related to software components.
- How do I use this icon in React?
- Import both HugeiconsIcon and PackageSearchIcon, then render the icon using <HugeiconsIcon icon={PackageSearchIcon} />.
- What is the license for this icon?
- This icon is released under the MIT license, allowing for free usage 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 →