The Tabler picture in picture top icon visually represents a primary content area with a smaller secondary window or preview positioned at the top, commonly used for displaying supplementary media or controls.
Common uses
- Picture-in-picture video playback control
- Overlaying a small preview window
- Displaying secondary content above main content
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconPictureInPictureTop } from '@tabler/icons-react';
<IconPictureInPictureTop size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconPictureInPictureTop size={24} stroke={2} />filled
<IconPictureInPictureTopFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Media
- Keywords
- browsershaperectanglepicturetopcontententertainmentinmultimediabroadcastmediapicture in picturepip toppreview topoverlay top
FAQ
- What is the purpose of the picture-in-picture-top icon?
- This icon is typically used to indicate or activate a feature where a smaller window or preview is displayed on top of the main content, often for media playback or supplementary information.
- How do I use this icon in React?
- You can import and use the icon in your React application with the following statement: import { IconPictureInPictureTop } from '@tabler/icons-react'.
- What is the license for this icon?
- The Tabler icon library, including the picture-in-picture-top icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →