| 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 |
<path d="M15 20h55c5 0 10 4 10 10v30c0 5-5 10-10 10H40l-15 15v-15h-10c-5 0-10-5-10-10V30c0-6 5-10 10-10z" fill="url(#g)" opacity="0.15" stroke="url(#g)" stroke-width="2"/> |
| 4 |
<circle cx="30" cy="45" r="5" fill="url(#g)" opacity="0.6"/> |
| 5 |
<circle cx="50" cy="45" r="5" fill="url(#g)" opacity="0.6"/> |
| 6 |
<circle cx="70" cy="45" r="5" fill="url(#g)" opacity="0.6"/> |
| 7 |
<circle cx="75" cy="25" r="12" fill="url(#g)"/> |
| 8 |
<text x="75" y="29" font-family="Arial" font-size="10" fill="#fff" text-anchor="middle" font-weight="bold">3</text> |
| 9 |
</svg> |