The HugeIcons cursor edit 01 icon depicts a mouse cursor pointing at an editing interface element, commonly used to indicate an editable field or the ability to modify content.
Common uses
- Editable text field indicator
- Link to edit settings
- Action button for content modification
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CursorEdit01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CursorEdit01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- edit cursorpointer editmodify icontext edit
FAQ
- What does the cursor edit 01 icon represent?
- It represents a mouse cursor interacting with an editable area, signifying the ability to make changes to content.
- How do I use the CursorEdit01Icon in React?
- Import both HugeiconsIcon and CursorEdit01Icon, then render it using <HugeiconsIcon icon={CursorEdit01Icon} />.
- 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.
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 →