P I P2 icon in outline, twotone, bold and bulk. Free in all four styles, for player, gallery, camera, music, volume. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconPIP2 } from "@devigner-ui/icons";
<IconPIP2 className="size-6" />
<script setup>
import { IconPIP2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPIP2 class="size-6" />
</template>
<script>
import { IconPIP2 } from "@devigner-ui/icons-svelte";
</script>
<IconPIP2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M2 12c0-3.75 0-5.62.95-6.94a5 5 0 0 1 1.11-1.1C5.38 3 7.25 3 11 3h2c3.75 0 5.62 0 6.94.95a5 5 0 0 1 1.1 1.11C22 6.38 22 8.25 22 12s0 5.62-.95 6.94a5 5 0 0 1-1.11 1.1C18.62 21 16.75 21 13 21h-2c-3.75 0-5.62 0-6.94-.95a5 5 0 0 1-1.1-1.11C2 17.62 2 15.75 2 12" stroke="currentColor" stroke-width="1.5"></path><path d="M11 14c0-.93 0-1.4.15-1.77a2 2 0 0 1 1.08-1.08C12.6 11 13.07 11 14 11h1c.93 0 1.4 0 1.77.15a2 2 0 0 1 1.08 1.08c.15.37.15.84.15 1.77s0 1.4-.15 1.77a2 2 0 0 1-1.08 1.08c-.37.15-.84.15-1.77.15h-1c-.93 0-1.4 0-1.77-.15a2 2 0 0 1-1.08-1.08C11 15.4 11 14.93 11 14" stroke="currentColor" stroke-width="1.5"></path></svg>