AvanzaCast/public/images/carousel_streaming.svg
2025-11-01 23:13:43 -07:00

15 lines
736 B
XML

<svg width="300" height="200" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#8b5cf6;stop-opacity:1" />
<stop offset="100%" style="stop-color:#5b21b6;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="200" fill="url(#grad2)"/>
<path d="M120 80 L180 100 L120 120 Z" fill="white" opacity="0.9"/>
<circle cx="200" cy="70" r="8" fill="#10b981"/>
<circle cx="220" cy="70" r="8" fill="#f59e0b"/>
<circle cx="240" cy="70" r="8" fill="#ef4444"/>
<text x="150" y="170" font-family="Arial, sans-serif" font-size="16" font-weight="bold" fill="white" text-anchor="middle">Streaming</text>
</svg>