App Mac X Pixel Art Icon
A macOS app icon with an X for closing, blocking, or rejecting a Mac application in setup and management flows.
Tags
appmacclosecancelremove
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the App Mac X icon
A Mac-style app icon with an X mark, indicating that an application is closed, rejected, incompatible, or has been denied. Use it on a 'Remove app' confirmation dialog, an app that failed verification, or a blocklist entry in a device management console. It reads as more definitive than app-mac-minus: minus implies subtraction while X implies cancellation or failure. For Windows contexts, app-windows-x provides the same semantic with a Windows visual reference.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/app-mac-x.svg" width="24" height="24" alt="App Mac X" />
<!-- React -->
import { AppMacX } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="app-mac-x.svg" width="48" height="48" style="image-rendering: pixelated" />