| 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 |
<rect x="72" y="96" width="368" height="320" rx="36" ry="36"/> |
| 10 |
<rect x="92" y="96" width="10" height="320" rx="5" ry="5"/> |
| 11 |
<path d="M176 200c0-36 28-64 64-64h16v64h-32c-9 0-16 7-16 16v16h48v80h-80v-112z"/> |
| 12 |
<path d="M320 200c0-36 28-64 64-64h16v64h-32c-9 0-16 7-16 16v16h48v80h-80v-112z"/> |
| 13 |
</g> |
| 14 |
</svg> |
| 15 |
|