The Phosphor pen nib icon depicts a writing instrument and is commonly used in UI to represent actions related to editing, writing, or design.
Common uses
- Text editor toolbar button
- Signature field indicator
- Blog post or article editing tool
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { PenNib } from '@phosphor-icons/react';
<PenNib size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<PenNib size={24} />thin
<PenNib size={24} weight="thin" />light
<PenNib size={24} weight="light" />bold
<PenNib size={24} weight="bold" />fill
<PenNib size={24} weight="fill" />duotone
<PenNib size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- inkwritewritingeditingsignsignaturefountain penillustratordesigneditorofficepennibedit
FAQ
- What does the pen nib icon represent?
- It represents a pen nib, symbolizing actions like writing, editing, signing, or designing.
- How do I use the pen nib icon in React?
- Import it from the library and use it as a component: import { PenNib } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including the pen nib icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
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 →