Mail Check Pixel Art Icon
An email envelope with a checkmark for read-message states, email-verified badges, confirmed subscriptions and sent-mail confirmations.
Tags
mailemailinboxenvelopechecktickconfirmdoneapproveyes
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Mail Check icon
An envelope overlaid with a check mark, combining email with a confirmed or completed status. Email-verification flows use it to indicate that an address has been validated; newsletter sign-up confirmations show it on the You're subscribed screen; mail clients use it to mark a message as actioned. It is the positive outcome icon within an email flow. For unread mail, mail-dot is the right choice; for a simply opened message, mail-open applies; mail-check is specifically for confirmation and approval.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/mail-check.svg" width="24" height="24" alt="Mail Check" />
<!-- React -->
import { MailCheck } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="mail-check.svg" width="48" height="48" style="image-rendering: pixelated" />