The Phosphor notepad icon visually represents a document or a place for writing, commonly used in UI to denote actions related to editing, saving, or accessing notes and logs.
Common uses
- Button to open a notes editor
- Indicator for new log entries
- Link to a user's journal
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Notepad } from '@phosphor-icons/react';
<Notepad size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Notepad size={24} />thin
<Notepad size={24} weight="thin" />light
<Notepad size={24} weight="light" />bold
<Notepad size={24} weight="bold" />fill
<Notepad size={24} weight="fill" />duotone
<Notepad size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- *updated*logslogbooknotesnote-takingmemorandumjournaldiaryofficeeditornotepad
FAQ
- What does the notepad icon represent?
- It represents a document or a writing surface, suitable for actions involving notes, logs, or editing.
- How do I use the notepad icon in React?
- You can import it using `import { Notepad } from '@phosphor-icons/react'` and then use it as a component.
- What is the license for this icon?
- The Phosphor icon library, including the notepad icon, is available under the MIT license.
Looking for something else? Search Phosphor 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 →