The HugeIcons hold 02 icon depicts a hand gently gripping an object, commonly used to signify actions like holding, grabbing, or retaining an item within a user interface.
Common uses
- Indicate a draggable item
- Represent a 'keep' or 'save' function
- Show a selected or held state
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Hold02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Hold02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- grabgripkeepretain
FAQ
- What does the hold 02 icon represent?
- It visually represents the action of holding, gripping, or retaining something. It's often used for interactive elements that can be picked up or kept.
- How do I use the Hold02Icon in React?
- Import both HugeiconsIcon and Hold02Icon, then render the icon using the prop: import { HugeiconsIcon } from '@hugeicons/react'; import { Hold02Icon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={Hold02Icon} />.
- What is the license for this icon?
- This icon is released 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 →