15 lines
702 B
XML
15 lines
702 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 192 192">
|
||
|
|
<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="192" height="192" rx="42" fill="url(#bg)" />
|
||
|
|
<rect x="42" y="44" width="108" height="104" rx="14" fill="#f8fafc" />
|
||
|
|
<rect x="57" y="66" width="78" height="8" rx="4" fill="#0f172a" />
|
||
|
|
<rect x="57" y="86" width="64" height="8" rx="4" fill="#334155" />
|
||
|
|
<rect x="57" y="106" width="48" height="8" rx="4" fill="#64748b" />
|
||
|
|
<rect x="57" y="126" width="60" height="8" rx="4" fill="#94a3b8" />
|
||
|
|
</svg>
|