Files
LiXX_Cell_Pack_Matcher/data/favicon.svg
2025-12-20 15:06:53 +01:00

17 lines
760 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<defs>
<linearGradient id="batteryGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#3b82f6"/>
<stop offset="100%" style="stop-color:#22c55e"/>
</linearGradient>
</defs>
<!-- Battery body -->
<rect x="4" y="8" width="40" height="32" rx="4" fill="none" stroke="#3b82f6" stroke-width="2"/>
<!-- Battery terminal -->
<rect x="44" y="18" width="4" height="12" rx="1" fill="#3b82f6"/>
<!-- Cells -->
<rect x="10" y="14" width="8" height="20" rx="2" fill="url(#batteryGrad)"/>
<rect x="20" y="14" width="8" height="20" rx="2" fill="url(#batteryGrad)"/>
<rect x="30" y="14" width="8" height="20" rx="2" fill="url(#batteryGrad)"/>
</svg>