Mailbox Pixel Art Icon
A physical mailbox icon for postal addresses, mail-collection points, neighborhood mail features and 'Check your mailbox' prompts.
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Mailbox icon
A roadside or wall-mounted mailbox, the physical counterpart to digital mail icons. Postal-service apps use it for mail-collection point locators; real-estate platforms show it on property listings to indicate mailbox type; shipping-and-delivery flows use it for 'left in mailbox' delivery confirmation states. It evokes physical post more than digital email, making it most accurate when the context involves actual letter mail or parcel drop-off. For digital email contexts, the standard mail or mail-open envelope icons are more conventional.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/mailbox.svg" width="24" height="24" alt="Mailbox" />
<!-- React -->
import { Mailbox } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="mailbox.svg" width="48" height="48" style="image-rendering: pixelated" />