pip2-filled from Reicon by REICON · Filled · Video · MIT Free for personal and commercial use.

Name
pip2-filled
Set
Reicon
Style
Filled
Category
Video
Viewbox
24×24
License
MIT

2 other variants in Reicon

More video icons from Reicon

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="M2.955 5.061C2 6.375 2 8.251 2 12s0 5.625.955 6.939a5 5 0 0 0 1.106 1.106C5.375 21 7.251 21 11 21h2c3.75 0 5.625 0 6.939-.955a5 5 0 0 0 1.106-1.106C22 17.625 22 15.749 22 12s0-5.625-.955-6.939a5 5 0 0 0-1.106-1.106C18.625 3 16.749 3 13 3h-2c-3.75 0-5.625 0-6.939.955A5 5 0 0 0 2.955 5.06m8.219 7.38C11 12.868 11 13.412 11 14.5s0 1.63.174 2.06a2.3 2.3 0 0 0 1.237 1.262c.42.178.953.178 2.018.178h1.142c1.065 0 1.598 0 2.018-.178a2.3 2.3 0 0 0 1.237-1.262c.174-.43.174-.973.174-2.06s0-1.63-.174-2.06a2.3 2.3 0 0 0-1.237-1.262C17.169 11 16.636 11 15.571 11H14.43c-1.065 0-1.598 0-2.018.178a2.3 2.3 0 0 0-1.237 1.262" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPip2Filled(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="M2.955 5.061C2 6.375 2 8.251 2 12s0 5.625.955 6.939a5 5 0 0 0 1.106 1.106C5.375 21 7.251 21 11 21h2c3.75 0 5.625 0 6.939-.955a5 5 0 0 0 1.106-1.106C22 17.625 22 15.749 22 12s0-5.625-.955-6.939a5 5 0 0 0-1.106-1.106C18.625 3 16.749 3 13 3h-2c-3.75 0-5.625 0-6.939.955A5 5 0 0 0 2.955 5.06m8.219 7.38C11 12.868 11 13.412 11 14.5s0 1.63.174 2.06a2.3 2.3 0 0 0 1.237 1.262c.42.178.953.178 2.018.178h1.142c1.065 0 1.598 0 2.018-.178a2.3 2.3 0 0 0 1.237-1.262c.174-.43.174-.973.174-2.06s0-1.63-.174-2.06a2.3 2.3 0 0 0-1.237-1.262C17.169 11 16.636 11 15.571 11H14.43c-1.065 0-1.598 0-2.018.178a2.3 2.3 0 0 0-1.237 1.262" 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="M2.955 5.061C2 6.375 2 8.251 2 12s0 5.625.955 6.939a5 5 0 0 0 1.106 1.106C5.375 21 7.251 21 11 21h2c3.75 0 5.625 0 6.939-.955a5 5 0 0 0 1.106-1.106C22 17.625 22 15.749 22 12s0-5.625-.955-6.939a5 5 0 0 0-1.106-1.106C18.625 3 16.749 3 13 3h-2c-3.75 0-5.625 0-6.939.955A5 5 0 0 0 2.955 5.06m8.219 7.38C11 12.868 11 13.412 11 14.5s0 1.63.174 2.06a2.3 2.3 0 0 0 1.237 1.262c.42.178.953.178 2.018.178h1.142c1.065 0 1.598 0 2.018-.178a2.3 2.3 0 0 0 1.237-1.262c.174-.43.174-.973.174-2.06s0-1.63-.174-2.06a2.3 2.3 0 0 0-1.237-1.262C17.169 11 16.636 11 15.571 11H14.43c-1.065 0-1.598 0-2.018.178a2.3 2.3 0 0 0-1.237 1.262" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-pip2-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2.955%205.061C2%206.375%202%208.251%202%2012s0%205.625.955%206.939a5%205%200%200%200%201.106%201.106C5.375%2021%207.251%2021%2011%2021h2c3.75%200%205.625%200%206.939-.955a5%205%200%200%200%201.106-1.106C22%2017.625%2022%2015.749%2022%2012s0-5.625-.955-6.939a5%205%200%200%200-1.106-1.106C18.625%203%2016.749%203%2013%203h-2c-3.75%200-5.625%200-6.939.955A5%205%200%200%200%202.955%205.06m8.219%207.38C11%2012.868%2011%2013.412%2011%2014.5s0%201.63.174%202.06a2.3%202.3%200%200%200%201.237%201.262c.42.178.953.178%202.018.178h1.142c1.065%200%201.598%200%202.018-.178a2.3%202.3%200%200%200%201.237-1.262c.174-.43.174-.973.174-2.06s0-1.63-.174-2.06a2.3%202.3%200%200%200-1.237-1.262C17.169%2011%2016.636%2011%2015.571%2011H14.43c-1.065%200-1.598%200-2.018.178a2.3%202.3%200%200%200-1.237%201.262%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%22M2.955%205.061C2%206.375%202%208.251%202%2012s0%205.625.955%206.939a5%205%200%200%200%201.106%201.106C5.375%2021%207.251%2021%2011%2021h2c3.75%200%205.625%200%206.939-.955a5%205%200%200%200%201.106-1.106C22%2017.625%2022%2015.749%2022%2012s0-5.625-.955-6.939a5%205%200%200%200-1.106-1.106C18.625%203%2016.749%203%2013%203h-2c-3.75%200-5.625%200-6.939.955A5%205%200%200%200%202.955%205.06m8.219%207.38C11%2012.868%2011%2013.412%2011%2014.5s0%201.63.174%202.06a2.3%202.3%200%200%200%201.237%201.262c.42.178.953.178%202.018.178h1.142c1.065%200%201.598%200%202.018-.178a2.3%202.3%200%200%200%201.237-1.262c.174-.43.174-.973.174-2.06s0-1.63-.174-2.06a2.3%202.3%200%200%200-1.237-1.262C17.169%2011%2016.636%2011%2015.571%2011H14.43c-1.065%200-1.598%200-2.018.178a2.3%202.3%200%200%200-1.237%201.262%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-filled.svg?color=%231a73e8&size=48