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📖Web Design BooksShop →🎨Color Reference GuidesShop →✏️Drawing TabletsShop →🎨Design SoftwareShop →🖥️Monitor CalibratorsShop →💻Laptop StandsShop →🖱️Wireless MouseShop →🔌USB-C HubShop →👓Blue Light GlassesShop →🖥️Desk PadShop →
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.