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.

20 lines
978 B
XML

1 week ago
<svg xmlns="http://www.w3.org/2000/svg" width="120" height="40" viewBox="0 0 120 40">
<defs>
<linearGradient id="logoGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#2196F3;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1976D2;stop-opacity:1" />
</linearGradient>
</defs>
<!-- 背景 -->
<rect width="120" height="40" rx="8" fill="url(#logoGradient)"/>
<!-- 河流图标 -->
<path d="M15 12 Q20 8 25 12 Q30 16 35 12" stroke="white" stroke-width="2" fill="none"/>
<path d="M15 18 Q20 14 25 18 Q30 22 35 18" stroke="white" stroke-width="2" fill="none"/>
<path d="M15 24 Q20 20 25 24 Q30 28 35 24" stroke="white" stroke-width="2" fill="none"/>
<!-- 文字 -->
<text x="45" y="16" font-family="Arial, sans-serif" font-size="10" font-weight="bold" fill="white">智慧河道</text>
<text x="45" y="28" font-family="Arial, sans-serif" font-size="8" fill="white">管理平台</text>
</svg>