Mirroring Screen 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 { IconMirroringScreen } from "@devigner-ui/icons";
<IconMirroringScreen className="size-6" />
<script setup>
import { IconMirroringScreen } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMirroringScreen class="size-6" />
</template>
<script>
import { IconMirroringScreen } from "@devigner-ui/icons-svelte";
</script>
<IconMirroringScreen class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.67 9V8c0-3 2-5 5-5h10c3 0 5 2 5 5v8c0 3-2 5-5 5h-1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M4.36 11.71a9.75 9.75 0 0 1 8.61 8.61" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M3.29 15.07a7.16 7.16 0 0 1 6.32 6.32" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M2.65 18.86a3.6 3.6 0 0 1 3.16 3.16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>