<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
<defs>
<linearGradient id="csk-ico-grad" x1="8" y1="6" x2="24" y2="26"
gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#fff" stop-opacity="1"/>
<stop offset="100%" stop-color="#fff" stop-opacity="0.8"/>
</linearGradient>
</defs>
<!-- 对话气泡 -->
<rect x="6" y="7" width="20" height="16" rx="4.5" fill="url(#csk-ico-grad)"/>
<path d="M10 23L7.5 27.5l5.5-4.5z" fill="url(#csk-ico-grad)"/>
<!-- 天线 -->
<line x1="16" y1="7" x2="16" y2="3" stroke="#fff"
stroke-width="1.5" stroke-linecap="round"/>
<circle cx="16" cy="2.5" r="1.2" fill="#fff" class="svg-antenna-glow"/>
<!-- 左眼 -->
<circle cx="12" cy="14" r="2.8" fill="rgba(16,185,129,0.2)"
stroke="rgba(16,185,129,0.5)" stroke-width="0.8"/>
<circle cx="12" cy="14" r="1.3"
fill="rgba(16,185,129,0.6)" class="svg-eye-blink"/>
<circle cx="11.5" cy="13.3" r="0.6" fill="#fff" opacity="0.9"/>
<!-- 右眼 -->
<circle cx="20" cy="14" r="2.8" fill="rgba(16,185,129,0.2)"
stroke="rgba(16,185,129,0.5)" stroke-width="0.8"/>
<circle cx="20" cy="14" r="1.3"
fill="rgba(16,185,129,0.6)" class="svg-eye-blink"/>
<circle cx="19.5" cy="13.3" r="0.6" fill="#fff" opacity="0.9"/>
<!-- 微笑 -->
<path d="M13 19.5 Q16 21.5 19 19.5"
stroke="rgba(16,185,129,0.4)" stroke-width="1"
fill="none" stroke-linecap="round"/>
<!-- 信号波 -->
<path d="M3 12 Q1.5 15 3 18" stroke="#fff"
stroke-width="0.8" fill="none" opacity="0.3" stroke-linecap="round"/>
<path d="M29 12 Q30.5 15 29 18" stroke="#fff"
stroke-width="0.8" fill="none" opacity="0.3" stroke-linecap="round"/>
</svg>