pip icon
pip-filled from Reicon by REICON · Filled · Video · MIT Free for personal and commercial use.
- Name
- pip-filled
- Set
- Reicon
- Style
- Filled
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All pip icons →More video icons from Reicon
albumcameracamera-addcamera-add2camera-altcamera-offcamera-recordcamera-rotatecamera-squarecamera2camera3clapperboardclapperboard-editclapperboard-openclapperboard-open-playclapperboard-playclapperboard-textexit-fullscreenexit-fullscreen-circleexit-fullscreen-squareexit-pipfast-forwardfast-forward-circlefilm
Use the pip icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13 17c0-1.886 0-2.828.586-3.414S15.114 13 17 13h1c1.886 0 2.828 0 3.414.586S22 15.114 22 17s0 2.828-.586 3.414S19.886 21 18 21h-1c-1.886 0-2.828 0-3.414-.586S13 18.886 13 17"/><path d="M14 3h-4C6.229 3 4.343 3 3.172 4.172S2 7.229 2 11v2c0 3.771 0 5.657 1.172 6.828S6.229 21 10 21c.466 0 .699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883v-2c0-2.828 0-4.243.879-5.121c.878-.879 2.293-.879 5.121-.879H20c.949 0 1.423 0 1.717-.297c.293-.298.287-.766.275-1.703c-.034-2.634-.215-4.38-1.164-5.328C19.657 3 17.771 3 14 3"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPipFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13 17c0-1.886 0-2.828.586-3.414S15.114 13 17 13h1c1.886 0 2.828 0 3.414.586S22 15.114 22 17s0 2.828-.586 3.414S19.886 21 18 21h-1c-1.886 0-2.828 0-3.414-.586S13 18.886 13 17"/><path d="M14 3h-4C6.229 3 4.343 3 3.172 4.172S2 7.229 2 11v2c0 3.771 0 5.657 1.172 6.828S6.229 21 10 21c.466 0 .699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883v-2c0-2.828 0-4.243.879-5.121c.878-.879 2.293-.879 5.121-.879H20c.949 0 1.423 0 1.717-.297c.293-.298.287-.766.275-1.703c-.034-2.634-.215-4.38-1.164-5.328C19.657 3 17.771 3 14 3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13 17c0-1.886 0-2.828.586-3.414S15.114 13 17 13h1c1.886 0 2.828 0 3.414.586S22 15.114 22 17s0 2.828-.586 3.414S19.886 21 18 21h-1c-1.886 0-2.828 0-3.414-.586S13 18.886 13 17"/><path d="M14 3h-4C6.229 3 4.343 3 3.172 4.172S2 7.229 2 11v2c0 3.771 0 5.657 1.172 6.828S6.229 21 10 21c.466 0 .699 0 .883-.076a1 1 0 0 0 .54-.541c.077-.184.077-.417.077-.883v-2c0-2.828 0-4.243.879-5.121c.878-.879 2.293-.879 5.121-.879H20c.949 0 1.423 0 1.717-.297c.293-.298.287-.766.275-1.703c-.034-2.634-.215-4.38-1.164-5.328C19.657 3 17.771 3 14 3"/></g></svg> </template>
CSS
.icon-pip-filled {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13%2017c0-1.886%200-2.828.586-3.414S15.114%2013%2017%2013h1c1.886%200%202.828%200%203.414.586S22%2015.114%2022%2017s0%202.828-.586%203.414S19.886%2021%2018%2021h-1c-1.886%200-2.828%200-3.414-.586S13%2018.886%2013%2017%22%2F%3E%3Cpath%20d%3D%22M14%203h-4C6.229%203%204.343%203%203.172%204.172S2%207.229%202%2011v2c0%203.771%200%205.657%201.172%206.828S6.229%2021%2010%2021c.466%200%20.699%200%20.883-.076a1%201%200%200%200%20.54-.541c.077-.184.077-.417.077-.883v-2c0-2.828%200-4.243.879-5.121c.878-.879%202.293-.879%205.121-.879H20c.949%200%201.423%200%201.717-.297c.293-.298.287-.766.275-1.703c-.034-2.634-.215-4.38-1.164-5.328C19.657%203%2017.771%203%2014%203%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13%2017c0-1.886%200-2.828.586-3.414S15.114%2013%2017%2013h1c1.886%200%202.828%200%203.414.586S22%2015.114%2022%2017s0%202.828-.586%203.414S19.886%2021%2018%2021h-1c-1.886%200-2.828%200-3.414-.586S13%2018.886%2013%2017%22%2F%3E%3Cpath%20d%3D%22M14%203h-4C6.229%203%204.343%203%203.172%204.172S2%207.229%202%2011v2c0%203.771%200%205.657%201.172%206.828S6.229%2021%2010%2021c.466%200%20.699%200%20.883-.076a1%201%200%200%200%20.54-.541c.077-.184.077-.417.077-.883v-2c0-2.828%200-4.243.879-5.121c.878-.879%202.293-.879%205.121-.879H20c.949%200%201.423%200%201.717-.297c.293-.298.287-.766.275-1.703c-.034-2.634-.215-4.38-1.164-5.328C19.657%203%2017.771%203%2014%203%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/pip-filled.svg?color=%231a73e8&size=48