Album 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 { IconAlbum } from "@devigner-ui/icons";
<IconAlbum className="size-6" />
<script setup>
import { IconAlbum } from "@devigner-ui/icons-vue";
</script>
<template>
<IconAlbum class="size-6" />
</template>
<script>
import { IconAlbum } from "@devigner-ui/icons-svelte";
</script>
<IconAlbum 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.9 13.8c-.42-3.17-.63-4.75.27-5.78C4.07 7 5.67 7 8.85 7h6.3c3.19 0 4.78 0 5.68 1.02.9 1.03.69 2.6.26 5.77l-.4 3c-.33 2.48-.5 3.72-1.34 4.47s-2.1.74-4.6.74h-5.5c-2.5 0-3.75 0-4.6-.74-.85-.75-1.01-1.99-1.34-4.47z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M19.56 7c.23-1.3-.77-2.5-2.1-2.5H6.54A2.13 2.13 0 0 0 4.44 7M17.5 4.5l.04-.5a2 2 0 0 0-1.78-1.99l-.5-.01H8.74l-.5.01a2 2 0 0 0-1.78 2l.04.49" stroke="currentColor" stroke-width="1.5"></path><circle opacity="1" cx="16.5" cy="11.5" r="1.5" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="m20 20-2.88-2.15a3.1 3.1 0 0 0-3.34-.16l-.27.15c-.71.41-1.68.34-2.3-.16L7.39 14.5c-.77-.64-2-.67-2.81-.08l-1.33.96" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>