Fullscreen Pixel Art Icon
A fullscreen icon for expanding media players, maximizing windows, and entering immersive display modes.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Fullscreen icon
Four corner arrows pointing outward, universally understood as 'expand to fill the screen.' It belongs in every video player, image viewer, and presentation tool as the button that removes chrome and fills the display. Position it in the bottom-right corner of the player, where users habitually reach for it. When the content is already fullscreen and needs to collapse, pair it with a counterpart that shows inward-pointing arrows.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/fullscreen.svg" width="24" height="24" alt="Fullscreen" />
<!-- React -->
import { Fullscreen } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="fullscreen.svg" width="48" height="48" style="image-rendering: pixelated" />