Gallery 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 { IconGallerySlash } from "@devigner-ui/icons";
<IconGallerySlash className="size-6" />
<script setup>
import { IconGallerySlash } from "@devigner-ui/icons-vue";
</script>
<template>
<IconGallerySlash class="size-6" />
</template>
<script>
import { IconGallerySlash } from "@devigner-ui/icons-svelte";
</script>
<IconGallerySlash class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.04 20.1c-.94-1.13-1.37-2.79-1.37-5.1V9c0-5 2-7 7-7h6c2.19 0 3.8.38 4.92 1.23" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M8.67 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4" 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><g opacity="1"><path d="M22.64 7.99q.03.48.03 1.01v6c0 5-2 7-7 7h-6q-1.11 0-2.04-.14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.1 16.45c.3.3.79.3 1.09 0l5.03-5.04a2 2 0 0 1 2.82 0l1.63 1.64" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>