The HugeIcons cursor in window icon depicts a mouse pointer within a rectangular window, commonly used to represent actions related to selection, navigation, or interaction within a digital interface.
Common uses
- Selectable item indicator
- Clickable element highlight
- Active window focus
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CursorInWindowIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CursorInWindowIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- mouse pointerselection iconpointerclick icon
FAQ
- What does the CursorInWindowIcon represent?
- It represents a mouse cursor inside a window, typically used for indicating selection, interaction, or focus within a UI element.
- How do I use the CursorInWindowIcon in React?
- Import both HugeiconsIcon and CursorInWindowIcon, then render <HugeiconsIcon icon={CursorInWindowIcon} />.
- What is the license for this icon?
- This icon is distributed 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 →