Skip to content

Instantly share code, notes, and snippets.

@BryanSchuetz
Created August 17, 2015 18:59
Show Gist options
  • Save BryanSchuetz/50c6a961f3ea13b20bba to your computer and use it in GitHub Desktop.
Save BryanSchuetz/50c6a961f3ea13b20bba to your computer and use it in GitHub Desktop.
Load all SVG data once using a partial. Then call each one as you want inline—basically, an SVG sprite.
<svg style="display: none;">
<defs>
<g></g>
</defs>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment