Design & Assets
Spinner Loader CSS Generator
Generate CSS spinner loader snippets.
Input
Spinner Loader CSS Generator
spinnerloadercss animationui
Output
Spinner Loader CSS Generator
.spinner {
width: 24px;
height: 24px;
border-radius: 999px;
border: 2px solid #cbd5e1;
border-top-color: #2563eb;
animation: spin 0.3s linear infinite;
}
@keyframes spin {
to { transform: rotate(360deg); }
}Related tools
Color Converter
Convert between HEX, RGB, and HSL color formats.
CSS Gradient Generator
Generate a linear gradient and copy the CSS instantly.
Favicon Generator
Create a simple SVG favicon from initials and brand colors.
SVG Optimizer
Strip comments and collapse whitespace in SVG markup.
CSS Minifier
Minify CSS by removing comments and extra whitespace.
CSS Formatter
Pretty-print CSS with readable indentation.