Gallery Wide 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 { IconGalleryWide } from "@devigner-ui/icons";
<IconGalleryWide className="size-6" />
<script setup>
import { IconGalleryWide } from "@devigner-ui/icons-vue";
</script>
<template>
<IconGalleryWide class="size-6" />
</template>
<script>
import { IconGalleryWide } from "@devigner-ui/icons-svelte";
</script>
<IconGalleryWide class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 13.44C2 9.67 2 7.78 3.17 6.6S6.23 5.44 10 5.44h4c3.77 0 5.66 0 6.83 1.17S22 9.67 22 13.44s0 5.65-1.17 6.83-3.06 1.17-6.83 1.17h-4c-3.77 0-5.66 0-6.83-1.17C2 19.09 2 17.2 2 13.44" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M3.99 6c.11-.93.34-1.57.83-2.06C5.77 3 7.28 3 10.31 3h3.2c3.04 0 4.55 0 5.49.94.49.49.72 1.13.84 2.06" stroke="currentColor" stroke-width="1.5"></path><circle opacity="1" cx="17.5" cy="9.93726" r="1.5" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="m2 13.94 1.75-1.54a2.3 2.3 0 0 1 3.14.1l4.3 4.3a2 2 0 0 0 2.56.22l.3-.2a3 3 0 0 1 3.73.22l3.22 2.9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>