The HugeIcons note edit icon visually represents the action of modifying or editing a note, commonly used for buttons or links that allow users to change existing text entries or documents.
Common uses
- Edit note button
- Update document icon
- Modify entry action
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { NoteEditIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={NoteEditIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- edit notemodify textupdate documentpencil note
FAQ
- What does the note edit icon represent?
- It signifies the action of editing or modifying a note or text-based entry. It's used in UIs to indicate an editable item.
- How do I use the NoteEditIcon in React?
- Import both HugeiconsIcon and NoteEditIcon, then render it using <HugeiconsIcon icon={NoteEditIcon} />. Ensure you have '@hugeicons/react' and '@hugeicons/core-free-icons' installed.
- What is the license for this icon?
- The HugeIcons note edit icon is released 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 →