Screencast icon in outline, twotone, bold and bulk. Free in all four styles, for code, servers, databases, devops, terminals. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconScreencast } from "@devigner-ui/icons";
<IconScreencast className="size-6" />
<script setup>
import { IconScreencast } from "@devigner-ui/icons-vue";
</script>
<template>
<IconScreencast class="size-6" />
</template>
<script>
import { IconScreencast } from "@devigner-ui/icons-svelte";
</script>
<IconScreencast 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="M11 20h3c3.77 0 5.66 0 6.83-1.17S22 15.77 22 12s0-5.66-1.17-6.83S17.77 4 14 4H6.5c-.46 0-.7 0-.9.02a4 4 0 0 0-3.58 3.59C2 7.8 2 8.04 2 8.5V11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11 20a9 9 0 0 0-9-9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M8 20a6 6 0 0 0-6-6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M5 20a3 3 0 0 0-3-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>