The HugeIcons cursor disabled 02 icon depicts a cursor with a diagonal line through it, commonly used to indicate that an action is not permitted or disabled.
Common uses
- Disabling a button or link
- Indicating a restricted area
- Showing an unavailable feature
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CursorDisabled02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CursorDisabled02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- not allowedforbiddendisabledrestricted
FAQ
- What does the cursor disabled 02 icon represent?
- This icon represents a disabled cursor, signifying that an action or element is currently unavailable or restricted.
- How do I use the CursorDisabled02Icon in React?
- Import both HugeiconsIcon and CursorDisabled02Icon from their respective packages and render the icon using the <HugeiconsIcon icon={CursorDisabled02Icon} /> component.
- What is the license for this icon?
- The CursorDisabled02Icon is available 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.
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 →