Files
tp-ems/frontend/public/devices/pv_inverter.svg

42 lines
2.3 KiB
XML
Raw Normal View History

<svg xmlns="http://www.w3.org/2000/svg" width="400" height="300" viewBox="0 0 400 300">
<defs>
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#1a3a2a;stop-opacity:1" />
<stop offset="100%" style="stop-color:#0d2818;stop-opacity:1" />
</linearGradient>
<linearGradient id="panel" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#2563eb;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1e40af;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="400" height="300" fill="url(#bg)" rx="12"/>
<!-- Solar panels -->
<g transform="translate(80, 40)">
<!-- Panel frame -->
<rect x="0" y="0" width="240" height="160" rx="6" fill="url(#panel)" stroke="#3b82f6" stroke-width="2"/>
<!-- Grid lines -->
<line x1="80" y1="0" x2="80" y2="160" stroke="#1e3a5f" stroke-width="1.5"/>
<line x1="160" y1="0" x2="160" y2="160" stroke="#1e3a5f" stroke-width="1.5"/>
<line x1="0" y1="40" x2="240" y2="40" stroke="#1e3a5f" stroke-width="1.5"/>
<line x1="0" y1="80" x2="240" y2="80" stroke="#1e3a5f" stroke-width="1.5"/>
<line x1="0" y1="120" x2="240" y2="120" stroke="#1e3a5f" stroke-width="1.5"/>
<!-- Cells shine -->
<rect x="4" y="4" width="72" height="34" rx="2" fill="#3b82f6" opacity="0.6"/>
<rect x="84" y="4" width="72" height="34" rx="2" fill="#60a5fa" opacity="0.4"/>
<rect x="164" y="4" width="72" height="34" rx="2" fill="#3b82f6" opacity="0.5"/>
<!-- Sun icon -->
<circle cx="220" cy="20" r="12" fill="#fbbf24" opacity="0.8"/>
<g stroke="#fbbf24" stroke-width="2" opacity="0.6">
<line x1="220" y1="2" x2="220" y2="8"/>
<line x1="220" y1="32" x2="220" y2="38"/>
<line x1="202" y1="20" x2="208" y2="20"/>
<line x1="232" y1="20" x2="238" y2="20"/>
</g>
<!-- Stand -->
<rect x="110" y="160" width="20" height="40" fill="#374151"/>
<rect x="80" y="195" width="80" height="8" rx="4" fill="#4b5563"/>
</g>
<!-- Label -->
<text x="200" y="270" text-anchor="middle" fill="#00ff88" font-family="Arial, sans-serif" font-size="20" font-weight="bold">光伏逆变器</text>
<text x="200" y="290" text-anchor="middle" fill="#6b7280" font-family="Arial, sans-serif" font-size="12">Huawei SUN2000-110KTL</text>
</svg>