Inbox 2 Pixel Art Icon
An alternate inbox icon style for email inboxes, task trays, and incoming-message sections with a different visual form.
Tags
inbox
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Inbox 2 icon
A second visual rendering of the inbox tray, with different proportions, arrow placement, or border style compared to the primary inbox icon. Use it when your icon set has both a standard inbox and an 'all mail' or 'archive' section that need visual differentiation, or when this style matches the surrounding icon family better. The semantic meaning is identical: an area that collects incoming items. Inbox-full is still the right companion when showing a loaded tray state.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/inbox-2.svg" width="24" height="24" alt="Inbox 2" />
<!-- React -->
import { Inbox2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="inbox-2.svg" width="48" height="48" style="image-rendering: pixelated" />