Check Double Pixel Art Icon
A double checkmark icon for read receipts, verified deliveries, two-step confirmations, and messaging seen states.
Tags
checktickconfirmdoneapproveyesokdouble
Style variants
base
Outline ยท rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Check Double icon
Two checkmarks side by side, the universally recognized symbol for a message that has been both delivered and read. Use it in chat applications for 'seen' indicators, in email clients for 'read receipt' confirmation, or in any two-step confirmation flow where both delivery and acknowledgment must be shown. It communicates more than the single check, implying a second party has actively engaged. When only delivery (not reading) needs to be confirmed, a single check keeps the meaning clear.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/check-double.svg" width="24" height="24" alt="Check Double" />
<!-- React -->
import { CheckDouble } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="check-double.svg" width="48" height="48" style="image-rendering: pixelated" />