logo-b1-icon-light.svg 1.4 KB

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