You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.5 KiB
XML

<svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="faviconGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
</linearGradient>
</defs>
<!-- 背景圆形 -->
<circle cx="32" cy="32" r="30" fill="url(#faviconGradient)"/>
<!-- 简化的看板网格 - 清晰可辨 -->
<g stroke="white" stroke-width="2" stroke-linecap="round" fill="none" opacity="0.95">
<!-- 垂直网格线 -->
<line x1="16" y1="16" x2="16" y2="48"/>
<line x1="32" y1="16" x2="32" y2="48"/>
<line x1="48" y1="16" x2="48" y2="48"/>
<!-- 水平网格线 -->
<line x1="16" y1="16" x2="48" y2="16"/>
<line x1="16" y1="32" x2="48" y2="32"/>
<line x1="16" y1="48" x2="48" y2="48"/>
</g>
<!-- 数据点 - 突出显示 -->
<circle cx="24" cy="24" r="2.5" fill="white" opacity="1"/>
<circle cx="40" cy="24" r="2" fill="white" opacity="0.95"/>
<circle cx="32" cy="40" r="3" fill="white" opacity="1"/>
<circle cx="24" cy="40" r="2" fill="white" opacity="0.9"/>
<circle cx="40" cy="40" r="2.5" fill="white" opacity="0.98"/>
<!-- 右上角趋势箭头 -->
<g opacity="0.9">
<path d="M 40 16 L 44 12 L 48 16" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
<line x1="40" y1="16" x2="48" y2="16" stroke="white" stroke-width="2" stroke-linecap="round"/>
</g>
</svg>