Video Add 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 { IconVideoAdd } from "@devigner-ui/icons";
<IconVideoAdd className="size-6" />
<script setup>
import { IconVideoAdd } from "@devigner-ui/icons-vue";
</script>
<template>
<IconVideoAdd class="size-6" />
</template>
<script>
import { IconVideoAdd } from "@devigner-ui/icons-svelte";
</script>
<IconVideoAdd 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-.17-.03-.04a4.5 4.5 0 0 0-7.16 5.36 4 4 0 0 0 .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-.14-.04-.03q-.49-.43-.82-.99a4.5 4.5 0 0 1 7.16-5.36l.03.04.14.17a4.4 4.4 0 0 1 1.02 2.83" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M20.85 18.48h-3.36" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.17 16.84v3.36" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>