The Phosphor mailbox icon visually represents a container for mail, commonly used in user interfaces to signify email, messaging, or postal-related functions.
Common uses
- Indicate an 'Inbox' or 'Messages' section.
- Represent sending or receiving email.
- Symbolize a notification for new mail.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Mailbox } from '@phosphor-icons/react';
<Mailbox size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Mailbox size={24} />thin
<Mailbox size={24} weight="thin" />light
<Mailbox size={24} weight="light" />bold
<Mailbox size={24} weight="bold" />fill
<Mailbox size={24} weight="fill" />duotone
<Mailbox size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- communications
- Keywords
- *new*emaillettersmessagingpostcommunicationsobjectsmaps & travelmailboxmessageinbox
FAQ
- What does the mailbox icon represent?
- It represents a physical mailbox used for receiving mail, often used metaphorically for digital messages or email.
- How do I use the mailbox icon in React?
- You can import and use it like this: import { Mailbox } from '@phosphor-icons/react'. Then render it as <Mailbox size={32} />.
- What is the license for the Phosphor mailbox icon?
- The Phosphor icon library, including the mailbox 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 →