Video Frame Cut 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 { IconVideoFrameCut } from "@devigner-ui/icons";
<IconVideoFrameCut className="size-6" />
<script setup>
import { IconVideoFrameCut } from "@devigner-ui/icons-vue";
</script>
<template>
<IconVideoFrameCut class="size-6" />
</template>
<script>
import { IconVideoFrameCut } from "@devigner-ui/icons-svelte";
</script>
<IconVideoFrameCut class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 3c2.8.02 4.32.17 5.33 1.17C21 5.34 21 7.23 21 11v2c0 3.77 0 5.66-1.17 6.83-1 1-2.54 1.15-5.33 1.17m-5 0c-2.8-.02-4.32-.17-5.33-1.17C3 18.66 3 16.77 3 13v-2c0-3.77 0-5.66 1.17-6.83 1-1 2.54-1.15 5.33-1.17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12 2v20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-dasharray="3 3"></path><path opacity="1" d="M17 4v16M7 4v16M3.5 8.5H7m10 0h3.5m-3.5 7h3.5m-17 0H7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>