logo.svg 748 B

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