Files
aza/APP/nexus-remote/icon.svg

42 lines
2.1 KiB
XML
Raw Normal View History

2026-03-25 14:14:07 +01:00
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#111827"/>
<stop offset="100%" stop-color="#0a0f1a"/>
</linearGradient>
<linearGradient id="glow" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#00b4d8"/>
<stop offset="100%" stop-color="#0077b6"/>
</linearGradient>
<filter id="shadow">
<feDropShadow dx="0" dy="4" stdDeviation="18" flood-color="#00b4d8" flood-opacity="0.35"/>
</filter>
</defs>
<rect width="1024" height="1024" rx="200" fill="url(#bg)"/>
<g filter="url(#shadow)">
<rect x="160" y="290" width="300" height="210" rx="18" fill="none" stroke="url(#glow)" stroke-width="28"/>
<rect x="270" y="508" width="80" height="50" rx="6" fill="#0077b6" opacity="0.5"/>
<rect x="230" y="562" width="160" height="14" rx="7" fill="#0077b6" opacity="0.35"/>
<rect x="564" y="290" width="300" height="210" rx="18" fill="none" stroke="url(#glow)" stroke-width="28"/>
<rect x="674" y="508" width="80" height="50" rx="6" fill="#0077b6" opacity="0.5"/>
<rect x="634" y="562" width="160" height="14" rx="7" fill="#0077b6" opacity="0.35"/>
</g>
<g opacity="0.9">
<line x1="472" y1="370" x2="540" y2="370" stroke="#00b4d8" stroke-width="18" stroke-linecap="round"/>
<polygon points="540,352 580,370 540,388" fill="#00b4d8"/>
<line x1="552" y1="425" x2="484" y2="425" stroke="#00b4d8" stroke-width="18" stroke-linecap="round"/>
<polygon points="484,407 444,425 484,443" fill="#00b4d8"/>
</g>
<rect x="220" y="340" width="180" height="110" rx="4" fill="#00b4d8" opacity="0.06"/>
<rect x="624" y="340" width="180" height="110" rx="4" fill="#00b4d8" opacity="0.06"/>
<text x="512" y="720" text-anchor="middle" font-family="Segoe UI,system-ui,sans-serif" font-weight="700" font-size="88" fill="#ffffff" opacity="0.9">NEXUS</text>
<text x="512" y="775" text-anchor="middle" font-family="Segoe UI,system-ui,sans-serif" font-weight="300" font-size="42" fill="#00b4d8" opacity="0.7">REMOTE</text>
</svg>