Window Frame Plus Pixel Art Icon
An application window with a plus sign for opening a new window, adding a view panel or creating a new workspace session.
Tags
windowframeplusaddnewcreatepositive
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Window Frame Plus icon
A window frame with a plus badge, meaning 'create a new window or view.' Use it on 'Open in new window,' 'Add panel,' or 'New session' buttons in multi-window desktop applications, workspace tools, and split-view editors. The window shape conveys that what is being created is a window or pane rather than a generic item. For adding a content item rather than a window, a plain plus icon keeps the intent more general.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/window-frame-plus.svg" width="24" height="24" alt="Window Frame Plus" />
<!-- React -->
import { WindowFramePlus } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="window-frame-plus.svg" width="48" height="48" style="image-rendering: pixelated" />