Skip to content

Instantly share code, notes, and snippets.

@hopearmstrong
Created April 2, 2019 05:40
Show Gist options
  • Save hopearmstrong/fd71f3ecba1647eb160abf2f65e93211 to your computer and use it in GitHub Desktop.
Save hopearmstrong/fd71f3ecba1647eb160abf2f65e93211 to your computer and use it in GitHub Desktop.
Loading bars
<svg id="loading-bar" xmlns="http://www.w3.org/2000/svg" width="36" height="22" viewBox="0 0 36 22">
<g>
<rect id="loading-bar-left" width="8" height="22"/>
<rect id="loading-bar-middle" width="8" height="22" x="14"/>
<rect id="loading-bar-right" width="8" height="22" x="28"/>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment