rf-web/_includes/svg/social-icons/substack.html
2020-04-25 10:49:59 +02:00

9 lines
528 B
HTML

<a href="{{ site.data.social-links.substack }}" class="social-link social-link--substack" title="ReclaimFutures newsletter">
<svg xmlns="http://www.w3.org/2000/svg" width="{{ include.size }}" height="{{ include.size }}" viewBox="0 0 50 50">
<g transform="translate(4 1)">
<polygon points="42.183 10.812 .025 10.812 .025 16.485 42.183 16.485"/>
<polygon points=".025 21.624 .025 48 21.103 36.221 42.185 48 42.185 21.624"/>
<polygon points="42.183 0 .025 0 .025 5.672 42.183 5.672"/>
</g>
</svg>
</a>