The HugeIcons hold 03 icon depicts a hand gently gripping an object, commonly used to represent actions like holding, grabbing, or maintaining a selection.
Common uses
- Indicate an item is being held or dragged.
- Represent a 'keep' or 'save' action.
- Show a selected or active state.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Hold03Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Hold03Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- grabgripholdkeep
FAQ
- What does the Hold03Icon represent?
- The Hold03Icon visually represents a hand holding something, often used for actions like grabbing, dragging, or maintaining a selection in a user interface.
- How do I use Hold03Icon in a React project?
- To use it in React, import { HugeiconsIcon } from '@hugeicons/react'; and { Hold03Icon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={Hold03Icon} />.
- What is the license for HugeIcons?
- HugeIcons are 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 →