32 lines
1.5 KiB
XML
32 lines
1.5 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 100">
|
|
<defs>
|
|
<linearGradient id="logoGradient" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
<stop offset="0%" style="stop-color:#FF0000;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#B30000;stop-opacity:1" />
|
|
</linearGradient>
|
|
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
|
|
<feGaussianBlur in="SourceAlpha" stdDeviation="2" />
|
|
<feOffset dx="0" dy="2" result="offsetblur" />
|
|
<feComponentTransfer>
|
|
<feFuncA type="linear" slope="0.5" />
|
|
</feComponentTransfer>
|
|
<feMerge>
|
|
<feMergeNode />
|
|
<feMergeNode in="SourceGraphic" />
|
|
</feMerge>
|
|
</filter>
|
|
</defs>
|
|
|
|
<!-- S Icon/Mark -->
|
|
<path d="M40 20 L60 20 L60 40 L40 40 L40 60 L60 60 L60 80 L40 80" fill="none" stroke="url(#logoGradient)" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" filter="url(#shadow)" />
|
|
|
|
<!-- StreamFlix Text -->
|
|
<text x="80" y="70" font-family="Arial, sans-serif" font-weight="900" font-size="52" fill="white" style="letter-spacing: -2px;">
|
|
STREAM<tspan fill="url(#logoGradient)">FLIX</tspan>
|
|
</text>
|
|
|
|
<!-- Subtitle -->
|
|
<text x="82" y="90" font-family="Arial, sans-serif" font-weight="400" font-size="12" fill="#888" style="letter-spacing: 4px; text-transform: uppercase;">
|
|
Premium Cinema Experience
|
|
</text>
|
|
</svg>
|