The HugeIcons cursor edit 02 icon depicts a pointer cursor with a pencil, commonly used to indicate an editable field or an action to modify content.
Common uses
- Editing text fields
- Initiating content modification
- Selecting an item for editing
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CursorEdit02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CursorEdit02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- edit cursorpointer editmodify cursorpencil cursor
FAQ
- What does the cursor edit 02 icon represent?
- It represents a cursor, often with an editing tool like a pencil, signifying that an element is editable or can be modified.
- How do I use the CursorEdit02Icon in React?
- Import both HugeiconsIcon and CursorEdit02Icon, then render it using <HugeiconsIcon icon={CursorEdit02Icon} />.
- What is the license for this icon?
- This icon is released 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 →