The HugeIcons notebook icon depicts an open book or a notepad, commonly used to represent notes, documentation, or a journal in user interfaces.
Common uses
- Adding a new note
- Viewing documentation
- Accessing user profile/journal
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { NotebookIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={NotebookIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- notepadjournalbookdocument
FAQ
- What is the Notebook icon used for?
- It's typically used for actions related to notes, documentation, or journaling within an application.
- How do I use the Notebook icon in React?
- Import both HugeiconsIcon and NotebookIcon, then render it using <HugeiconsIcon icon={NotebookIcon} />.
- What is the license for this icon?
- The Notebook icon is available 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 →