Camera Slash 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 { IconCameraSlash } from "@devigner-ui/icons";
<IconCameraSlash className="size-6" />
<script setup>
import { IconCameraSlash } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCameraSlash class="size-6" />
</template>
<script>
import { IconCameraSlash } from "@devigner-ui/icons-svelte";
</script>
<IconCameraSlash class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M6.67 10h3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M7.43 22h10.48c2.76 0 3.86-1.69 3.99-3.75l.52-8.26c.06-.93-.23-1.8-.74-2.48" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M18.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.26c.05.82.26 1.59.67 2.21" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M10.67 17.31a3.25 3.25 0 0 0 4.75-4.29" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m22.67 2-20 20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>