The HugeIcons hand pointing down 01 icon depicts a hand with the index finger extended downwards, commonly used to indicate that content or an action is located below the current view or element.
Common uses
- Scrolling down to reveal more content
- Indicating a download link or button below
- Directing user attention to a specific section further down a page
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { HandPointingDown01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={HandPointingDown01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- scroll downdownload indicatorpoint downarrow down hand
FAQ
- What is the purpose of the hand pointing down icon?
- This icon visually guides users to look or scroll downwards for more information or actions.
- How do I use the HandPointingDown01Icon in React?
- Import both HugeiconsIcon and HandPointingDown01Icon, then render it using <HugeiconsIcon icon={HandPointingDown01Icon} />.
- What is the license for this icon?
- The HandPointingDown01Icon is available under the MIT license.
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 →