| 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 |
<rect x="15" y="35" width="70" height="30" rx="6" fill="none" stroke="url(#g)" stroke-width="2"/> |
| 4 |
<circle cx="35" cy="50" r="10" fill="none" stroke="url(#g)" stroke-width="2"/> |
| 5 |
<path d="M42 57l8 8" stroke="url(#g)" stroke-width="2" stroke-linecap="round"/> |
| 6 |
<rect x="55" y="45" width="25" height="4" rx="2" fill="url(#g)" opacity="0.5"/> |
| 7 |
<rect x="55" y="52" width="18" height="3" rx="1" fill="url(#g)" opacity="0.3"/> |
| 8 |
</svg> |