Camera2 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 { IconCamera2 } from "@devigner-ui/icons";
<IconCamera2 className="size-6" />
<script setup>
import { IconCamera2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCamera2 class="size-6" />
</template>
<script>
import { IconCamera2 } from "@devigner-ui/icons-svelte";
</script>
<IconCamera2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.43 22h10.48c2.76 0 3.86-1.69 3.99-3.75l.52-8.26A3.75 3.75 0 0 0 18.67 6c-.61 0-1.17-.35-1.45-.89l-.72-1.45A3.3 3.3 0 0 0 13.82 2h-2.29a3.3 3.3 0 0 0-2.69 1.66l-.72 1.45c-.28.54-.84.89-1.45.89a3.75 3.75 0 0 0-3.75 3.99l.52 8.26C3.56 20.31 4.67 22 7.43 22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M11.17 8h3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M12.67 18a3.26 3.26 0 0 0 0-6.5 3.26 3.26 0 0 0 0 6.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>