| 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" width="256" height="256"> |
| 2 | <defs> |
| 3 | <linearGradient id="bg" x1="0" y1="0" x2="1" y2="1"> |
| 4 | <stop offset="0%" stop-color="#4f46e5"/> |
| 5 | <stop offset="100%" stop-color="#7c3aed"/> |
| 6 | </linearGradient> |
| 7 | <linearGradient id="paper" x1="0" y1="0" x2="0" y2="1"> |
| 8 | <stop offset="0%" stop-color="#ffffff"/> |
| 9 | <stop offset="100%" stop-color="#f1f5f9"/> |
| 10 | </linearGradient> |
| 11 | </defs> |
| 12 | |
| 13 | <rect x="0" y="0" width="256" height="256" rx="48" ry="48" fill="url(#bg)"/> |
| 14 | |
| 15 | <g transform="translate(64 44)"> |
| 16 | <path d="M0 6 Q0 0 6 0 L96 0 L128 32 L128 162 Q128 168 122 168 L6 168 Q0 168 0 162 Z" |
| 17 | fill="url(#paper)"/> |
| 18 | <path d="M96 0 L128 32 L100 32 Q96 32 96 28 Z" fill="#cbd5e1"/> |
| 19 | |
| 20 | <rect x="20" y="50" width="88" height="6" rx="3" fill="#6366f1" opacity="0.85"/> |
| 21 | <rect x="20" y="64" width="60" height="6" rx="3" fill="#a78bfa" opacity="0.7"/> |
| 22 | <rect x="20" y="78" width="74" height="6" rx="3" fill="#a78bfa" opacity="0.55"/> |
| 23 | |
| 24 | <text x="64" y="138" text-anchor="middle" |
| 25 | font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif" |
| 26 | font-size="34" font-weight="800" fill="#1e1b4b" letter-spacing="2">DLM</text> |
| 27 | </g> |
| 28 | </svg> |