Open Pixel Art Icon
An open icon for opening files, expanding menus, launching items from a list, and 'open with' actions in file managers.
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 Open icon
An arrow or indicator signaling that something is being opened or revealed. Use it on 'Open file' buttons, 'Open with...' context menu items, and 'launch' controls that expand a collapsed item into its full view. It complements external-link when the destination is local (opening a file rather than visiting a URL). In contexts where the user opens a sidebar or panel rather than a document, the expand icon may carry the intent more precisely.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/open.svg" width="24" height="24" alt="Open" />
<!-- React -->
import { Open } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="open.svg" width="48" height="48" style="image-rendering: pixelated" />