| 1 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"> |
| 2 |
<defs> |
| 3 |
<linearGradient id="wsc" 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 |
<path d="M8 14h6l4 18h18l5-14H16" fill="none" stroke="url(#wsc)" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/> |
| 10 |
<circle cx="22" cy="38" r="2.6" fill="url(#wsc)"/> |
| 11 |
<circle cx="34" cy="38" r="2.6" fill="url(#wsc)"/> |
| 12 |
<rect x="20" y="20" width="12" height="3" rx="1.5" fill="url(#wsc)" opacity="0.5"/> |
| 13 |
|
| 14 |
</svg> |
| 15 |
|