App Windows X Pixel Art Icon
A Windows app icon with an X for blocking, rejecting, or closing a Windows application in management and security flows.
Tags
appwindowsclosecancelremove
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the App Windows X icon
A Windows-style app icon overlaid with an X, conveying that a Windows application has been rejected, blocked, or closed. Use it in a blocklist or denylist entry, an app that failed a security scan, or a 'Close app' action in a process manager. The X mark carries a stronger negative meaning than minus: it implies cancellation or incompatibility rather than a simple removal. For the macOS equivalent, app-mac-x matches this icon's intent.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/app-windows-x.svg" width="24" height="24" alt="App Windows X" />
<!-- React -->
import { AppWindowsX } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="app-windows-x.svg" width="48" height="48" style="image-rendering: pixelated" />