{% load utils_tags %}
{% svgicon '🕶️' 'rounded square' '#ffccff' as icon %}
<link rel="icon" href="data:image/svg+xml,{{ icon | urlencode }}">
Will make a nice favicon of sunglases with a pink background.
Test the following to see what it can do
{% svgicon '🕶️' %}
{% svgicon '🕶️' 'circle' %}
{% svgicon '🕶️' 'circle' '#ffccff' %}