The Phosphor printer icon depicts a physical printer and is commonly used in UIs to represent actions related to printing documents or accessing print settings.
Common uses
- Print button in a document editor
- Accessing print queue settings
- Option in a file menu for printing
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Printer } from '@phosphor-icons/react';
<Printer size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Printer size={24} />thin
<Printer size={24} weight="thin" />light
<Printer size={24} weight="light" />bold
<Printer size={24} weight="bold" />fill
<Printer size={24} weight="fill" />duotone
<Printer size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- editor
- Keywords
- printingeditorofficeprinterprintdocumentprint job
FAQ
- What does the printer icon represent?
- It represents a physical printer, used for actions like initiating a print job or managing print settings.
- How do I use the printer icon in React?
- You can import and use it like this: import { Printer } from '@phosphor-icons/react'. Then render it as <Printer size={24} />.
- What is the license for the Phosphor printer icon?
- The Phosphor icon library, including the printer 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 →