Skip to content

jbenguira/SVG-Loaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check out an example of all the loaders:

http://samherbert.net/svg-loaders

Usage

<img src="svg-loaders/puff.svg" />

An icon's color can be manipulated by changing the fill attribute in the SVG file.

<svg fill="#fff" width="140" height="64" viewBox="0 0 140 64" xmlns="http://www.w3.org/2000/svg">

Note: Not all browsers support SVG, or more specifically, animated SVGs. Check (http://caniuse.com/#feat=svg-smil) to make sure you're good to go. If not, you may want to implement a fallback.

About

Loading icons and small animations built with pure SVG.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 100.0%