<?xml version="1.0" encoding="UTF-8"?>
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="kBlue" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#326CE5"/>
<stop offset="100%" style="stop-color:#1D4ED8"/>
</linearGradient>
</defs>
<!-- Most faithful combination - MCP connectors with K8s wheel in center -->
<g transform="translate(100, 75)">
<!-- MCP-style interlocking connectors (faithful to original) -->
<g fill="none" stroke="#1E293B" stroke-width="7" stroke-linecap="round" stroke-linejoin="round">
<!-- Top-left to bottom-right connector -->
<path d="M -60,-45
Q -60,-65 -35,-65
L 25,-65
Q 50,-65 50,-40
Q 50,-15 25,-15
L -25,-15"/>
<!-- Bottom-right to top-left connector -->
<path d="M 60,45
Q 60,65 35,65
L -25,65
Q -50,65 -50,40
Q -50,15 -25,15
L 25,15"/>
</g>
<!-- Kubernetes wheel in the center -->
<g transform="scale(0.6)">
<polygon points="0,-55 48,-28 48,28 0,55 -48,28 -48,-28"
fill="url(#kBlue)"/>
<g fill="none" stroke="white" stroke-width="5" stroke-linecap="round">
<circle cx="0" cy="0" r="7" fill="white"/>
<circle cx="0" cy="0" r="30"/>
<line x1="0" y1="-11" x2="0" y2="-30"/>
<line x1="10" y1="-5" x2="26" y2="-15"/>
<line x1="10" y1="5" x2="26" y2="15"/>
<line x1="0" y1="11" x2="0" y2="30"/>
<line x1="-10" y1="5" x2="-26" y2="15"/>
<line x1="-10" y1="-5" x2="-26" y2="-15"/>
</g>
</g>
</g>
<!-- Project name -->
<text x="100" y="170" text-anchor="middle"
font-family="Inter, -apple-system, sans-serif"
font-size="13" font-weight="700" fill="#326CE5">kubectl-mcp-server</text>
</svg>