HomeStream/Assets/logo.svg

30 lines
1.1 KiB
XML
Raw Permalink Normal View History

2026-05-10 23:25:29 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
<!-- HomeStream Logo: stilisierter Bildschirm mit Streaming-Wellen -->
<defs>
<linearGradient id="grad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#0078D4"/>
<stop offset="100%" stop-color="#005A9E"/>
</linearGradient>
</defs>
<!-- Hintergrund (rounded square) -->
<rect x="8" y="8" width="240" height="240" rx="40" ry="40" fill="#1A1A1A"/>
<!-- Bildschirm-Rahmen -->
<rect x="40" y="56" width="176" height="120" rx="10" ry="10"
fill="none" stroke="url(#grad)" stroke-width="6"/>
<!-- Bildschirm-Inhalt: Wellen (Streaming) -->
<g stroke="url(#grad)" stroke-width="5" stroke-linecap="round" fill="none">
<path d="M 70 140 Q 90 110, 120 110"/>
<path d="M 70 140 Q 100 90, 145 90"/>
<path d="M 70 140 Q 110 70, 170 70"/>
<circle cx="70" cy="140" r="6" fill="url(#grad)"/>
</g>
<!-- Standfuß -->
<rect x="100" y="184" width="56" height="8" rx="2" ry="2" fill="url(#grad)"/>
<rect x="80" y="196" width="96" height="8" rx="3" ry="3" fill="url(#grad)"/>
</svg>