Turntable 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 { IconTurntable } from "@devigner-ui/icons";
<IconTurntable className="size-6" />
<script setup>
import { IconTurntable } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTurntable class="size-6" />
</template>
<script>
import { IconTurntable } from "@devigner-ui/icons-svelte";
</script>
<IconTurntable 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 12c0-4.71 0-7.07 1.17-8.54S6.23 2 10 2h4c3.77 0 5.66 0 6.83 1.46C22 4.93 22 7.3 22 12s0 7.07-1.17 8.54S17.77 22 14 22h-4c-3.77 0-5.66 0-6.83-1.46C2 19.07 2 16.7 2 12" stroke="currentColor" stroke-width="1.5"></path><rect x="6" y="8.00012" width="8" height="8" rx="4" stroke="currentColor" stroke-width="1.5"></rect><path opacity="1" d="M14.66 16.33a.75.75 0 1 0 .68 1.34zm1.23.22-.33-.67zm-.55 1.12.89-.45-.67-1.34-.9.45zm2.41-2.9V10.5h-1.5v4.26zm-1.52 2.45a2.8 2.8 0 0 0 1.52-2.46h-1.5c0 .48-.27.91-.7 1.12zM17 9.75a.75.75 0 0 1-.75-.75h-1.5c0 1.24 1 2.25 2.25 2.25zm.75-.75c0 .41-.34.75-.75.75v1.5c1.24 0 2.25-1 2.25-2.25zM17 8.25c.41 0 .75.34.75.75h1.5c0-1.24-1-2.25-2.25-2.25zm0-1.5c-1.24 0-2.25 1-2.25 2.25h1.5c0-.41.34-.75.75-.75z" fill="currentColor"></path></svg>