| 1 |
<svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"> |
| 2 |
<defs> |
| 3 |
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%"> |
| 4 |
<stop offset="0%" style="stop-color:#9B62FF;stop-opacity:1"/> |
| 5 |
<stop offset="100%" style="stop-color:#5B03FF;stop-opacity:1"/> |
| 6 |
</linearGradient> |
| 7 |
</defs> |
| 8 |
<g fill="url(#grad1)"> |
| 9 |
<path d="M160 64h64v192c0 35.3 28.7 64 64 64s64-28.7 64-64V64h64v192c0 70.7-57.3 128-128 128S160 326.7 160 256V64z"/> |
| 10 |
<rect x="160" y="64" width="64" height="48" rx="8"/> |
| 11 |
<rect x="288" y="64" width="64" height="48" rx="8"/> |
| 12 |
<circle cx="256" cy="424" r="32"/> |
| 13 |
</g> |
| 14 |
</svg> |
| 15 |
|