Files
mcphub/docs/logo/light.svg
samanhappy 35012f99fc refine docs
2025-08-10 12:52:54 +08:00

27 lines
1.1 KiB
XML

<svg width="320" height="80" viewBox="0 0 320 80" xmlns="http://www.w3.org/2000/svg">
<!-- Background with subtle gradient -->
<defs>
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#1e3a8a;stop-opacity:0.1" />
<stop offset="100%" style="stop-color:#3b82f6;stop-opacity:0.05" />
</linearGradient>
<linearGradient id="textGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#1e40af" />
<stop offset="50%" style="stop-color:#3b82f6" />
<stop offset="100%" style="stop-color:#1e40af" />
</linearGradient>
<linearGradient id="hubGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#059669" />
<stop offset="100%" style="stop-color:#10b981" />
</linearGradient>
</defs>
<!-- Background (transparent) -->
<!-- Text: MCPHub as one word -->
<text x="5" y="46" font-family="Arial, sans-serif" font-size="64" font-weight="bold" dominant-baseline="middle" text-anchor="start">
<tspan fill="url(#textGradient)">MCP</tspan><tspan fill="url(#hubGradient)">Hub</tspan>
</text>
</svg>