15 lines
723 B
XML
15 lines
723 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
||
|
|
<stop offset="0%" stop-color="#0f172a" />
|
||
|
|
<stop offset="100%" stop-color="#1d4ed8" />
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<rect width="512" height="512" rx="110" fill="url(#bg)" />
|
||
|
|
<rect x="112" y="116" width="288" height="280" rx="36" fill="#f8fafc" />
|
||
|
|
<rect x="152" y="174" width="208" height="20" rx="10" fill="#0f172a" />
|
||
|
|
<rect x="152" y="224" width="172" height="20" rx="10" fill="#334155" />
|
||
|
|
<rect x="152" y="274" width="128" height="20" rx="10" fill="#64748b" />
|
||
|
|
<rect x="152" y="324" width="160" height="20" rx="10" fill="#94a3b8" />
|
||
|
|
</svg>
|