Window Frame X Pixel Art Icon
An application window with an X for close actions, force-quit controls, window removal and session-termination confirmations.
Tags
windowframeclosecancelremove
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Window Frame X icon
A window frame with an X badge, representing closing or force-quitting an application window. Use it on 'Close window,' 'Force quit,' or 'End session' buttons in window managers, process monitors, and remote-desktop tools. The X signals a definitive close rather than a minimize or hide. Because closing can discard unsaved work, place it in a confirmation dialog that lists open documents before the action completes.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/window-frame-x.svg" width="24" height="24" alt="Window Frame X" />
<!-- React -->
import { WindowFrameX } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="window-frame-x.svg" width="48" height="48" style="image-rendering: pixelated" />