The HugeIcons cursor disabled 01 icon visually represents an action or element that is currently unavailable or cannot be interacted with, commonly used to indicate a disabled state in user interfaces.
Common uses
- Disabling a button or link
- Indicating read-only form fields
- Showing unavailable options in a menu
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CursorDisabled01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CursorDisabled01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- disabled cursorno entrynot allowedunavailable
FAQ
- What does the cursor disabled 01 icon represent?
- This icon signifies that an action or element is currently inactive or cannot be used. It's a visual cue for disabled functionality.
- How do I use the CursorDisabled01Icon in React?
- Import both HugeiconsIcon and CursorDisabled01Icon from their respective packages and render the icon component like this: <HugeiconsIcon icon={CursorDisabled01Icon} />.
- What is the license for this icon?
- The CursorDisabled01Icon is distributed under the MIT license, allowing for free use in both personal and 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 →