Camera 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 { IconCameraAdd } from "@devigner-ui/icons";
<IconCameraAdd className="size-6" />
<script setup>
import { IconCameraAdd } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCameraAdd class="size-6" />
</template>
<script>
import { IconCameraAdd } from "@devigner-ui/icons-svelte";
</script>
<IconCameraAdd class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 13H9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M12 10v6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M9.78 21h4.44c3.12 0 4.68 0 5.8-.74q.73-.47 1.23-1.2c.75-1.1.75-2.63.75-5.7 0-3.06 0-4.6-.75-5.7a4 4 0 0 0-1.23-1.2c-.72-.47-1.62-.64-3-.7a1.4 1.4 0 0 1-1.35-1.12A2.06 2.06 0 0 0 13.63 3h-3.26c-1 0-1.84.68-2.04 1.64a1.4 1.4 0 0 1-1.35 1.12c-1.38.06-2.28.23-3 .7q-.73.49-1.23 1.2C2 8.77 2 10.3 2 13.37s0 4.6.75 5.7q.49.73 1.23 1.2c1.12.74 2.68.74 5.8.74" stroke="currentColor" stroke-width="1.5"></path><path d="M19 10h-1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>