const svg = document.getElementsByTagName("svg")[SVG_INDEX]; const bbox = svg.getBBox(); const viewBox = [bbox.x, bbox.y, bbox.width, bbox.height].join(" "); svg.setAttribute("viewBox", viewBox); prompt("Copy to clipboard: Ctrl+C, Enter", svg.outerHTML);
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter