App Windows Minus Pixel Art Icon
A Windows app icon with a minus for uninstalling Windows apps, removing PC software, and downgrade or revoke flows.
Tags
appwindowsminusremovesubtractnegative
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the App Windows Minus icon
A Windows-style app icon combined with a minus sign, representing the action of removing or uninstalling a Windows application. Use it on an 'Uninstall' action in a program list, a software management panel, or a confirm-remove dialog. Minus implies a neutral removal rather than an error, so it fits routine uninstalls and license revocations. When the intent is rejection or failure rather than simple removal, app-windows-x with its X mark signals a stronger negative state.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/app-windows-minus.svg" width="24" height="24" alt="App Windows Minus" />
<!-- React -->
import { AppWindowsMinus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="app-windows-minus.svg" width="48" height="48" style="image-rendering: pixelated" />