Refresh3 icon in outline, twotone, bold and bulk. Free in all four styles, for navigation, pagination, steppers, import/export, fullscreen. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconRefresh3 } from "@devigner-ui/icons";
<IconRefresh3 className="size-6" />
<script setup>
import { IconRefresh3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRefresh3 class="size-6" />
</template>
<script>
import { IconRefresh3 } from "@devigner-ui/icons-svelte";
</script>
<IconRefresh3 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.22 21.67A10 10 0 0 0 12.67 2c-6.67 0-10 5.56-10 5.56m0 0V3m0 4.56h4.44" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M2.67 12a10 10 0 0 0 10 10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="3 3"></path></svg>