<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<!-- ClaudeKit Blender MCP - Icon Only (Transparent) -->
<defs>
<linearGradient id="iconGrad1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FF6B35"/>
<stop offset="50%" style="stop-color:#F7931E"/>
<stop offset="100%" style="stop-color:#FFB700"/>
</linearGradient>
<linearGradient id="iconGrad2" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#667EEA"/>
<stop offset="100%" style="stop-color:#764BA2"/>
</linearGradient>
<filter id="iconShadow">
<feDropShadow dx="0" dy="2" stdDeviation="3" flood-color="#000" flood-opacity="0.2"/>
</filter>
</defs>
<!-- Abstract flowing shape -->
<g transform="translate(50, 50)" filter="url(#iconShadow)">
<!-- Main flowing shape -->
<path d="M -38,12 Q -38,-38 0,-45 Q 38,-38 38,12 Q 38,42 0,46 Q -28,43 -38,12"
fill="url(#iconGrad1)"/>
<!-- Inner accent -->
<path d="M -22,7 Q -22,-24 0,-30 Q 22,-24 22,7 Q 22,26 0,30 Q -16,28 -22,7"
fill="url(#iconGrad2)" opacity="0.8"/>
<!-- Highlight -->
<ellipse cx="0" cy="-8" rx="10" ry="8" fill="#FFFFFF" opacity="0.4"/>
<!-- Protocol nodes -->
<circle cx="-30" cy="-26" r="5" fill="#FFF"/>
<circle cx="30" cy="-26" r="5" fill="#FFF"/>
<circle cx="0" cy="36" r="5" fill="#FFF"/>
<!-- Node connections -->
<path d="M -26,-22 Q 0,-48 26,-22" fill="none" stroke="#FFF" stroke-width="1.5" opacity="0.7"/>
<path d="M -26,-30 Q -38,6 -4,32" fill="none" stroke="#FFF" stroke-width="1.5" opacity="0.7"/>
<path d="M 26,-30 Q 38,6 4,32" fill="none" stroke="#FFF" stroke-width="1.5" opacity="0.7"/>
</g>
</svg>