John KuehJohn Kueh

picture in picture icon

Phosphor · picture-in-picture · MIT

Download SVG

The Phosphor picture in picture icon visually represents a smaller video window overlaid on a larger screen, commonly used to allow users to continue watching content while interacting with other applications.

Common uses

  • Enabling picture-in-picture mode for video players
  • Displaying a minimized chat window
  • Showing a preview thumbnail that remains visible

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { PictureInPicture } from '@phosphor-icons/react';

<PictureInPicture size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<PictureInPicture size={24} />
thin
<PictureInPicture size={24} weight="thin" />
light
<PictureInPicture size={24} weight="light" />
bold
<PictureInPicture size={24} weight="bold" />
fill
<PictureInPicture size={24} weight="fill" />
duotone
<PictureInPicture size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
media
Keywords
pippop-outminimizemaximizemediasystempictureinmedia overlay

FAQ

What does the picture-in-picture icon represent?
It symbolizes a secondary, smaller window that floats above other content, allowing for multitasking or continuous viewing.
How do I use this icon in React?
Import it as `PictureInPicture` from '@phosphor-icons/react' and use it as a React component.
What is the license for this icon?
The Phosphor icon library, including this icon, is available under the MIT license.

Related icons

The same idea in other libraries, and near matches in Phosphor.

Looking for something else? Search Phosphor and 4 more libraries by description →

The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →