| 1234567891011121314151617181920212223242526 |
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none" stroke="#C6171E" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
- <!-- 车身轮廓 -->
- <path d="M4 34 L10 34 L16 20 L48 20 L54 34 L60 34"/>
- <!-- 车顶弧线 -->
- <path d="M16 20 L24 14 L40 14 L48 20"/>
- <!-- 车身底部 -->
- <line x1="4" y1="34" x2="60" y2="34"/>
- <!-- 车尾 -->
- <line x1="60" y1="34" x2="60" y2="42"/>
- <!-- 车身下沿 -->
- <line x1="4" y1="42" x2="60" y2="42"/>
- <!-- 车头 -->
- <line x1="4" y1="34" x2="4" y2="42"/>
- <!-- 前车窗斜线 -->
- <line x1="42" y1="16" x2="48" y2="20"/>
- <!-- 后车窗斜线 -->
- <line x1="22" y1="16" x2="16" y2="20"/>
- <!-- 中间窗柱 -->
- <line x1="32" y1="15" x2="32" y2="20"/>
- <!-- 前轮 -->
- <circle cx="46" cy="42" r="5"/>
- <circle cx="46" cy="42" r="2" fill="#C6171E" stroke="none"/>
- <!-- 后轮 -->
- <circle cx="16" cy="42" r="5"/>
- <circle cx="16" cy="42" r="2" fill="#C6171E" stroke="none"/>
- </svg>
|