Files
gate-quote/client/public/images/operators/slide-commercial.svg
2026-05-24 13:30:30 -04:00

31 lines
1.6 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="#f5f3ff"/>
<stop offset="100%" stop-color="#ede9fe"/>
</linearGradient>
</defs>
<rect width="400" height="300" rx="12" fill="url(#bg)"/>
<!-- Heavy post -->
<rect x="40" y="40" width="18" height="200" rx="6" fill="#a78bfa"/>
<!-- Heavy slide gate -->
<rect x="58" y="60" width="240" height="14" rx="4" fill="#8b5cf6"/>
<rect x="58" y="105" width="240" height="14" rx="4" fill="#8b5cf6"/>
<rect x="58" y="150" width="240" height="14" rx="4" fill="#8b5cf6"/>
<rect x="58" y="195" width="240" height="14" rx="4" fill="#8b5cf6"/>
<!-- Cross bracing -->
<line x1="58" y1="60" x2="298" y2="195" stroke="#7c3aed" stroke-width="5" stroke-dasharray="8 5"/>
<line x1="298" y1="60" x2="58" y2="195" stroke="#7c3aed" stroke-width="5" stroke-dasharray="8 5"/>
<!-- Heavy rollers -->
<circle cx="80" cy="240" r="10" fill="#4b5563"/>
<circle cx="200" cy="240" r="10" fill="#4b5563"/>
<circle cx="320" cy="240" r="10" fill="#4b5563"/>
<!-- HD Operator -->
<rect x="36" y="34" width="26" height="24" rx="7" fill="#7c3aed"/>
<!-- Warning light -->
<rect x="280" y="30" width="8" height="20" rx="3" fill="#ef4444"/>
<circle cx="284" cy="40" r="6" fill="#ef4444"/>
<text x="200" y="270" text-anchor="middle" font-family="system-ui, sans-serif" font-size="14" font-weight="600" fill="#6d28d9">SL-3000</text>
<text x="200" y="288" text-anchor="middle" font-family="system-ui, sans-serif" font-size="11" fill="#94a3b8">Commercial Slide</text>
</svg>