| 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="18" cy="50" r="10" fill="url(#g)" opacity="0.3"/> |
| 4 |
<path d="M15 50l3 3 5-6" stroke="url(#g)" stroke-width="2" fill="none" stroke-linecap="round"/> |
| 5 |
<path d="M32 50l5-5 5 5" stroke="url(#g)" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/> |
| 6 |
<rect x="46" y="44" width="20" height="12" rx="3" fill="url(#g)" opacity="0.4"/> |
| 7 |
<path d="M70 50l5-5 5 5" stroke="url(#g)" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/> |
| 8 |
<rect x="84" y="44" width="10" height="12" rx="3" fill="url(#g)" opacity="0.7"/> |
| 9 |
</svg> |