Playback Speed 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 { IconPlaybackSpeed } from "@devigner-ui/icons";
<IconPlaybackSpeed className="size-6" />
<script setup>
import { IconPlaybackSpeed } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPlaybackSpeed class="size-6" />
</template>
<script>
import { IconPlaybackSpeed } from "@devigner-ui/icons-svelte";
</script>
<IconPlaybackSpeed class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 22a10 10 0 0 0 0-20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M12 22A10 10 0 0 1 2 12C2 6.48 6.98 2 12.5 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-dasharray="4 3"></path><path d="M13.89 9.93c1.07.88 1.61 1.32 1.61 2.07s-.54 1.19-1.61 2.07a15 15 0 0 1-1.65 1.16c-1.07.66-1.6.98-2.09.62s-.52-1.12-.61-2.63a22 22 0 0 1 0-2.44c.09-1.51.13-2.27.61-2.63s1.02-.04 2.1.62a15 15 0 0 1 1.64 1.16" stroke="currentColor" stroke-width="1.5"></path></svg>