Message Check Pixel Art Icon
A speech bubble with a checkmark for read receipts, message approval states and confirmed SMS delivery.
Tags
smschecktickconfirmdoneapproveyesok
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Message Check icon
A chat bubble overlaid with a tick, signaling that a message has been read, approved, or successfully delivered. Reach for it in a messaging app's read-receipt indicator, a customer-support flow where an agent marks a query resolved, or a form confirmation that shows a message was sent. For a simple unread or pending state, the plain message icon is cleaner; add the check only when confirmation of delivery or approval matters.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/message-check.svg" width="24" height="24" alt="Message Check" />
<!-- React -->
import { MessageCheck } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="message-check.svg" width="48" height="48" style="image-rendering: pixelated" />