Files
aoostar-rs/icon.svg
T
magges 344e96fc5d
Build And Push Container / build-and-push (push) Successful in 55s
Add Unraid icon and template icon URL
2026-06-19 19:39:31 +02:00

23 lines
1.1 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
<defs>
<linearGradient id="bg" x1="0" x2="1" y1="0" y2="1">
<stop offset="0%" stop-color="#dbeafe"/>
<stop offset="100%" stop-color="#bfdbfe"/>
</linearGradient>
<linearGradient id="screen" x1="0" x2="1" y1="0" y2="1">
<stop offset="0%" stop-color="#0f172a"/>
<stop offset="100%" stop-color="#1e3a8a"/>
</linearGradient>
<linearGradient id="lcd" x1="0" x2="1" y1="0" y2="1">
<stop offset="0%" stop-color="#22c55e"/>
<stop offset="100%" stop-color="#14b8a6"/>
</linearGradient>
</defs>
<rect width="256" height="256" rx="56" fill="url(#bg)"/>
<rect x="36" y="58" width="184" height="116" rx="18" fill="url(#screen)"/>
<rect x="52" y="74" width="152" height="84" rx="10" fill="url(#lcd)"/>
<path d="M72 100h40M72 122h56M72 144h28" fill="none" stroke="#ecfeff" stroke-linecap="round" stroke-width="10"/>
<circle cx="170" cy="116" r="22" fill="none" stroke="#ecfeff" stroke-width="10"/>
<path d="M110 196h36M90 196h12M154 196h12" fill="none" stroke="#1e293b" stroke-linecap="round" stroke-width="14"/>
</svg>