| 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" x1="0" y1="0" x2="1" y2="1">
- <stop offset="0" stop-color="#9B7BFF"/>
- <stop offset="1" stop-color="#5C3DF0"/>
- </linearGradient>
- </defs>
- <circle cx="100" cy="100" r="66" stroke="rgba(124,92,255,.3)" stroke-width="2" stroke-dasharray="3 9" fill="none"/>
- <g stroke="#00E5A0" stroke-width="2.5" opacity=".55">
- <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,.4)" fill="none"/>
- <circle cx="100" cy="100" r="15" fill="url(#b1-icon-grad)"/>
- <g>
- <circle cx="152" cy="52" r="13" stroke="#00E5A0" stroke-width="1.5" fill="none" opacity=".3"/>
- <circle cx="152" cy="52" r="8" fill="#00E5A0"/><circle cx="152" cy="52" r="3" fill="#0B1020"/>
- <circle cx="52" cy="152" r="13" stroke="#00E5A0" stroke-width="1.5" fill="none" opacity=".3"/>
- <circle cx="52" cy="152" r="8" fill="#00E5A0"/><circle cx="52" cy="152" r="3" fill="#0B1020"/>
- <circle cx="156" cy="150" r="13" stroke="#00E5A0" stroke-width="1.5" fill="none" opacity=".3"/>
- <circle cx="156" cy="150" r="8" fill="#00E5A0"/><circle cx="156" cy="150" r="3" fill="#0B1020"/>
- </g>
- </svg>
|