The HugeIcons hold 05 icon depicts a hand with fingers extended, typically used to signify actions like pausing, holding an item, or indicating a point of interest.
Common uses
- Pause or hold playback
- Indicate an item being held or selected
- Signify a temporary stop or waiting state
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Hold05Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Hold05Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- pause iconstop icongrab iconhand icon
FAQ
- What does the Hold05Icon represent?
- It visually represents a hand in a 'holding' or 'pausing' gesture, commonly used for actions like pausing media or indicating an item is being held.
- How do I use Hold05Icon in a React project?
- Import it using `import { Hold05Icon } from '@hugeicons/core-free-icons';` and render it with `<HugeiconsIcon icon={Hold05Icon} />` after importing `HugeiconsIcon` from '@hugeicons/react'.
- What is the license for this icon?
- The Hold05Icon 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 →