Camera Minimalistic 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 { IconCameraMinimalistic } from "@devigner-ui/icons";
<IconCameraMinimalistic className="size-6" />
<script setup>
import { IconCameraMinimalistic } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCameraMinimalistic class="size-6" />
</template>
<script>
import { IconCameraMinimalistic } from "@devigner-ui/icons-svelte";
</script>
<IconCameraMinimalistic class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="13" r="3" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="M10 20h4c2.8 0 4.21 0 5.22-.67a4 4 0 0 0 1.1-1.1C21 17.2 21 15.8 21 13s0-4.21-.67-5.22a4 4 0 0 0-1.1-1.1C18.2 6 16.8 6 14 6h-4c-2.8 0-4.21 0-5.22.67a4 4 0 0 0-1.1 1.1C3 8.8 3 10.2 3 13s0 4.21.67 5.22a4 4 0 0 0 1.1 1.1C5.8 20 7.2 20 10 20" stroke="currentColor" stroke-width="1.5"></path><path d="M18 10h-.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M14.5 3.5h-5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>