| 123456789101112131415161718 |
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
- <defs>
- <linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
- <stop offset="0%" stop-color="#60A5FA"/>
- <stop offset="100%" stop-color="#1D4ED8"/>
- </linearGradient>
- </defs>
- <!-- 圆角方底 -->
- <rect x="1" y="1" width="30" height="30" rx="8" fill="url(#bg)"/>
- <!--
- 双波峰流线:
- 两条平滑的波浪曲线,从左下和右下分别升起,
- 形成两个并排的波峰,象征"哈哈"双字。
- 整体呈微笑上扬的弧度,兼具零售的流动感。
- -->
- <path d="M4 24 C7 6, 13 6, 16 16 C19 6, 25 6, 28 24"
- fill="none" stroke="#ffffff" stroke-width="3.5" stroke-linecap="round"/>
- </svg>
|