| 12345678910111213141516171819202122232425 |
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
- <!-- DoTouch.AI 品牌图标 · B1 网络枢纽 · 浅色底版本 -->
- <defs>
- <linearGradient id="b1-icon-grad-light" x1="0" y1="0" x2="1" y2="1">
- <stop offset="0" stop-color="#7C5CFF"/>
- <stop offset="1" stop-color="#4A2FD8"/>
- </linearGradient>
- </defs>
- <circle cx="100" cy="100" r="66" stroke="rgba(124,92,255,.35)" stroke-width="2" stroke-dasharray="3 9" fill="none"/>
- <g stroke="#00C98A" stroke-width="2.5" opacity=".6">
- <line x1="100" y1="100" x2="152" y2="52"/>
- <line x1="100" y1="100" x2="52" y2="152"/>
- <line x1="100" y1="100" x2="156" y2="150"/>
- </g>
- <circle cx="100" cy="100" r="24" stroke="rgba(124,92,255,.45)" fill="none"/>
- <circle cx="100" cy="100" r="15" fill="url(#b1-icon-grad-light)"/>
- <g>
- <circle cx="152" cy="52" r="13" stroke="#00C98A" stroke-width="1.5" fill="none" opacity=".35"/>
- <circle cx="152" cy="52" r="8" fill="#00C98A"/><circle cx="152" cy="52" r="3" fill="#FFFFFF"/>
- <circle cx="52" cy="152" r="13" stroke="#00C98A" stroke-width="1.5" fill="none" opacity=".35"/>
- <circle cx="52" cy="152" r="8" fill="#00C98A"/><circle cx="52" cy="152" r="3" fill="#FFFFFF"/>
- <circle cx="156" cy="150" r="13" stroke="#00C98A" stroke-width="1.5" fill="none" opacity=".35"/>
- <circle cx="156" cy="150" r="8" fill="#00C98A"/><circle cx="156" cy="150" r="3" fill="#FFFFFF"/>
- </g>
- </svg>
|