TAG
JavaScript
Result
Run
License
<svg id="sprite" width="200" viewBox="53.6159 50.8115 49.5058 49.8697" xmlns="https://www.w3.org/2000/svg" xmlns:bx="https://boxy-svg.com"> <path style="stroke: rgb(0, 0, 0); fill: rgb(236, 160, 59);" transform="matrix(0.6642400026321411, 0, 0, 0.6691220998764038, -212.0250165189256, -111.16356244997814)" d="M 432.623 242.071 L 441.741 242.071 L 443.665 255.997 A 24.222 24.222 0 0 1 449.1 258.249 L 460.308 249.762 L 466.756 256.209 L 458.269 267.417 A 24.222 24.222 0 0 1 460.52 272.852 L 474.447 274.777 L 474.447 283.895 L 460.52 285.819 A 24.222 24.222 0 0 1 458.269 291.254 L 466.756 302.462 L 460.308 308.91 L 449.1 300.423 A 24.222 24.222 0 0 1 443.665 302.674 L 441.741 316.601 L 432.623 316.601 L 430.698 302.674 A 24.222 24.222 0 0 1 425.263 300.423 L 414.055 308.91 L 407.608 302.462 L 416.095 291.254 A 24.222 24.222 0 0 1 413.843 285.819 L 399.917 283.895 L 399.917 274.777 L 413.843 272.852 A 24.222 24.222 0 0 1 416.095 267.417 L 407.608 256.209 L 414.055 249.762 L 425.263 258.249 A 24.222 24.222 0 0 1 430.698 255.997 Z M 437.182 268.156 A 11.179 11.179 0 0 0 437.182 290.515 A 11.179 11.179 0 0 0 437.182 268.156" bx:shape="cog 437.182 279.336 11.179 24.222 37.265 0.38 8 1@a38ade8d"/> </svg>
window.addEventListener("load", function() { const elSvg = document.getElementById("sprite"); const iterAttr = elSvg.attributes[Symbol.iterator](); for(attr of iterAttr) { console.log(attr.namespaceURI); } });
Console
expand_less
License
License
by DevDic
Close