| 12345678910111213141516171819202122232425262728293031323334353637 |
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024">
- <defs>
- <linearGradient id="bgC" x1="0" y1="0" x2="1" y2="1">
- <stop offset="0" stop-color="#1E293B"/>
- <stop offset="1" stop-color="#0B1120"/>
- </linearGradient>
- <linearGradient id="gearC" x1="0" y1="0" x2="1" y2="1">
- <stop offset="0" stop-color="#A78BFA"/>
- <stop offset="1" stop-color="#7C3AED"/>
- </linearGradient>
- <linearGradient id="sparkC" x1="0" y1="0" x2="0" y2="1">
- <stop offset="0" stop-color="#FDE68A"/>
- <stop offset="1" stop-color="#F59E0B"/>
- </linearGradient>
- </defs>
- <!-- 深色底板 -->
- <rect x="24" y="24" width="976" height="976" rx="240" fill="url(#bgC)"/>
- <!-- 八齿齿轮:工具/驾驭(Harness)的隐喻 -->
- <g fill="url(#gearC)">
- <g transform="rotate(0 512 512)"><rect x="464" y="168" width="96" height="140" rx="28"/></g>
- <g transform="rotate(45 512 512)"><rect x="464" y="168" width="96" height="140" rx="28"/></g>
- <g transform="rotate(90 512 512)"><rect x="464" y="168" width="96" height="140" rx="28"/></g>
- <g transform="rotate(135 512 512)"><rect x="464" y="168" width="96" height="140" rx="28"/></g>
- <g transform="rotate(180 512 512)"><rect x="464" y="168" width="96" height="140" rx="28"/></g>
- <g transform="rotate(225 512 512)"><rect x="464" y="168" width="96" height="140" rx="28"/></g>
- <g transform="rotate(270 512 512)"><rect x="464" y="168" width="96" height="140" rx="28"/></g>
- <g transform="rotate(315 512 512)"><rect x="464" y="168" width="96" height="140" rx="28"/></g>
- <circle cx="512" cy="512" r="200" fill="none" stroke="url(#gearC)" stroke-width="64"/>
- </g>
- <!-- 齿轮中心的星火:被驾驭的 AI -->
- <path d="M512 402 C524 476 548 500 622 512 C548 524 524 548 512 622
- C500 548 476 524 402 512 C476 500 500 476 512 402 Z"
- fill="url(#sparkC)"/>
- </svg>
|