dsh-b-strap.svg 1.4 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="bgB" x1="0" y1="0" x2="1" y2="1">
  4. <stop offset="0" stop-color="#140F2E"/>
  5. <stop offset="1" stop-color="#0B0818"/>
  6. </linearGradient>
  7. <linearGradient id="gradB" x1="0" y1="0" x2="1" y2="0">
  8. <stop offset="0" stop-color="#8B5CF6"/>
  9. <stop offset="1" stop-color="#EC4899"/>
  10. </linearGradient>
  11. <linearGradient id="strapB" x1="0" y1="0" x2="1" y2="0">
  12. <stop offset="0" stop-color="#FBBF24"/>
  13. <stop offset="1" stop-color="#F97316"/>
  14. </linearGradient>
  15. </defs>
  16. <!-- 深色底板 -->
  17. <rect x="24" y="24" width="976" height="976" rx="240" fill="url(#bgB)"/>
  18. <!-- DSH 渐变字母(紫→品红) -->
  19. <g fill="none" stroke="url(#gradB)" stroke-width="56" stroke-linecap="round" stroke-linejoin="round">
  20. <!-- D -->
  21. <path d="M247 392 L247 600 M247 392 C367 392 367 600 247 600"/>
  22. <!-- S -->
  23. <path d="M553 432 C521 392 441 392 441 440 C441 488 553 504 553 556 C553 600 461 604 433 564"/>
  24. <!-- H -->
  25. <path d="M657 392 L657 600 M777 392 L777 600 M657 496 L777 496"/>
  26. </g>
  27. <!-- 底部"缰绳"横带 + 两端节点:Harness 的隐喻 -->
  28. <path d="M300 724 L724 724" fill="none" stroke="url(#strapB)" stroke-width="40" stroke-linecap="round"/>
  29. <circle cx="300" cy="724" r="26" fill="#FBBF24"/>
  30. <circle cx="724" cy="724" r="26" fill="#F97316"/>
  31. </svg>