concept-a-orbit-spark.svg 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024">
  2. <defs>
  3. <linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
  4. <stop offset="0" stop-color="#26184F"/>
  5. <stop offset="1" stop-color="#0E0C1F"/>
  6. </linearGradient>
  7. <linearGradient id="ring" 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="spark" x1="0" y1="0" x2="0" y2="1">
  12. <stop offset="0" stop-color="#FFD9A0"/>
  13. <stop offset="1" stop-color="#FF9A3D"/>
  14. </linearGradient>
  15. </defs>
  16. <!-- 圆角方形底板(紫黑深空) -->
  17. <rect x="24" y="24" width="976" height="976" rx="240" fill="url(#bg)"/>
  18. <!-- 倾斜轨道环:寓意“驾驭/连接 AI”的 Harness -->
  19. <ellipse cx="512" cy="512" rx="330" ry="150" transform="rotate(-28 512 512)"
  20. fill="none" stroke="url(#ring)" stroke-width="44" stroke-linecap="round"/>
  21. <!-- 轨道卫星点 -->
  22. <circle cx="792" cy="459" r="34" fill="#EC4899"/>
  23. <!-- 中心四芒星火:AI 智能核心 -->
  24. <path d="M512 352 C528 456 568 496 672 512 C568 528 528 568 512 672
  25. C496 568 456 528 352 512 C456 496 496 456 512 352 Z"
  26. fill="url(#spark)"/>
  27. </svg>