car.svg 990 B

1234567891011121314151617181920212223242526
  1. <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">
  2. <!-- 车身轮廓 -->
  3. <path d="M4 34 L10 34 L16 20 L48 20 L54 34 L60 34"/>
  4. <!-- 车顶弧线 -->
  5. <path d="M16 20 L24 14 L40 14 L48 20"/>
  6. <!-- 车身底部 -->
  7. <line x1="4" y1="34" x2="60" y2="34"/>
  8. <!-- 车尾 -->
  9. <line x1="60" y1="34" x2="60" y2="42"/>
  10. <!-- 车身下沿 -->
  11. <line x1="4" y1="42" x2="60" y2="42"/>
  12. <!-- 车头 -->
  13. <line x1="4" y1="34" x2="4" y2="42"/>
  14. <!-- 前车窗斜线 -->
  15. <line x1="42" y1="16" x2="48" y2="20"/>
  16. <!-- 后车窗斜线 -->
  17. <line x1="22" y1="16" x2="16" y2="20"/>
  18. <!-- 中间窗柱 -->
  19. <line x1="32" y1="15" x2="32" y2="20"/>
  20. <!-- 前轮 -->
  21. <circle cx="46" cy="42" r="5"/>
  22. <circle cx="46" cy="42" r="2" fill="#C6171E" stroke="none"/>
  23. <!-- 后轮 -->
  24. <circle cx="16" cy="42" r="5"/>
  25. <circle cx="16" cy="42" r="2" fill="#C6171E" stroke="none"/>
  26. </svg>