Projector 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 { IconProjector } from "@devigner-ui/icons";
<IconProjector className="size-6" />
<script setup>
import { IconProjector } from "@devigner-ui/icons-vue";
</script>
<template>
<IconProjector class="size-6" />
</template>
<script>
import { IconProjector } from "@devigner-ui/icons-svelte";
</script>
<IconProjector class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 6.02c1.55.04 2.48.22 3.12.86.88.88.88 2.3.88 5.12s0 4.24-.88 5.12-2.3.88-5.12.88H8c-2.83 0-4.24 0-5.12-.88S2 14.82 2 12s0-4.24.88-5.12S5.18 6 8 6h2" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M18.33 20.34a.75.75 0 1 0 1.34-.68zm-1-2 1 2 1.34-.68-1-2z" fill="currentColor"></path><path opacity="1" d="M5.67 20.34a.75.75 0 1 1-1.34-.68zm1-2-1 2-1.34-.68 1-2z" fill="currentColor"></path><circle cx="14" cy="9" r="5" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="M12 9a2 2 0 1 0 2-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M5.5 9.5V11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>