Cloud Check Pixel Art Icon
A cloud-check icon for successful sync confirmations, backup complete states and cloud-save verified statuses.
Tags
cloudstoragesyncuploadchecktickconfirmdoneapproveyes
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Cloud Check icon
A cloud with a checkmark, signaling that a cloud operation has completed successfully. Use it as a post-upload success badge, a 'backup complete' notification icon, or an indicator that a file's cloud version matches the local copy. It reassures users that their data is safe. When sync is in progress, a cloud with a spinner or upload arrow is clearer; cloud-check specifically means done and confirmed. For a failed cloud operation, pair with an error or X variant.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cloud-check.svg" width="24" height="24" alt="Cloud Check" />
<!-- React -->
import { CloudCheck } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cloud-check.svg" width="48" height="48" style="image-rendering: pixelated" />