Revote icon in outline, twotone, bold and bulk. Free in all four styles, for buttons, forms, toolbars, menus, states. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconRevote } from "@devigner-ui/icons";
<IconRevote className="size-6" />
<script setup>
import { IconRevote } from "@devigner-ui/icons-vue";
</script>
<template>
<IconRevote class="size-6" />
</template>
<script>
import { IconRevote } from "@devigner-ui/icons-svelte";
</script>
<IconRevote class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M4.85 4.6a.75.75 0 0 0-1.07-1.06zM8.4 2.77l-.53-.53a.75.75 0 0 0 0 1.05zm1.22 2.3a.75.75 0 1 0 1.06-1.05zm1.06-3.55A.75.75 0 1 0 9.62.47zM12 20.25c-2.14 0-3.67 0-4.84-.16-1.14-.16-1.81-.45-2.3-.95l-1.08 1.05c.82.83 1.87 1.2 3.18 1.39 1.29.17 2.94.17 5.04.17zm-9.75-8.39c0 2.14 0 3.81.17 5.11a5.3 5.3 0 0 0 1.36 3.22l1.07-1.05c-.5-.51-.79-1.2-.94-2.36a42 42 0 0 1-.16-4.92zm18 0c0 2.18 0 3.73-.16 4.92-.15 1.16-.44 1.85-.94 2.36l1.07 1.05a5.3 5.3 0 0 0 1.36-3.22c.17-1.3.17-2.97.17-5.1zM12 21.75c2.1 0 3.75 0 5.04-.17a5.2 5.2 0 0 0 3.18-1.4l-1.07-1.04c-.5.5-1.17.8-2.31.95-1.17.16-2.7.16-4.84.16zm0-18.27c2.14 0 3.67 0 4.84.16 1.14.15 1.81.45 2.3.95l1.08-1.05a5.2 5.2 0 0 0-3.18-1.39c-1.29-.17-2.94-.17-5.04-.17zm9.75 8.38c0-2.13 0-3.8-.17-5.1a5.3 5.3 0 0 0-1.36-3.22l-1.07 1.05c.5.5.79 1.2.94 2.36.16 1.18.16 2.74.16 4.91zm-18 0c0-2.17 0-3.73.16-4.91.15-1.16.44-1.85.94-2.36L3.78 3.54a5.3 5.3 0 0 0-1.36 3.21c-.17 1.3-.17 2.98-.17 5.11zM12 1.98q-2.12-.01-3.64.05l.08 1.5q1.44-.06 3.56-.05zM7.87 3.3l1.75 1.78 1.06-1.05-1.75-1.78zm1.06 0 1.75-1.77L9.62.47 7.87 2.25z" fill="currentColor"></path><path d="m8.5 12.5 2 2 5-5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>