CSS Loading Animation Generator

Generate CSS loading animations with live preview. Spinners, dots, bars, and more.

10.3Kuses
9.4/10(219)
48px
1s

Code

<!-- HTML -->
<div class="loader"></div>

/* CSS */
.loader {
  width: 48px;
  height: 48px;
  border: 6px solid #6366f133;
  border-top: 6px solid #6366f1;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

Recommended Products

Ad

Affiliate Disclosure: As an Amazon Associate, ToolBird earns from qualifying purchases. Links above are affiliate links — if you buy through them, we may earn a small commission at no extra cost to you.

Disclaimer: This tool is provided as-is for informational and educational purposes only.

ToolBird Assistant

Find the right tool instantly

Hey! I'm ToolBird Assistant. Tell me what you need and I'll find the right tool for you.