Skip to content

Instantly share code, notes, and snippets.

@ioncodes
Created February 16, 2017 10:17
Show Gist options
  • Select an option

  • Save ioncodes/ef816c30f6732fac0e2e3392b3079135 to your computer and use it in GitHub Desktop.

Select an option

Save ioncodes/ef816c30f6732fac0e2e3392b3079135 to your computer and use it in GitHub Desktop.
var svgs = document.getElementsByClassName('icon');
var icons = [];
for(var i = 0; i < svgs.length; i++) {
var child = svgs[i].childNodes[0].getAttribute('xlink:href');
icons.push(child);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment