The HugeIcons note icon depicts a piece of paper with lines, commonly used to represent notes, memos, or text-based information in a user interface.
Common uses
- Adding a new note
- Viewing a list of notes
- Saving draft content
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { NoteIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={NoteIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- memodocumentpaper
FAQ
- What is the Note icon used for?
- It's typically used to represent actions or content related to notes, memos, or text entries.
- How do I use the Note icon in React?
- Import both HugeiconsIcon and NoteIcon, then render <HugeiconsIcon icon={NoteIcon} />.
- What is the license for the Note icon?
- The Note icon is distributed under the MIT license.
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 →