Refresh Square2 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 { IconRefreshSquare2 } from "@devigner-ui/icons";
<IconRefreshSquare2 className="size-6" />
<script setup>
import { IconRefreshSquare2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRefreshSquare2 class="size-6" />
</template>
<script>
import { IconRefreshSquare2 } from "@devigner-ui/icons-svelte";
</script>
<IconRefreshSquare2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.38 11.63h-.75zm0 .93-.56.5a.75.75 0 0 0 1.08.04zm2.14-1.02a.75.75 0 0 0-1.04-1.08zM6.56 10.5a.75.75 0 1 0-1.12 1zM14.93 9a.75.75 0 1 0 1.1-1zm-2.89-2.75a5.4 5.4 0 0 0-5.41 5.38h1.5a3.9 3.9 0 0 1 3.91-3.88zm-5.41 5.38v.93h1.5v-.93zM7.9 13.1l1.62-1.56-1.04-1.08L6.86 12zm.04-1.04L6.56 10.5l-1.12 1 1.38 1.55zm8.1-4.07a5.4 5.4 0 0 0-4-1.74v1.5c1.15 0 2.18.49 2.9 1.26z" fill="currentColor"></path><path d="m16.62 11.44.56-.5a.75.75 0 0 0-1.08-.04zm-2.14 1.02a.75.75 0 1 0 1.04 1.08zm2.96 1.04a.75.75 0 0 0 1.12-1zM9.04 15a.75.75 0 0 0-1.09 1.03zm2.9 2.75a5.4 5.4 0 0 0 5.43-5.38h-1.5a3.9 3.9 0 0 1-3.94 3.88zm5.43-5.38v-.93h-1.5v.93zM16.1 10.9l-1.62 1.56 1.04 1.08 1.62-1.55zm-.04 1.04 1.38 1.56 1.12-1-1.38-1.55zm-8.1 4.1a5.5 5.5 0 0 0 3.97 1.71v-1.5A4 4 0 0 1 9.05 15z" fill="currentColor"></path><path opacity="1" d="M2 12c0-4.71 0-7.07 1.46-8.54C4.93 2 7.3 2 12 2s7.07 0 8.54 1.46C22 4.93 22 7.3 22 12s0 7.07-1.46 8.54C19.07 22 16.7 22 12 22s-7.07 0-8.54-1.46C2 19.07 2 16.7 2 12" stroke="currentColor" stroke-width="1.5"></path></svg>