Mail Open Pixel Art Icon
An open envelope icon for read messages, opened emails, 'View message' actions and email-detail screens.
Tags
mailemailinboxenvelopeopen
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 Mail Open icon
An envelope with its flap open, the conventional representation of a read or opened email. Mail clients show it on message rows that have been viewed; email-confirmation screens use it after a user clicks a verification link; dashboards reach for it to indicate message viewed. It is a passive state rather than an action icon. For an email that has been read and approved, mail-check adds the confirmation layer; mail-open signals the envelope was opened and its contents are visible.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/mail-open.svg" width="24" height="24" alt="Mail Open" />
<!-- React -->
import { MailOpen } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="mail-open.svg" width="48" height="48" style="image-rendering: pixelated" />