Video Octagon 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 { IconVideoOctagon } from "@devigner-ui/icons";
<IconVideoOctagon className="size-6" />
<script setup>
import { IconVideoOctagon } from "@devigner-ui/icons-vue";
</script>
<template>
<IconVideoOctagon class="size-6" />
</template>
<script>
import { IconVideoOctagon } from "@devigner-ui/icons-svelte";
</script>
<IconVideoOctagon class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.75 8.58v6.84c0 1.12-.6 2.16-1.57 2.73l-5.94 3.43c-.97.56-2.17.56-3.15 0l-5.94-3.43a3.2 3.2 0 0 1-1.57-2.73V8.58c0-1.12.6-2.16 1.57-2.73l5.94-3.43a3.2 3.2 0 0 1 3.15 0l5.94 3.43c.97.57 1.57 1.6 1.57 2.73" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M10.42 12v-1.2c0-1.54 1.09-2.17 2.42-1.4l1.04.6 1.04.6c1.33.77 1.33 2.03 0 2.8l-1.04.6-1.04.6c-1.33.77-2.42.14-2.42-1.4z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>