Screen Share 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 { IconScreenShare } from "@devigner-ui/icons";
<IconScreenShare className="size-6" />
<script setup>
import { IconScreenShare } from "@devigner-ui/icons-vue";
</script>
<template>
<IconScreenShare class="size-6" />
</template>
<script>
import { IconScreenShare } from "@devigner-ui/icons-svelte";
</script>
<IconScreenShare class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 8c0-2.83 0-4.24.88-5.12S11.18 2 14 2h1c2.83 0 4.24 0 5.12.88S21 5.18 21 8v8c0 2.83 0 4.24-.88 5.12S17.82 22 15 22h-1c-2.83 0-4.24 0-5.12-.88S8 18.82 8 16z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M8 19.5c-2.36 0-3.54 0-4.27-.73S3 16.86 3 14.5v-5c0-2.36 0-3.54.73-4.27S5.64 4.5 8 4.5" stroke="currentColor" stroke-width="1.5"></path><path d="M14.5 16V8m0 0 2.5 2.5M14.5 8 12 10.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>