| 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="100%"> |
| 4 |
<stop offset="0%" style="stop-color:#0ea5e9;stop-opacity:1"/> |
| 5 |
<stop offset="100%" style="stop-color:#2563eb;stop-opacity:1"/> |
| 6 |
</linearGradient> |
| 7 |
</defs> |
| 8 |
<g fill="url(#grad1)"> |
| 9 |
<rect x="64" y="96" width="384" height="320" rx="32" ry="32"/> |
| 10 |
<circle cx="132" cy="172" r="12"/> |
| 11 |
<circle cx="132" cy="256" r="12"/> |
| 12 |
<circle cx="132" cy="340" r="12"/> |
| 13 |
<rect x="164" y="152" width="140" height="20" rx="10" ry="10"/> |
| 14 |
<rect x="164" y="188" width="170" height="16" rx="8" ry="8"/> |
| 15 |
<rect x="164" y="236" width="140" height="20" rx="10" ry="10"/> |
| 16 |
<rect x="164" y="270" width="150" height="16" rx="8" ry="8"/> |
| 17 |
<rect x="164" y="318" width="140" height="20" rx="10" ry="10"/> |
| 18 |
<rect x="164" y="352" width="120" height="16" rx="8" ry="8"/> |
| 19 |
<rect x="320" y="160" width="96" height="192" rx="16" ry="16"/> |
| 20 |
</g> |
| 21 |
</svg> |
| 22 |
|