Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/shubhamjain/svg-spinners
- Owner: shubhamjain
- License: mit
- Created: 2024-10-16T14:49:04.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2024-10-17T05:55:19.000Z (28 days ago)
- Last Synced: 2024-10-19T12:54:15.219Z (26 days ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 126
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)