--- title: SVG Illustrations page-header: SVG Illustrations menu: illustrations --- {% assign illustrations = "" | split: "," %} {% assign first_illustration = '' %} {% for illustration in site.free-illustrations reversed %} {% if illustration.id contains 'autodark' %} {% assign first_illustration = illustration %} {% assign illustrations = illustrations | push: illustration %} {% endif %} {% endfor %} {% assign illustrations = illustrations | reverse %} {% assign skin_color = site.skin-colors | first %} {% assign color = site.colors | first %}
{{ first_illustration }}
Primary color
{% for color in site.colors %}
{% endfor %}
Skin color
{% for color in site.skin-colors %}
{% endfor %}
Select SVG illustration
{% for illustration in illustrations %}
{% endfor %}

{{ site.illustrations.count | minus: 4 }} more SVG Illustrations

{% include ui/icon.html icon="brand-figma" %}

Tabler Illustrations

Access a wide range of SVG illustrations for various projects. Effortlessly customize any illustration to align perfectly with your chosen color scheme!
{% for illustration in site.data.illustrations %} {% endfor %}
{% capture_global scripts %} {% endcapture_global %}