| 1 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"> |
| 2 |
<defs> |
| 3 |
<linearGradient id="wsot" x1="0%" y1="0%" x2="100%" y2="100%"> |
| 4 |
<stop offset="0%" stop-color="#9B62FF"/> |
| 5 |
<stop offset="100%" stop-color="#5B03FF"/> |
| 6 |
</linearGradient> |
| 7 |
</defs> |
| 8 |
|
| 9 |
<rect x="6" y="16" width="20" height="16" rx="3" fill="none" stroke="url(#wsot)" stroke-width="2"/> |
| 10 |
<path d="M26 20h6l6 6v6h-12" fill="none" stroke="url(#wsot)" stroke-width="2" stroke-linejoin="round"/> |
| 11 |
<circle cx="14" cy="38" r="3" fill="none" stroke="url(#wsot)" stroke-width="2"/> |
| 12 |
<circle cx="32" cy="38" r="3" fill="none" stroke="url(#wsot)" stroke-width="2"/> |
| 13 |
<circle cx="36" cy="12" r="6" fill="none" stroke="url(#wsot)" stroke-width="1.8"/> |
| 14 |
<path d="M40 16l3 3" stroke="url(#wsot)" stroke-width="1.8" stroke-linecap="round"/> |
| 15 |
|
| 16 |
</svg> |
| 17 |
|