Loaders · 1s loop
Spinner
Looping ring loader
By Lottie Max Added
240×240 · 60fps · 1.00s · loops
Embed it anywhere
Paste the snippet into any HTML page. The animation loads from
/templates/spinner.json — host it yourself or hot-link from lottiemax.com.
Embed · Spinner
<script src="https://unpkg.com/lottie-web@latest/build/player/lottie.min.js"></script>
<div id="lottie-spinner" style="width:240px;height:240px;"></div>
<script>
lottie.loadAnimation({
container: document.getElementById('lottie-spinner'),
renderer: 'svg',
loop: true,
autoplay: true,
path: 'https://lottiemax.com/templates/spinner.json',
});
</script>