dsh-c-light.svg 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024">
  2. <defs>
  3. <linearGradient id="bgC" x1="0" y1="0" x2="1" y2="1">
  4. <stop offset="0" stop-color="#FFFFFF"/>
  5. <stop offset="1" stop-color="#DFE5F0"/>
  6. </linearGradient>
  7. <linearGradient id="gradS" x1="0" y1="0" x2="1" y2="1">
  8. <stop offset="0" stop-color="#7C3AED"/>
  9. <stop offset="1" stop-color="#EC4899"/>
  10. </linearGradient>
  11. <linearGradient id="sparkC" x1="0" y1="0" x2="0" y2="1">
  12. <stop offset="0" stop-color="#FDE68A"/>
  13. <stop offset="1" stop-color="#F59E0B"/>
  14. </linearGradient>
  15. </defs>
  16. <!-- 浅色底板(适合浅色主题 / 启动页) -->
  17. <rect x="24" y="24" width="976" height="976" rx="240" fill="url(#bgC)"/>
  18. <!-- D 与 H:深灰蓝 -->
  19. <g fill="none" stroke="#1E293B" stroke-width="56" stroke-linecap="round" stroke-linejoin="round">
  20. <path d="M247 408 L247 616 M247 408 C367 408 367 616 247 616"/>
  21. <path d="M657 408 L657 616 M777 408 L777 616 M657 512 L777 512"/>
  22. </g>
  23. <!-- S:紫粉渐变,视觉焦点 -->
  24. <path d="M553 448 C521 408 441 408 441 456 C441 504 553 520 553 572 C553 616 461 620 433 580"
  25. fill="none" stroke="url(#gradS)" stroke-width="56" stroke-linecap="round" stroke-linejoin="round"/>
  26. <!-- H 右上方的小星火:AI 点缀 -->
  27. <path d="M836 306 C840 328 848 336 870 340 C848 344 840 352 836 374
  28. C832 352 824 344 802 340 C824 336 832 328 836 306 Z"
  29. fill="url(#sparkC)"/>
  30. </svg>