Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shubhamjain/svg-spinners

Collection of open-source SVG spinners (CSS & SMIL based).
https://github.com/shubhamjain/svg-spinners

Last synced: 21 days ago
JSON representation

Collection of open-source SVG spinners (CSS & SMIL based).

Awesome Lists containing this project

README

        

# SVG Spinners
Collection of open-source SVG-based spinners (CSS & SMIL).

**[Demo](https://magecdn.com/tools/svg-loaders)**

## Usage
Each icon can be used either using IMG tag or as an inline SVG.

Each SVG has a fill set to `currentColor`. So, to change the color, you can either modify the fill/stroke directly:

```html

```

or, you can set the parent's text color, and it will be automatically reflected in SVG:

```html




```

# Sources
- [SamHerbert / SVG-Loaders](https://github.com/SamHerbert/SVG-Loaders)
- [n3r4zzurr0 / svg-spinners](https://github.com/n3r4zzurr0/svg-spinners)
- [pasqualevitiello / Tumblr-Style-Cog-Spinners](https://github.com/pasqualevitiello/Tumblr-Style-Cog-Spinners)
- [Various Codepens](https://codepen.io/tag/svg-loader)
- [Various UIVerse Posts](https://uiverse.io/loaders)