Video Slash 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 { IconVideoSlash } from "@devigner-ui/icons";
<IconVideoSlash className="size-6" />
<script setup>
import { IconVideoSlash } from "@devigner-ui/icons-vue";
</script>
<template>
<IconVideoSlash class="size-6" />
</template>
<script>
import { IconVideoSlash } from "@devigner-ui/icons-svelte";
</script>
<IconVideoSlash class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 7.58s.03-.95 0-1.26c-.17-2.04-1.5-2.74-4.11-2.74H6.88c-3.16 0-4.21 1.05-4.21 4.21v8.42a4.2 4.2 0 0 0 1.37 3.34l.63.45" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17.41 10.95v5.26c0 3.16-1.05 4.21-4.21 4.21H7.93" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.67 6.74v9.07c0 1.67-1.12 2.25-2.48 1.29l-2.78-1.95" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m22.69 2.19-20 20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>