Stackable
Stackable copied to clipboard
Optimization: Multiple identical SVG Icons should produce less markup
If you have multiple identical SVG Icon Blocks (same identical markup, take note that changing the icon color/opacity/style may change the SVG markup), then we need to lessen the amount of SVG markup in the page.
We can use the <use> tag in HTML for referencing and reusing SVG elements.