p2p-file-transfer/public/p2p-icon.svg
2026-01-12 03:56:47 +08:00

19 lines
903 B
XML

<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#3B82F6;stop-opacity:1" />
<stop offset="100%" style="stop-color:#60A5FA;stop-opacity:1" />
</linearGradient>
<linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#F8FAFC;stop-opacity:1" />
<stop offset="100%" style="stop-color:#E2E8F0;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="256" height="256" rx="48" fill="url(#bgGrad)"/>
<g transform="translate(78, 48)">
<rect x="0" y="0" width="100" height="160" rx="12" fill="url(#grad1)" opacity="0.9"/>
<path d="M25 50 L75 50 M25 80 L75 80 M25 110 L60 110" stroke="white" stroke-width="6" stroke-linecap="round"/>
</g>
</svg>