25 lines
688 B
XML
25 lines
688 B
XML
<svg
|
||
xmlns="http://www.w3.org/2000/svg"
|
||
width="width: 100%" height="100%"
|
||
viewBox="-2 -2 4 4">
|
||
<g fill="#0F0" font-family="Georgia" font-size="2.4">
|
||
<g id="h3">
|
||
<g id="h2">
|
||
<path id="flame" stroke="#0D0" stroke-width="0.05"
|
||
d="
|
||
M -0.2 -0.93
|
||
c .3 -.3, -.3 -.6, .5 -1
|
||
C -0.15 -1.5, 0.4 -1.5, 0.2 -0.94
|
||
"
|
||
/>
|
||
<use href="#flame" transform="rotate(111.24 0,0)"/>
|
||
</g>
|
||
<use href="#h2" transform="rotate(153.74 0,0)"/>
|
||
</g>
|
||
<use href="#h3" transform="rotate(153.74 0,0)"/>
|
||
<use href="#flame" transform="rotate(202.43 0,0)"/>
|
||
<circle r="1" />
|
||
<text x="0" y=".27" text-anchor="middle" style="fill:#000">ρ</text>
|
||
</g>
|
||
</svg>
|