Checkbox X Pixel Art Icon
A checkbox with an X for rejected items, blocked options, invalid selections, and explicit denial states in forms.
Tags
checkboxclosecancelremove
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Checkbox X icon
A checkbox containing an X rather than a checkmark, indicating that an option is explicitly rejected, blocked, or invalid rather than simply unchecked. Use it in permission matrices to show a denied capability, in compliance checklists for failed requirements, or in form validation to flag an option that is not allowed. It carries a stronger negative signal than an empty checkbox. When the intent is a neutral unselected state, the plain checkbox without any mark is less alarming.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/checkbox-x.svg" width="24" height="24" alt="Checkbox X" />
<!-- React -->
import { CheckboxX } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="checkbox-x.svg" width="48" height="48" style="image-rendering: pixelated" />