<svg width="{% if width %}{{width}}{% else %}24{% endif %}" height="{% if height %}{{height}}{% else %}24{% endif %}" viewBox="{% if viewBox %}{{viewBox}}{% else %}0 0 24 24{% endif %}"{% if aria_hidden %} aria-hidden="{{aria_hidden}}"{% endif %}{% if aria_labelledby %} aria-labelledby="{{aria_labelledby}}"{% endif %}{% if class %} class="{{class}}"{% endif %}{% if focusable %} focusable="{{focusable}}"{% endif %}{% if id %} id="{{id}}"{% endif %}{% if preserveAspectRatio %} preserveAspectRatio="{{preserveAspectRatio}}"{% endif %}{% if role %} role="{{role}}"{% endif %}{% if style %} style="{{style}}"{% endif %}>{% block before %}{% endblock %}{% block content %}<path d="M12 .5C5.65.5.5 5.65.5 12c0 5.39 3.71 9.92 8.72 11.16v-7.65H6.85V12h2.37v-1.51c0-3.91 1.77-5.73 5.61-5.73.73 0 1.99.14 2.5.29v3.19c-.27-.03-.74-.04-1.33-.04-1.89 0-2.61.71-2.61 2.57v1.24h3.76l-.65 3.51h-3.11v7.9C19.08 22.73 23.5 17.88 23.5 12 23.5 5.65 18.35.5 12 .5z"/>{% endblock %}{% block after %}{% endblock %}</svg>