32 lines
1.7 KiB
XML
32 lines
1.7 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0%" stop-color="#e0e7ff"/>
|
|
<stop offset="100%" stop-color="#c7d2fe"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="400" height="300" rx="12" fill="url(#bg)"/>
|
|
<!-- Heavy duty swing gate -->
|
|
<rect x="30" y="50" width="16" height="180" rx="6" fill="#818cf8"/>
|
|
<rect x="354" y="50" width="16" height="180" rx="6" fill="#818cf8"/>
|
|
<!-- Left gate -->
|
|
<rect x="46" y="65" width="145" height="12" rx="4" fill="#6366f1"/>
|
|
<rect x="46" y="110" width="145" height="12" rx="4" fill="#6366f1"/>
|
|
<rect x="46" y="155" width="145" height="12" rx="4" fill="#6366f1"/>
|
|
<rect x="46" y="200" width="145" height="12" rx="4" fill="#6366f1"/>
|
|
<circle cx="195" cy="95" r="6" fill="#facc15"/>
|
|
<!-- Right gate -->
|
|
<rect x="209" y="65" width="145" height="12" rx="4" fill="#6366f1"/>
|
|
<rect x="209" y="110" width="145" height="12" rx="4" fill="#6366f1"/>
|
|
<rect x="209" y="155" width="145" height="12" rx="4" fill="#6366f1"/>
|
|
<rect x="209" y="200" width="145" height="12" rx="4" fill="#6366f1"/>
|
|
<circle cx="205" cy="95" r="6" fill="#facc15"/>
|
|
<!-- Heavy duty operator -->
|
|
<rect x="26" y="44" width="24" height="24" rx="6" fill="#4f46e5"/>
|
|
<!-- Warning light -->
|
|
<rect x="100" y="40" width="8" height="18" rx="3" fill="#ef4444"/>
|
|
<circle cx="104" cy="48" r="5" fill="#ef4444"/>
|
|
<text x="200" y="268" text-anchor="middle" font-family="system-ui, sans-serif" font-size="14" font-weight="600" fill="#4f46e5">SG-2000</text>
|
|
<text x="200" y="286" text-anchor="middle" font-family="system-ui, sans-serif" font-size="11" fill="#94a3b8">Commercial Swing</text>
|
|
</svg>
|