App Windows Pixel Art Icon
A Windows-style app icon for Windows application launchers, PC app stores, and platform-specific install prompts.
Tags
appwindows
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the App Windows icon
An app icon shape referencing the Windows platform, useful for representing a Windows desktop application without text. Use it in a platform download selector ('Download for Windows'), a software library, or a device compatibility matrix. It pairs with app-mac when you need to show platform choice side by side. When you need to show application status on Windows, the app-windows-check, app-windows-plus, app-windows-minus, and app-windows-x variants extend this icon with action semantics.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/app-windows.svg" width="24" height="24" alt="App Windows" />
<!-- React -->
import { AppWindows } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="app-windows.svg" width="48" height="48" style="image-rendering: pixelated" />