Pixelarticons

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.

devices Pro 4 variants

Tags

appwindowsclosecancelremove

Style variants

base

Outline · rounded corners

Get Pro

sharp

Outline · sharp corners

Get Pro

glyph

Filled · sharp corners

Get Pro

solid

Filled · rounded corners

Get Pro

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" />

Related icons