10 lines
405 B
XML
10 lines
405 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<g transform="translate(16,16)">
|
||
|
|
<!-- Ground vehicle - truck/car shape -->
|
||
|
|
<rect x="-6" y="-4" width="12" height="8" fill="currentColor" rx="2"/>
|
||
|
|
<!-- Wheels -->
|
||
|
|
<circle cx="-3" cy="2" r="2" fill="#333"/>
|
||
|
|
<circle cx="3" cy="2" r="2" fill="#333"/>
|
||
|
|
</g>
|
||
|
|
</svg>
|