PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
prdctfltr
/
lib
/
images
/
svg-loaders
Example =========== All loaders may be previewed at: http://samherbert.net/svg-loaders Usage =========== [Download](https://github.com/SamHerbert/SVG-Loaders/archive/master.zip) or `bower install svg-loaders` ```html <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. Minify =========== All SVG files are fairly small in size, but you can make them even smaller by minifying with something like [SVGO](https://github.com/svg/svgo).
[+]
..
[-] grid.svg
[edit]
[-] bars.svg
[edit]
[-] LICENSE.md
[edit]
[-] spinning-circles.svg
[edit]
[-] oval.svg
[edit]
[-] rings.svg
[edit]
[-] three-dots.svg
[edit]
[-] audio.svg
[edit]
[-] README.md
[edit]
[-] ball-triangle.svg
[edit]
[-] circles.svg
[edit]
[-] puff.svg
[edit]
[-] hearts.svg
[edit]
[-] tail-spin.svg
[edit]