SVG Stacks
svg .icon { display: none }
svg .icon:target { display: inline }
<svg viewBox="0 0 32 28">
<g id="stack" class="icon">
<polygon points="0,20 16,24 32,20 32,24 16,28 0,24"/>
<polygon points="0,12 16,16 32,12 32,16 16,20 0,16"/>
<polygon points="0,4 16,0 32,4 32,8 16,12 0,8"/>
</g>
</svg>