Files
OneMD/public/pwa-icon.svg
T
2026-06-19 14:45:07 +08:00

20 lines
1.1 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#0366d6"/>
<stop offset="100%" stop-color="#0550b2"/>
</linearGradient>
</defs>
<rect width="512" height="512" rx="96" fill="url(#bg)"/>
<g transform="translate(100,106)" fill="none" stroke="#fff" stroke-width="24" stroke-linecap="round" stroke-linejoin="round">
<rect x="0" y="0" width="230" height="300" rx="12" fill="#fff" stroke="none"/>
<rect x="230" y="0" width="82" height="300" rx="8" fill="#e8f0fe" stroke="none"/>
<line x1="230" y1="0" x2="230" y2="300" stroke="#c8d8e8" stroke-width="8"/>
<line x1="40" y1="60" x2="190" y2="60" stroke="#0366d6" stroke-width="10"/>
<line x1="40" y1="110" x2="190" y2="110" stroke="#a0c0e8" stroke-width="8"/>
<line x1="40" y1="150" x2="170" y2="150" stroke="#a0c0e8" stroke-width="8"/>
<line x1="40" y1="190" x2="190" y2="190" stroke="#a0c0e8" stroke-width="8"/>
<line x1="40" y1="230" x2="140" y2="230" stroke="#a0c0e8" stroke-width="8"/>
</g>
</svg>