bridge-disease.svg 789 B

123456789101112131415161718192021
  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
  2. <!-- 背景圆形 -->
  3. <circle cx="32" cy="32" r="30" fill="#3498db" />
  4. <!-- 桥梁主体 -->
  5. <path d="M10 36 L54 36" stroke="#ffffff" stroke-width="4" fill="none" />
  6. <!-- 桥梁支柱 -->
  7. <path d="M16 36 L16 46" stroke="#ffffff" stroke-width="3" fill="none" />
  8. <path d="M48 36 L48 46" stroke="#ffffff" stroke-width="3" fill="none" />
  9. <!-- 桥梁拱形 -->
  10. <path d="M16 36 Q32 24 48 36" stroke="#ffffff" stroke-width="3" fill="none" />
  11. <!-- 检测元素 - 放大镜 -->
  12. <circle cx="40" cy="28" r="8" fill="none" stroke="#ffffff" stroke-width="2" />
  13. <path d="M46 34 L52 40" stroke="#ffffff" stroke-width="3" />
  14. <!-- 病害标记 -->
  15. <circle cx="24" cy="32" r="3" fill="#ff5252" />
  16. </svg>