The HugeIcons cursor 02 icon depicts a pointer, commonly used to indicate an active selection or clickable element within a user interface.
Common uses
- Button hover state
- Link indicator
- Active selection marker
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Cursor02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Cursor02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- pointerselectarrowclick
FAQ
- What does the cursor 02 icon represent?
- It represents a pointer, typically used to show where a user can interact or what is currently selected.
- How do I use Cursor02Icon in React?
- Import both HugeiconsIcon and Cursor02Icon, then render <HugeiconsIcon icon={Cursor02Icon} />.
- What is the license for this icon?
- This icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.