Picture In Picture Pixel Art Icon
A picture-in-picture icon for floating video windows, mini-player modes, and multitasking media overlays.
Tags
pictureimagephotoin
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 Picture In Picture icon
A large frame containing a smaller frame in one corner, depicting the classic PiP layout where a secondary video floats over the main screen. Use it on a 'Mini Player' or 'Pop Out' button in a video player, a browser extension that enables background video, or a setting that controls floating window behavior. Users who watch video while browsing expect this icon in the player controls. Picture-in-picture-2 offers an alternate framing of the same concept.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/picture-in-picture.svg" width="24" height="24" alt="Picture In Picture" />
<!-- React -->
import { PictureInPicture } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="picture-in-picture.svg" width="48" height="48" style="image-rendering: pixelated" />