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