Refresh2 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 { IconRefresh2 } from "@devigner-ui/icons";
<IconRefresh2 className="size-6" />
<script setup>
import { IconRefresh2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRefresh2 class="size-6" />
</template>
<script>
import { IconRefresh2 } from "@devigner-ui/icons-svelte";
</script>
<IconRefresh2 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.67 12c0-5.52 4.44-10 10-10 6.67 0 10 5.56 10 5.56m0 0v-5m0 5h-4.44" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M22.56 12a10 10 0 0 1-10 10c-5.52 0-8.89-5.56-8.89-5.56m0 0h4.52m-4.52 0v5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>