The HugeIcons ok finger icon depicts a hand with the thumb and index finger extended, commonly used to signify approval, agreement, or a task being completed successfully.
Common uses
- Confirmation button
- Success message indicator
- Task completion checkmark
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { OkFingerIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={OkFingerIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- thumbs upapprovalcheckcorrect
FAQ
- What does the ok finger icon represent?
- It represents approval, agreement, or a successful completion. It's a visual cue for 'okay' or 'good job'.
- How do I use the OkFingerIcon in React?
- Import both HugeiconsIcon and OkFingerIcon, then render <HugeiconsIcon icon={OkFingerIcon} />. Ensure you have the correct import paths: import { HugeiconsIcon } from '@hugeicons/react'; import { OkFingerIcon } from '@hugeicons/core-free-icons';
- What is the license for this icon?
- The HugeIcons ok finger icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.