Gallery Circle 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 { IconGalleryCircle } from "@devigner-ui/icons";
<IconGalleryCircle className="size-6" />
<script setup>
import { IconGalleryCircle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconGalleryCircle class="size-6" />
</template>
<script>
import { IconGalleryCircle } from "@devigner-ui/icons-svelte";
</script>
<IconGalleryCircle class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="1" cx="15" cy="9" r="2" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="m20 17.6-2.22-2a3 3 0 0 0-3.74-.23l-.3.21a2 2 0 0 1-2.56-.22L6.9 11.07a2.3 2.3 0 0 0-3.14-.1l-1.47 1.28" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><circle cx="12" cy="12" r="10" stroke="currentColor" stroke-width="1.5"></circle></svg>