Repeat One Minimalistic 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 { IconRepeatOneMinimalistic } from "@devigner-ui/icons";
<IconRepeatOneMinimalistic className="size-6" />
<script setup>
import { IconRepeatOneMinimalistic } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRepeatOneMinimalistic class="size-6" />
</template>
<script>
import { IconRepeatOneMinimalistic } from "@devigner-ui/icons-svelte";
</script>
<IconRepeatOneMinimalistic class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 19.75a.75.75 0 0 0 0-1.5zM11 5v.75a.75.75 0 0 0 .53-1.28zM9.53 2.47a.75.75 0 0 0-1.06 1.06zM9.5 18.25H9v1.5h.5zM9 5.75h2v-1.5H9zm2.53-1.28-2-2-1.06 1.06 2 2zM1.25 12A7.75 7.75 0 0 0 9 19.75v-1.5A6.25 6.25 0 0 1 2.75 12zm1.5 0c0-3.45 2.8-6.25 6.25-6.25v-1.5A7.75 7.75 0 0 0 1.25 12z" fill="currentColor"></path><path opacity="1" d="M13 19v-.75a.75.75 0 0 0-.53 1.28zm1.47 2.53a.75.75 0 1 0 1.06-1.06zm.03-17.28a.75.75 0 0 0 0 1.5zm.5 14h-2v1.5h2zm-2.53 1.28 2 2 1.06-1.06-2-2zM14.5 5.75h.5v-1.5h-.5zM21.25 12c0 3.45-2.8 6.25-6.25 6.25v1.5A7.75 7.75 0 0 0 22.75 12zm1.5 0A7.75 7.75 0 0 0 15 4.25v1.5c3.45 0 6.25 2.8 6.25 6.25z" fill="currentColor"></path><path d="M16 12H8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>