The HugeIcons hand pointing down 04 icon depicts a hand with the index finger extended downwards, commonly used to indicate a specific section below or to draw attention to content that follows.
Common uses
- Scrolling hint
- Call to action below
- Instructional guidance
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { HandPointingDown04Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={HandPointingDown04Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- download iconscroll down iconarrow down iconpoint down icon
FAQ
- What is the purpose of the hand pointing down icon?
- This icon is used to visually guide users' attention downwards on a page or interface, often indicating that more content or a specific action is located below the current view.
- How do I use the HandPointingDown04Icon in a React project?
- Import both HugeiconsIcon and HandPointingDown04Icon, then render the icon using the prop: <HugeiconsIcon icon={HandPointingDown04Icon} />.
- What is the license for this icon?
- The HandPointingDown04Icon 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 →