$<svg
width="140" height="80"
viewBox="0 0 140 80"
xmlns="http://www.w3.org/2000/svg">
<!-- Car body -->
<rect
id="car-body"
x="10" y="20"
width="120" height="40"
rx="5" ry="5"
fill="#0000ff"
stroke="none"/>
<!-- Left side window -->
<rect
id="car-window-left"
x="30" y="10"
width="30" height="15"
fill="#80c0ff"
stroke="none"/>
<!-- Right side window -->
<rect
id="car-window-right"
x="75" y="10"
width="30" height="15"
fill="#80c0ff"
stroke="none"/>
<!-- Left wheel -->
<circle
id="wheel-left"
cx="35" cy="60"
r="10"
fill="#000"/>
<!-- Right wheel -->
<circle
id="wheel-right"
cx="105" cy="60"
r="10"
fill="#000"/>
</svg>