Videocamera 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 { IconVideocamera } from "@devigner-ui/icons";
<IconVideocamera className="size-6" />
<script setup>
import { IconVideocamera } from "@devigner-ui/icons-vue";
</script>
<template>
<IconVideocamera class="size-6" />
</template>
<script>
import { IconVideocamera } from "@devigner-ui/icons-svelte";
</script>
<IconVideocamera 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 11.5c0-3.29 0-4.93.9-6.04a4 4 0 0 1 .56-.55C4.56 4 6.21 4 9.5 4s4.93 0 6.04.9a4 4 0 0 1 .55.56c.91 1.1.91 2.75.91 6.04v1c0 3.29 0 4.93-.9 6.04a4 4 0 0 1-.56.55c-1.1.91-2.75.91-6.04.91s-4.93 0-6.04-.9a4 4 0 0 1-.55-.56C2 17.44 2 15.79 2 12.5z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="m17 9.5.66-.33c1.94-.97 2.92-1.46 3.63-1.02s.71 1.53.71 3.7v.3c0 2.17 0 3.26-.71 3.7s-1.69-.05-3.63-1.02L17 14.5z" stroke="currentColor" stroke-width="1.5"></path></svg>