Pixelarticons

Check Pixel Art Icon

A checkmark icon for task completion, form validation success, approved items, and 'Done' confirmation states.

devices Free 1 variant

Tags

tickconfirmdoneapproveyesok

Style variants

base

Outline ยท rounded corners

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Check icon

A simple tick or checkmark, one of the most fundamental UI symbols for confirmation and completion. Use it to mark a completed task in a to-do list, indicate a passing validation in a form field, show an approved or verified item in a table, or label a 'Done' button. Its meaning is universally positive. When you need to show read receipt confirmation (like messaging apps), check-double is the two-tick variant; for a framed confirmation, circle-check or checkbox-on add container context.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/check.svg" width="24" height="24" alt="Check" />

<!-- React -->
import { Check } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="check.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons