The HugeIcons cursor info 02 icon depicts a cursor pointing to an information symbol, commonly used to indicate that hovering over or clicking an element will reveal more details or help text.
Common uses
- Displaying tooltips on hover
- Indicating clickable elements for more information
- Accessing help or documentation sections
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CursorInfo02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CursorInfo02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- information cursorhelp pointerdetails iconinfo tooltip
FAQ
- What does the CursorInfo02Icon represent?
- It represents a cursor interacting with an information icon, signifying that additional details or help are available.
- How do I use this icon in React?
- Import both HugeiconsIcon and CursorInfo02Icon, then render <HugeiconsIcon icon={CursorInfo02Icon} />.
- What is the license for this icon?
- This icon is provided under the MIT license, allowing for free use in commercial and non-commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.