Controls

Stroke width2px
Size120px
Animated
Speed
refreshreloadsyncrotatespinningretryupdateanimated refresh icon

Refresh

Animated refresh SVG icon for React and Next.js. Spins a circular arrow for reload, sync, retry, and data update interactions.

import Refresh from "cssvg-icons/refresh";

export default function App() {
  return (
    <Refresh
      color="#ffffff"
      strokeWidth={2}
      size={120}
    />
  );
}

Details

AuthorHari

Missing something?

Need a variant of Refresh or a different style? Open a GitHub issue and we'll add it to the queue.

Request a variant