| 1 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"> |
| 2 |
<defs><linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="#9B62FF"/><stop offset="100%" stop-color="#5B03FF"/></linearGradient></defs> |
| 3 |
<circle cx="50" cy="50" r="35" fill="url(#g)"/> |
| 4 |
<path d="M38 35c0-2 1-3 3-3h3c1.5 0 2.5 1 3 2.5l2 5c.3 1.2 0 2.5-1 3.2l-3 2.5c2 4 5 7 9 9l2.5-3c.7-1 2-1.3 3.2-1l5 2c1.5.5 2.5 1.5 2.5 3v3c0 2-1 3-3 3-15 0-26-11-26-26z" fill="#fff"/> |
| 5 |
<circle cx="70" cy="30" r="10" fill="#fff" opacity="0.3"/> |
| 6 |
<circle cx="70" cy="30" r="6" fill="url(#g)" opacity="0.8"/> |
| 7 |
<path d="M70 26v8M66 30h8" stroke="#fff" stroke-width="2" stroke-linecap="round"/> |
| 8 |
</svg> |