Video Remove 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 { IconVideoRemove } from "@devigner-ui/icons";
<IconVideoRemove className="size-6" />
<script setup>
import { IconVideoRemove } from "@devigner-ui/icons-vue";
</script>
<template>
<IconVideoRemove class="size-6" />
</template>
<script>
import { IconVideoRemove } from "@devigner-ui/icons-svelte";
</script>
<IconVideoRemove class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.67 9v6q0 .34-.02.67l-.14-.17a4.5 4.5 0 0 0-7.19 5.32q.35.58.86 1.02l.16.14q-.32.02-.67.02h-6c-5 0-7-2-7-7V9c0-5 2-7 7-7h6c5 0 7 2 7 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M3.19 7.11h18.96" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.19 2.11v4.86" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M16.15 2.11v4.41" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g><path d="M23.67 18.5q0 .54-.13 1.05-.17.68-.52 1.27a4.5 4.5 0 0 1-6.67 1.16h-.01l-.16-.14a4.5 4.5 0 1 1 7.49-3.34" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="m20.37 19.68-2.38-2.38" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m20.35 17.32-2.38 2.38" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>