Files
superwork/vscode/res/icon-marketplace.svg
T

31 lines
1.4 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#4F46E5"/><stop offset="1" stop-color="#9333EA"/>
</linearGradient>
<linearGradient id="bolt" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#FEF3C7"/><stop offset="1" stop-color="#FBBF24"/>
</linearGradient>
<filter id="sh" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="6" stdDeviation="6" flood-color="#1E1B4B" flood-opacity="0.45"/>
</filter>
</defs>
<rect width="256" height="256" rx="56" fill="url(#bg)"/>
<!-- 三列看板:卡片用白色半透明,形成板面层次 -->
<g fill="#fff" fill-opacity="0.22">
<rect x="40" y="48" width="52" height="160" rx="12"/>
<rect x="102" y="48" width="52" height="160" rx="12"/>
<rect x="164" y="48" width="52" height="160" rx="12"/>
</g>
<g fill="#fff" fill-opacity="0.95">
<rect x="48" y="58" width="36" height="26" rx="7"/>
<rect x="48" y="92" width="36" height="26" rx="7"/>
<rect x="48" y="126" width="36" height="26" rx="7"/>
<rect x="110" y="58" width="36" height="26" rx="7"/>
<rect x="110" y="92" width="36" height="26" rx="7"/>
<rect x="172" y="58" width="36" height="26" rx="7"/>
</g>
<!-- 闪电:superpower,压在板面右下 -->
<path d="M168 104 L120 172 H150 L136 228 L192 152 H160 Z" fill="url(#bolt)" filter="url(#sh)"/>
</svg>