| 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 |
<line x1="25" y1="50" x2="75" y2="50" stroke="url(#g)" stroke-width="3" opacity="0.3"/> |
| 4 |
<line x1="25" y1="50" x2="50" y2="50" stroke="url(#g)" stroke-width="3"/> |
| 5 |
<circle cx="25" cy="50" r="10" fill="url(#g)"/> |
| 6 |
<path d="M22 50l3 3 5-6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/> |
| 7 |
<circle cx="50" cy="50" r="10" fill="url(#g)"/> |
| 8 |
<text x="50" y="54" font-family="Arial" font-size="10" fill="#fff" text-anchor="middle">2</text> |
| 9 |
<circle cx="75" cy="50" r="10" fill="none" stroke="url(#g)" stroke-width="2"/> |
| 10 |
<text x="75" y="54" font-family="Arial" font-size="10" fill="url(#g)" text-anchor="middle">3</text> |
| 11 |
<text x="25" y="70" font-family="Arial" font-size="8" fill="url(#g)" text-anchor="middle">Cart</text> |
| 12 |
<text x="50" y="70" font-family="Arial" font-size="8" fill="url(#g)" text-anchor="middle">Info</text> |
| 13 |
<text x="75" y="70" font-family="Arial" font-size="8" fill="url(#g)" text-anchor="middle" opacity="0.5">Pay</text> |
| 14 |
</svg> |