| 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="10" y="15" width="80" height="70" rx="6" fill="none" stroke="url(#g)" stroke-width="2"/> |
| 4 |
<g transform="translate(50,35)"> |
| 5 |
<polygon points="0,-15 4,-5 15,-5 6,2 10,13 0,6 -10,13 -6,2 -15,-5 -4,-5" fill="url(#g)"/> |
| 6 |
</g> |
| 7 |
<g transform="translate(25,35) scale(0.6)" opacity="0.7"> |
| 8 |
<polygon points="0,-15 4,-5 15,-5 6,2 10,13 0,6 -10,13 -6,2 -15,-5 -4,-5" fill="url(#g)"/> |
| 9 |
</g> |
| 10 |
<g transform="translate(75,35) scale(0.6)" opacity="0.7"> |
| 11 |
<polygon points="0,-15 4,-5 15,-5 6,2 10,13 0,6 -10,13 -6,2 -15,-5 -4,-5" fill="url(#g)"/> |
| 12 |
</g> |
| 13 |
<rect x="20" y="55" width="60" height="5" rx="2" fill="url(#g)" opacity="0.5"/> |
| 14 |
<rect x="25" y="65" width="50" height="4" rx="2" fill="url(#g)" opacity="0.3"/> |
| 15 |
<rect x="30" y="73" width="40" height="4" rx="2" fill="url(#g)" opacity="0.3"/> |
| 16 |
</svg> |