concept-c-gear-spark.svg 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637
  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="#1E293B"/>
  5. <stop offset="1" stop-color="#0B1120"/>
  6. </linearGradient>
  7. <linearGradient id="gearC" x1="0" y1="0" x2="1" y2="1">
  8. <stop offset="0" stop-color="#A78BFA"/>
  9. <stop offset="1" stop-color="#7C3AED"/>
  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. <!-- 八齿齿轮:工具/驾驭(Harness)的隐喻 -->
  19. <g fill="url(#gearC)">
  20. <g transform="rotate(0 512 512)"><rect x="464" y="168" width="96" height="140" rx="28"/></g>
  21. <g transform="rotate(45 512 512)"><rect x="464" y="168" width="96" height="140" rx="28"/></g>
  22. <g transform="rotate(90 512 512)"><rect x="464" y="168" width="96" height="140" rx="28"/></g>
  23. <g transform="rotate(135 512 512)"><rect x="464" y="168" width="96" height="140" rx="28"/></g>
  24. <g transform="rotate(180 512 512)"><rect x="464" y="168" width="96" height="140" rx="28"/></g>
  25. <g transform="rotate(225 512 512)"><rect x="464" y="168" width="96" height="140" rx="28"/></g>
  26. <g transform="rotate(270 512 512)"><rect x="464" y="168" width="96" height="140" rx="28"/></g>
  27. <g transform="rotate(315 512 512)"><rect x="464" y="168" width="96" height="140" rx="28"/></g>
  28. <circle cx="512" cy="512" r="200" fill="none" stroke="url(#gearC)" stroke-width="64"/>
  29. </g>
  30. <!-- 齿轮中心的星火:被驾驭的 AI -->
  31. <path d="M512 402 C524 476 548 500 622 512 C548 524 524 548 512 622
  32. C500 548 476 524 402 512 C476 500 500 476 512 402 Z"
  33. fill="url(#sparkC)"/>
  34. </svg>