her.esy.fun/logo-svg.org
Yann Esposito (Yogsototh) 5ae19b34eb
cleanup style
2020-08-08 11:19:34 +02:00

11 lines
395 B
Org Mode

@@html:
<div style="text-align:center">
<svg viewBox="0 0 64 64">
<circle cx="32" cy="32" r="30" stroke="var(--b2)" stroke-width="2" fill="var(--b03)"/>
<circle cx="32" cy="32" r="12" stroke="var(--r)" stroke-width="2" fill="var(--o)"/>
<circle cx="32" cy="32" r="6" stroke-width="0" fill="var(--y)"/>
<ellipse cx="32" cy="14" rx="14" ry="8" stroke-width="0" fill="var(--b3)"/>
</svg>
</div>
@@