Window Frame Pixel Art Icon
An application window icon for desktop UI concepts, windowing tutorials, OS interface documentation and window-management features.
Tags
windowframe
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 Window Frame icon
A rectangular window with a title bar and control buttons, representing a standard desktop application window. Use it in OS or desktop-app documentation, window-manager feature lists, UI design tutorials, and any interface that discusses windowed applications. It conveys 'desktop application' more specifically than a generic screen rectangle. When indicating a successful window launch or a verified app, window-frame-check adds a confirmation state to the same concept.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/window-frame.svg" width="24" height="24" alt="Window Frame" />
<!-- React -->
import { WindowFrame } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="window-frame.svg" width="48" height="48" style="image-rendering: pixelated" />