Vinyl Record 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 { IconVinylRecord } from "@devigner-ui/icons";
<IconVinylRecord className="size-6" />
<script setup>
import { IconVinylRecord } from "@devigner-ui/icons-vue";
</script>
<template>
<IconVinylRecord class="size-6" />
</template>
<script>
import { IconVinylRecord } from "@devigner-ui/icons-svelte";
</script>
<IconVinylRecord 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="12" cy="12" r="3" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="M4.93 19.07A10 10 0 1 0 19.07 4.93 10 10 0 0 0 4.93 19.07" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M7.4 16.6a6.5 6.5 0 0 1 0-9.2m9.2 0a6.5 6.5 0 0 1 0 9.2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>