dev-cheatsheets icon indicating copy to clipboard operation
dev-cheatsheets copied to clipboard

SVG

Open MichaelCurrin opened this issue 3 years ago • 0 comments

<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 }}" />

MichaelCurrin avatar Feb 27 '22 15:02 MichaelCurrin