pip2 icon
pip2 from Reicon by REICON · Outline · Video · MIT Free for personal and commercial use.
- Name
- pip2
- Set
- Reicon
- Style
- Outline
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
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 pip2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.955 2.25h2.09c1.837 0 3.276 0 4.419.124c1.165.126 2.11.388 2.916.974a5.8 5.8 0 0 1 1.272 1.272c.586.807.848 1.75.974 2.916c.124 1.143.124 2.582.124 4.419v.09c0 1.837 0 3.276-.124 4.419c-.126 1.165-.388 2.11-.974 2.916a5.8 5.8 0 0 1-1.272 1.272c-.807.586-1.75.848-2.916.974c-1.143.124-2.582.124-4.419.124h-2.09c-1.837 0-3.276 0-4.419-.124c-1.165-.126-2.11-.388-2.916-.974a5.8 5.8 0 0 1-1.272-1.272c-.586-.807-.848-1.75-.974-2.916c-.124-1.143-.124-2.582-.124-4.419v-.09c0-1.837 0-3.276.124-4.419c.126-1.165.388-2.11.974-2.916A5.8 5.8 0 0 1 3.62 3.348c.807-.586 1.75-.848 2.916-.974c1.143-.124 2.582-.124 4.419-.124M6.698 3.865c-1.038.112-1.688.328-2.196.697a4.3 4.3 0 0 0-.94.94c-.37.508-.585 1.158-.697 2.196C2.751 8.75 2.75 10.108 2.75 12s.001 3.25.115 4.302c.112 1.038.328 1.688.697 2.196c.262.36.58.678.94.94c.508.37 1.158.585 2.196.697c1.052.114 2.41.115 4.302.115h2c1.892 0 3.25-.001 4.302-.115c1.038-.113 1.688-.328 2.196-.697c.36-.262.678-.58.94-.94c.37-.508.585-1.158.697-2.196c.114-1.052.115-2.41.115-4.302s-.001-3.25-.115-4.302c-.113-1.038-.328-1.688-.697-2.196a4.3 4.3 0 0 0-.94-.94c-.508-.37-1.158-.585-2.196-.697c-1.052-.114-2.41-.115-4.302-.115h-2c-1.892 0-3.25.001-4.302.115m7.277 6.385h1.05c.445 0 .816 0 1.12.02c.317.022.617.069.907.19a2.75 2.75 0 0 1 1.489 1.488c.12.29.167.59.188.907c.021.304.021.675.021 1.12v.05c0 .445 0 .816-.02 1.12a2.8 2.8 0 0 1-.19.907a2.75 2.75 0 0 1-1.488 1.489c-.29.12-.59.167-.907.188c-.304.021-.675.021-1.12.021h-1.05c-.445 0-.816 0-1.12-.02a2.8 2.8 0 0 1-.907-.19a2.75 2.75 0 0 1-1.489-1.488c-.12-.29-.167-.59-.188-.907c-.021-.304-.021-.675-.021-1.12v-.05c0-.445 0-.816.02-1.12c.022-.318.069-.617.19-.907a2.75 2.75 0 0 1 1.488-1.489c.29-.12.59-.167.907-.188c.304-.021.675-.021 1.12-.021m-1.018 1.517c-.241.017-.358.046-.435.078a1.25 1.25 0 0 0-.677.677c-.032.077-.061.194-.078.435c-.017.247-.017.567-.017 1.043s0 .796.017 1.043c.017.241.046.358.078.435c.127.307.37.55.677.677c.077.032.194.061.435.078c.247.017.567.017 1.043.017h1c.476 0 .796 0 1.043-.017c.241-.017.358-.046.435-.078c.307-.127.55-.37.677-.677c.032-.077.061-.194.078-.435c.017-.247.017-.567.017-1.043s0-.796-.017-1.043c-.017-.241-.046-.358-.078-.435a1.25 1.25 0 0 0-.677-.677c-.077-.032-.194-.061-.435-.078A17 17 0 0 0 15 11.75h-1c-.476 0-.796 0-1.043.017" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPip2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M10.955 2.25h2.09c1.837 0 3.276 0 4.419.124c1.165.126 2.11.388 2.916.974a5.8 5.8 0 0 1 1.272 1.272c.586.807.848 1.75.974 2.916c.124 1.143.124 2.582.124 4.419v.09c0 1.837 0 3.276-.124 4.419c-.126 1.165-.388 2.11-.974 2.916a5.8 5.8 0 0 1-1.272 1.272c-.807.586-1.75.848-2.916.974c-1.143.124-2.582.124-4.419.124h-2.09c-1.837 0-3.276 0-4.419-.124c-1.165-.126-2.11-.388-2.916-.974a5.8 5.8 0 0 1-1.272-1.272c-.586-.807-.848-1.75-.974-2.916c-.124-1.143-.124-2.582-.124-4.419v-.09c0-1.837 0-3.276.124-4.419c.126-1.165.388-2.11.974-2.916A5.8 5.8 0 0 1 3.62 3.348c.807-.586 1.75-.848 2.916-.974c1.143-.124 2.582-.124 4.419-.124M6.698 3.865c-1.038.112-1.688.328-2.196.697a4.3 4.3 0 0 0-.94.94c-.37.508-.585 1.158-.697 2.196C2.751 8.75 2.75 10.108 2.75 12s.001 3.25.115 4.302c.112 1.038.328 1.688.697 2.196c.262.36.58.678.94.94c.508.37 1.158.585 2.196.697c1.052.114 2.41.115 4.302.115h2c1.892 0 3.25-.001 4.302-.115c1.038-.113 1.688-.328 2.196-.697c.36-.262.678-.58.94-.94c.37-.508.585-1.158.697-2.196c.114-1.052.115-2.41.115-4.302s-.001-3.25-.115-4.302c-.113-1.038-.328-1.688-.697-2.196a4.3 4.3 0 0 0-.94-.94c-.508-.37-1.158-.585-2.196-.697c-1.052-.114-2.41-.115-4.302-.115h-2c-1.892 0-3.25.001-4.302.115m7.277 6.385h1.05c.445 0 .816 0 1.12.02c.317.022.617.069.907.19a2.75 2.75 0 0 1 1.489 1.488c.12.29.167.59.188.907c.021.304.021.675.021 1.12v.05c0 .445 0 .816-.02 1.12a2.8 2.8 0 0 1-.19.907a2.75 2.75 0 0 1-1.488 1.489c-.29.12-.59.167-.907.188c-.304.021-.675.021-1.12.021h-1.05c-.445 0-.816 0-1.12-.02a2.8 2.8 0 0 1-.907-.19a2.75 2.75 0 0 1-1.489-1.488c-.12-.29-.167-.59-.188-.907c-.021-.304-.021-.675-.021-1.12v-.05c0-.445 0-.816.02-1.12c.022-.318.069-.617.19-.907a2.75 2.75 0 0 1 1.488-1.489c.29-.12.59-.167.907-.188c.304-.021.675-.021 1.12-.021m-1.018 1.517c-.241.017-.358.046-.435.078a1.25 1.25 0 0 0-.677.677c-.032.077-.061.194-.078.435c-.017.247-.017.567-.017 1.043s0 .796.017 1.043c.017.241.046.358.078.435c.127.307.37.55.677.677c.077.032.194.061.435.078c.247.017.567.017 1.043.017h1c.476 0 .796 0 1.043-.017c.241-.017.358-.046.435-.078c.307-.127.55-.37.677-.677c.032-.077.061-.194.078-.435c.017-.247.017-.567.017-1.043s0-.796-.017-1.043c-.017-.241-.046-.358-.078-.435a1.25 1.25 0 0 0-.677-.677c-.077-.032-.194-.061-.435-.078A17 17 0 0 0 15 11.75h-1c-.476 0-.796 0-1.043.017" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.955 2.25h2.09c1.837 0 3.276 0 4.419.124c1.165.126 2.11.388 2.916.974a5.8 5.8 0 0 1 1.272 1.272c.586.807.848 1.75.974 2.916c.124 1.143.124 2.582.124 4.419v.09c0 1.837 0 3.276-.124 4.419c-.126 1.165-.388 2.11-.974 2.916a5.8 5.8 0 0 1-1.272 1.272c-.807.586-1.75.848-2.916.974c-1.143.124-2.582.124-4.419.124h-2.09c-1.837 0-3.276 0-4.419-.124c-1.165-.126-2.11-.388-2.916-.974a5.8 5.8 0 0 1-1.272-1.272c-.586-.807-.848-1.75-.974-2.916c-.124-1.143-.124-2.582-.124-4.419v-.09c0-1.837 0-3.276.124-4.419c.126-1.165.388-2.11.974-2.916A5.8 5.8 0 0 1 3.62 3.348c.807-.586 1.75-.848 2.916-.974c1.143-.124 2.582-.124 4.419-.124M6.698 3.865c-1.038.112-1.688.328-2.196.697a4.3 4.3 0 0 0-.94.94c-.37.508-.585 1.158-.697 2.196C2.751 8.75 2.75 10.108 2.75 12s.001 3.25.115 4.302c.112 1.038.328 1.688.697 2.196c.262.36.58.678.94.94c.508.37 1.158.585 2.196.697c1.052.114 2.41.115 4.302.115h2c1.892 0 3.25-.001 4.302-.115c1.038-.113 1.688-.328 2.196-.697c.36-.262.678-.58.94-.94c.37-.508.585-1.158.697-2.196c.114-1.052.115-2.41.115-4.302s-.001-3.25-.115-4.302c-.113-1.038-.328-1.688-.697-2.196a4.3 4.3 0 0 0-.94-.94c-.508-.37-1.158-.585-2.196-.697c-1.052-.114-2.41-.115-4.302-.115h-2c-1.892 0-3.25.001-4.302.115m7.277 6.385h1.05c.445 0 .816 0 1.12.02c.317.022.617.069.907.19a2.75 2.75 0 0 1 1.489 1.488c.12.29.167.59.188.907c.021.304.021.675.021 1.12v.05c0 .445 0 .816-.02 1.12a2.8 2.8 0 0 1-.19.907a2.75 2.75 0 0 1-1.488 1.489c-.29.12-.59.167-.907.188c-.304.021-.675.021-1.12.021h-1.05c-.445 0-.816 0-1.12-.02a2.8 2.8 0 0 1-.907-.19a2.75 2.75 0 0 1-1.489-1.488c-.12-.29-.167-.59-.188-.907c-.021-.304-.021-.675-.021-1.12v-.05c0-.445 0-.816.02-1.12c.022-.318.069-.617.19-.907a2.75 2.75 0 0 1 1.488-1.489c.29-.12.59-.167.907-.188c.304-.021.675-.021 1.12-.021m-1.018 1.517c-.241.017-.358.046-.435.078a1.25 1.25 0 0 0-.677.677c-.032.077-.061.194-.078.435c-.017.247-.017.567-.017 1.043s0 .796.017 1.043c.017.241.046.358.078.435c.127.307.37.55.677.677c.077.032.194.061.435.078c.247.017.567.017 1.043.017h1c.476 0 .796 0 1.043-.017c.241-.017.358-.046.435-.078c.307-.127.55-.37.677-.677c.032-.077.061-.194.078-.435c.017-.247.017-.567.017-1.043s0-.796-.017-1.043c-.017-.241-.046-.358-.078-.435a1.25 1.25 0 0 0-.677-.677c-.077-.032-.194-.061-.435-.078A17 17 0 0 0 15 11.75h-1c-.476 0-.796 0-1.043.017" clip-rule="evenodd"/></svg> </template>
CSS
.icon-pip2 {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.955%202.25h2.09c1.837%200%203.276%200%204.419.124c1.165.126%202.11.388%202.916.974a5.8%205.8%200%200%201%201.272%201.272c.586.807.848%201.75.974%202.916c.124%201.143.124%202.582.124%204.419v.09c0%201.837%200%203.276-.124%204.419c-.126%201.165-.388%202.11-.974%202.916a5.8%205.8%200%200%201-1.272%201.272c-.807.586-1.75.848-2.916.974c-1.143.124-2.582.124-4.419.124h-2.09c-1.837%200-3.276%200-4.419-.124c-1.165-.126-2.11-.388-2.916-.974a5.8%205.8%200%200%201-1.272-1.272c-.586-.807-.848-1.75-.974-2.916c-.124-1.143-.124-2.582-.124-4.419v-.09c0-1.837%200-3.276.124-4.419c.126-1.165.388-2.11.974-2.916A5.8%205.8%200%200%201%203.62%203.348c.807-.586%201.75-.848%202.916-.974c1.143-.124%202.582-.124%204.419-.124M6.698%203.865c-1.038.112-1.688.328-2.196.697a4.3%204.3%200%200%200-.94.94c-.37.508-.585%201.158-.697%202.196C2.751%208.75%202.75%2010.108%202.75%2012s.001%203.25.115%204.302c.112%201.038.328%201.688.697%202.196c.262.36.58.678.94.94c.508.37%201.158.585%202.196.697c1.052.114%202.41.115%204.302.115h2c1.892%200%203.25-.001%204.302-.115c1.038-.113%201.688-.328%202.196-.697c.36-.262.678-.58.94-.94c.37-.508.585-1.158.697-2.196c.114-1.052.115-2.41.115-4.302s-.001-3.25-.115-4.302c-.113-1.038-.328-1.688-.697-2.196a4.3%204.3%200%200%200-.94-.94c-.508-.37-1.158-.585-2.196-.697c-1.052-.114-2.41-.115-4.302-.115h-2c-1.892%200-3.25.001-4.302.115m7.277%206.385h1.05c.445%200%20.816%200%201.12.02c.317.022.617.069.907.19a2.75%202.75%200%200%201%201.489%201.488c.12.29.167.59.188.907c.021.304.021.675.021%201.12v.05c0%20.445%200%20.816-.02%201.12a2.8%202.8%200%200%201-.19.907a2.75%202.75%200%200%201-1.488%201.489c-.29.12-.59.167-.907.188c-.304.021-.675.021-1.12.021h-1.05c-.445%200-.816%200-1.12-.02a2.8%202.8%200%200%201-.907-.19a2.75%202.75%200%200%201-1.489-1.488c-.12-.29-.167-.59-.188-.907c-.021-.304-.021-.675-.021-1.12v-.05c0-.445%200-.816.02-1.12c.022-.318.069-.617.19-.907a2.75%202.75%200%200%201%201.488-1.489c.29-.12.59-.167.907-.188c.304-.021.675-.021%201.12-.021m-1.018%201.517c-.241.017-.358.046-.435.078a1.25%201.25%200%200%200-.677.677c-.032.077-.061.194-.078.435c-.017.247-.017.567-.017%201.043s0%20.796.017%201.043c.017.241.046.358.078.435c.127.307.37.55.677.677c.077.032.194.061.435.078c.247.017.567.017%201.043.017h1c.476%200%20.796%200%201.043-.017c.241-.017.358-.046.435-.078c.307-.127.55-.37.677-.677c.032-.077.061-.194.078-.435c.017-.247.017-.567.017-1.043s0-.796-.017-1.043c-.017-.241-.046-.358-.078-.435a1.25%201.25%200%200%200-.677-.677c-.077-.032-.194-.061-.435-.078A17%2017%200%200%200%2015%2011.75h-1c-.476%200-.796%200-1.043.017%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.955%202.25h2.09c1.837%200%203.276%200%204.419.124c1.165.126%202.11.388%202.916.974a5.8%205.8%200%200%201%201.272%201.272c.586.807.848%201.75.974%202.916c.124%201.143.124%202.582.124%204.419v.09c0%201.837%200%203.276-.124%204.419c-.126%201.165-.388%202.11-.974%202.916a5.8%205.8%200%200%201-1.272%201.272c-.807.586-1.75.848-2.916.974c-1.143.124-2.582.124-4.419.124h-2.09c-1.837%200-3.276%200-4.419-.124c-1.165-.126-2.11-.388-2.916-.974a5.8%205.8%200%200%201-1.272-1.272c-.586-.807-.848-1.75-.974-2.916c-.124-1.143-.124-2.582-.124-4.419v-.09c0-1.837%200-3.276.124-4.419c.126-1.165.388-2.11.974-2.916A5.8%205.8%200%200%201%203.62%203.348c.807-.586%201.75-.848%202.916-.974c1.143-.124%202.582-.124%204.419-.124M6.698%203.865c-1.038.112-1.688.328-2.196.697a4.3%204.3%200%200%200-.94.94c-.37.508-.585%201.158-.697%202.196C2.751%208.75%202.75%2010.108%202.75%2012s.001%203.25.115%204.302c.112%201.038.328%201.688.697%202.196c.262.36.58.678.94.94c.508.37%201.158.585%202.196.697c1.052.114%202.41.115%204.302.115h2c1.892%200%203.25-.001%204.302-.115c1.038-.113%201.688-.328%202.196-.697c.36-.262.678-.58.94-.94c.37-.508.585-1.158.697-2.196c.114-1.052.115-2.41.115-4.302s-.001-3.25-.115-4.302c-.113-1.038-.328-1.688-.697-2.196a4.3%204.3%200%200%200-.94-.94c-.508-.37-1.158-.585-2.196-.697c-1.052-.114-2.41-.115-4.302-.115h-2c-1.892%200-3.25.001-4.302.115m7.277%206.385h1.05c.445%200%20.816%200%201.12.02c.317.022.617.069.907.19a2.75%202.75%200%200%201%201.489%201.488c.12.29.167.59.188.907c.021.304.021.675.021%201.12v.05c0%20.445%200%20.816-.02%201.12a2.8%202.8%200%200%201-.19.907a2.75%202.75%200%200%201-1.488%201.489c-.29.12-.59.167-.907.188c-.304.021-.675.021-1.12.021h-1.05c-.445%200-.816%200-1.12-.02a2.8%202.8%200%200%201-.907-.19a2.75%202.75%200%200%201-1.489-1.488c-.12-.29-.167-.59-.188-.907c-.021-.304-.021-.675-.021-1.12v-.05c0-.445%200-.816.02-1.12c.022-.318.069-.617.19-.907a2.75%202.75%200%200%201%201.488-1.489c.29-.12.59-.167.907-.188c.304-.021.675-.021%201.12-.021m-1.018%201.517c-.241.017-.358.046-.435.078a1.25%201.25%200%200%200-.677.677c-.032.077-.061.194-.078.435c-.017.247-.017.567-.017%201.043s0%20.796.017%201.043c.017.241.046.358.078.435c.127.307.37.55.677.677c.077.032.194.061.435.078c.247.017.567.017%201.043.017h1c.476%200%20.796%200%201.043-.017c.241-.017.358-.046.435-.078c.307-.127.55-.37.677-.677c.032-.077.061-.194.078-.435c.017-.247.017-.567.017-1.043s0-.796-.017-1.043c-.017-.241-.046-.358-.078-.435a1.25%201.25%200%200%200-.677-.677c-.077-.032-.194-.061-.435-.078A17%2017%200%200%200%2015%2011.75h-1c-.476%200-.796%200-1.043.017%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/pip2.svg?color=%231a73e8&size=48