dev-cheatsheets
dev-cheatsheets copied to clipboard
SVG
<svg>
<use xlink:href="{{ 'assets/img/python.svg#python' | relative_url }}"></use>
</svg>
<img src="{{ 'assets/img/python.svg#python' | relative_url }}" width="40">
{% assign size = 25 %}
<img src="https://simpleicons.org/icons/{{ include.name }}.svg" width="{{ size }}" height="{{ size }}" />