31 lines
1.1 KiB
XML
31 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="260"
|
|
height="180"
|
|
viewBox="0 0 260 180"
|
|
fill="none">
|
|
|
|
<!-- Server box on left -->
|
|
<rect x="20" y="60" width="70" height="60" rx="6" fill="#4F46E5" stroke="#312E81" stroke-width="3"/>
|
|
<circle cx="40" cy="75" r="5" fill="#22C55E"/>
|
|
<circle cx="55" cy="75" r="5" fill="#FACC15"/>
|
|
<circle cx="70" cy="75" r="5" fill="#EF4444"/>
|
|
|
|
<!-- Connection line -->
|
|
<line x1="90" y1="90" x2="140" y2="90" stroke="#4F46E5" stroke-width="3" stroke-dasharray="6 4"/>
|
|
|
|
<!-- Truck body -->
|
|
<rect x="140" y="70" width="80" height="40" rx="4" fill="#F97316" stroke="#9A3412" stroke-width="3"/>
|
|
|
|
<!-- Truck cabin -->
|
|
<rect x="220" y="80" width="40" height="30" rx="3" fill="#FACC15" stroke="#CA8A04" stroke-width="3"/>
|
|
|
|
<!-- Truck wheels -->
|
|
<circle cx="160" cy="115" r="8" fill="#374151"/>
|
|
<circle cx="200" cy="115" r="8" fill="#374151"/>
|
|
<circle cx="235" cy="115" r="8" fill="#374151"/>
|
|
|
|
<!-- Integration arrows -->
|
|
<path d="M115 75 L125 90 L115 105" fill="none" stroke="#22C55E" stroke-width="3"/>
|
|
</svg> |