Files
PolyHermes/frontend/public/favicon.svg
T

63 lines
1.4 KiB
XML
Raw Normal View History

2025-12-07 16:15:59 +08:00
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- 背景色(标题背景色 #001529 -->
<rect width="64" height="64" fill="#001529" />
<defs>
<linearGradient id="logoGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#69c0ff" />
<stop offset="100%" stop-color="#b37feb" />
</linearGradient>
</defs>
<!-- 主图标设计:双箭头连接,代表跟单交易 -->
<!-- 左侧箭头(指向中心) -->
<path
d="M 16 32 L 8 24 L 8 40 Z"
fill="url(#logoGradient)"
/>
<!-- 中心连接线(代表跟单连接) -->
<line
x1="20"
y1="32"
x2="44"
y2="32"
stroke="url(#logoGradient)"
stroke-width="3"
stroke-linecap="round"
/>
<!-- 右侧箭头(指向中心) -->
<path
d="M 48 32 L 56 24 L 56 40 Z"
fill="url(#logoGradient)"
/>
<!-- 中心圆点(代表交易节点/数据同步点) -->
<circle
cx="32"
cy="32"
r="5"
fill="url(#logoGradient)"
/>
<!-- 装饰性数据流弧线(代表实时数据同步) -->
<path
d="M 20 20 Q 32 14 44 20"
stroke="url(#logoGradient)"
stroke-width="2"
fill="none"
opacity="0.5"
stroke-linecap="round"
/>
<path
d="M 20 44 Q 32 50 44 44"
stroke="url(#logoGradient)"
stroke-width="2"
fill="none"
opacity="0.5"
stroke-linecap="round"
/>
</svg>