Video Library 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 { IconVideoLibrary } from "@devigner-ui/icons";
<IconVideoLibrary className="size-6" />
<script setup>
import { IconVideoLibrary } from "@devigner-ui/icons-vue";
</script>
<template>
<IconVideoLibrary class="size-6" />
</template>
<script>
import { IconVideoLibrary } from "@devigner-ui/icons-svelte";
</script>
<IconVideoLibrary class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.9 13.8c-.42-3.17-.63-4.75.27-5.78C4.07 7 5.67 7 8.85 7h6.3c3.19 0 4.78 0 5.68 1.02.9 1.03.69 2.6.26 5.77l-.4 3c-.33 2.48-.5 3.72-1.34 4.47s-2.1.74-4.6.74h-5.5c-2.5 0-3.75 0-4.6-.74-.85-.75-1.01-1.99-1.34-4.47z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M19.56 7c.23-1.3-.77-2.5-2.1-2.5H6.54A2.13 2.13 0 0 0 4.44 7M17.5 4.5l.04-.5a2 2 0 0 0-1.78-1.99l-.5-.01H8.74l-.5.01a2 2 0 0 0-1.78 2l.04.49" stroke="currentColor" stroke-width="1.5"></path><path d="M13.89 12.7c1.07.76 1.61 1.14 1.61 1.8s-.54 1.04-1.61 1.8a15 15 0 0 1-1.65 1.03c-1.07.57-1.6.86-2.09.54s-.52-.98-.61-2.3a17 17 0 0 1 0-2.14c.09-1.32.13-1.98.61-2.3s1.02-.03 2.1.54a15 15 0 0 1 1.64 1.02" stroke="currentColor" stroke-width="1.5"></path></svg>