You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.4 KiB
23 lines
1.4 KiB
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#4F46E5"/>
|
|
<stop offset="100%" style="stop-color:#7C3AED"/>
|
|
</linearGradient>
|
|
<linearGradient id="spark" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#FACC15"/>
|
|
<stop offset="100%" style="stop-color:#F97316"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- 圆角矩形背景 -->
|
|
<rect x="2" y="2" width="28" height="28" rx="6" ry="6" fill="url(#bg)"/>
|
|
<!-- 聊天气泡 -->
|
|
<path d="M8 10 C8 8.343 9.343 7 11 7H21C22.657 7 24 8.343 24 10V17C24 18.657 22.657 20 21 20H16L12 24V20H11C9.343 20 8 18.657 8 17V10Z" fill="white" opacity="0.95"/>
|
|
<!-- AI 火花/星星 -->
|
|
<path d="M15.5 11.5L16 10L16.5 11.5L18 12L16.5 12.5L16 14L15.5 12.5L14 12L15.5 11.5Z" fill="url(#spark)"/>
|
|
<!-- 波形线 -->
|
|
<path d="M12 15.5C12.5 14.5 13.5 14.5 14 15.5" stroke="#7C3AED" stroke-width="0.8" fill="none" stroke-linecap="round"/>
|
|
<path d="M14 15.5C14.5 13.5 16 13.5 16.5 15.5" stroke="#7C3AED" stroke-width="0.8" fill="none" stroke-linecap="round"/>
|
|
<path d="M16.5 15.5C17 14 18.5 14 19 15.5" stroke="#7C3AED" stroke-width="0.8" fill="none" stroke-linecap="round"/>
|
|
<path d="M19 15.5C19.5 14.5 20.5 14.5 21 15.5" stroke="#7C3AED" stroke-width="0.8" fill="none" stroke-linecap="round"/>
|
|
</svg>
|