<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400">
<defs>
<!-- Primary orange -->
<linearGradient id="primaryOrange" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#F97316"/>
<stop offset="100%" style="stop-color:#EA580C"/>
</linearGradient>
<!-- Secondary warm -->
<linearGradient id="secondaryWarm" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FB923C"/>
<stop offset="100%" style="stop-color:#F97316"/>
</linearGradient>
<!-- Accent blue -->
<linearGradient id="accentBlue" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#06B6D4"/>
<stop offset="100%" style="stop-color:#0891B2"/>
</linearGradient>
</defs>
<!-- Clean white background -->
<rect width="400" height="400" fill="#FFFFFF"/>
<!-- Main logo mark -->
<g transform="translate(200, 150)">
<!-- Simple Blender-inspired "B" letterform with connection motif -->
<!-- Outer ring (Blender reference) -->
<circle cx="0" cy="0" r="80" fill="none" stroke="url(#primaryOrange)" stroke-width="8"/>
<!-- Inner stylized B shape -->
<path d="M -25,-45 L -25,45 Q 25,45 25,22 Q 25,0 -5,0 Q 25,0 25,-22 Q 25,-45 -25,-45"
fill="none" stroke="url(#secondaryWarm)" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/>
<!-- MCP connection dots -->
<circle cx="-60" cy="0" r="10" fill="url(#accentBlue)"/>
<circle cx="60" cy="0" r="10" fill="url(#accentBlue)"/>
<circle cx="0" cy="-60" r="10" fill="url(#accentBlue)"/>
<circle cx="0" cy="60" r="10" fill="url(#accentBlue)"/>
<!-- Connection lines (dashed for protocol feel) -->
<line x1="-50" y1="0" x2="-35" y2="0" stroke="url(#accentBlue)" stroke-width="2" stroke-dasharray="3,2"/>
<line x1="35" y1="0" x2="50" y2="0" stroke="url(#accentBlue)" stroke-width="2" stroke-dasharray="3,2"/>
<line x1="0" y1="-50" x2="0" y2="-35" stroke="url(#accentBlue)" stroke-width="2" stroke-dasharray="3,2"/>
<line x1="0" y1="35" x2="0" y2="50" stroke="url(#accentBlue)" stroke-width="2" stroke-dasharray="3,2"/>
</g>
<!-- Typography -->
<text x="200" y="280" font-family="system-ui, -apple-system, 'Segoe UI', sans-serif" font-size="32" font-weight="600" fill="#1F2937" text-anchor="middle">
ClaudeKit
</text>
<text x="200" y="310" font-family="system-ui, -apple-system, 'Segoe UI', sans-serif" font-size="14" font-weight="500" fill="#6B7280" text-anchor="middle" letter-spacing="2">
BLENDER MCP
</text>
<!-- Subtle bottom accent line -->
<rect x="150" y="330" width="100" height="3" rx="1.5" fill="url(#primaryOrange)"/>
</svg>