Monitor Camera icon in outline, twotone, bold and bulk. Free in all four styles, for hardware, gadgets, specs, device settings. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMonitorCamera } from "@devigner-ui/icons";
<IconMonitorCamera className="size-6" />
<script setup>
import { IconMonitorCamera } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMonitorCamera class="size-6" />
</template>
<script>
import { IconMonitorCamera } from "@devigner-ui/icons-svelte";
</script>
<IconMonitorCamera class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 5c0-1.41 0-2.12.44-2.56S13.59 2 15 2h1c1.41 0 2.12 0 2.56.44S19 3.59 19 5s0 2.12-.44 2.56S17.41 8 16 8h-1c-1.41 0-2.12 0-2.56-.44S12 6.41 12 5" stroke="currentColor" stroke-width="1.5"></path><path d="m19 3.75 1.62-.67c.62-.26.93-.4 1.16-.25S22 3.33 22 4v2c0 .68 0 1.02-.22 1.17-.23.14-.54.01-1.16-.25L19 6.25z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M16 22H8m4-5v5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M22 13H2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M22 10v1c0 2.83 0 4.24-.88 5.12S18.82 17 16 17H8c-2.83 0-4.24 0-5.12-.88S2 13.82 2 11V9.5c0-3.29 0-4.93.9-6.04a4 4 0 0 1 .56-.55C4.56 2 6.21 2 9.5 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>