Lottie Max

Loaders · 1.4s loop

Refresh Spinner

Circular arrow rotating — sync / refresh indicator

By Lottie Max Added Updated

240×240 · 30fps · 1.40s · loops

Embed it anywhere

Paste the snippet into any HTML page. The animation loads from /templates/refresh-spinner.json — host it yourself or hot-link from lottiemax.com.

Embed · Refresh Spinner
<script src="https://unpkg.com/lottie-web@latest/build/player/lottie.min.js"></script>
<div id="lottie-refresh-spinner" style="width:240px;height:240px;"></div>
<script>
  lottie.loadAnimation({
    container: document.getElementById('lottie-refresh-spinner'),
    renderer: 'svg',
    loop: true,
    autoplay: true,
    path: 'https://lottiemax.com/templates/refresh-spinner.json',
  });
</script>

More loaders templates

View all →