28 lines
1.5 KiB
XML

<svg width="600" height="400" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad3" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#3B82F6;stop-opacity:1" />
<stop offset="100%" style="stop-color:#6366F1;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="600" height="400" fill="url(#grad3)"/>
<g transform="translate(300, 200)">
<!-- Central broadcast icon -->
<circle cx="0" cy="0" r="40" fill="white" opacity="0.3"/>
<circle cx="0" cy="0" r="8" fill="white" opacity="0.5"/>
<!-- Arrows to platforms -->
<path d="M 0,-40 L 0,-80 L -10,-70 M 0,-80 L 10,-70" stroke="white" stroke-width="3" fill="none" opacity="0.3"/>
<path d="M 40,0 L 80,0 L 70,-10 M 80,0 L 70,10" stroke="white" stroke-width="3" fill="none" opacity="0.3"/>
<path d="M -40,0 L -80,0 L -70,-10 M -80,0 L -70,10" stroke="white" stroke-width="3" fill="none" opacity="0.3"/>
<path d="M 0,40 L 0,80 L -10,70 M 0,80 L 10,70" stroke="white" stroke-width="3" fill="none" opacity="0.3"/>
<!-- Platform circles -->
<circle cx="0" cy="-100" r="20" fill="white" opacity="0.2"/>
<circle cx="100" cy="0" r="20" fill="white" opacity="0.2"/>
<circle cx="-100" cy="0" r="20" fill="white" opacity="0.2"/>
<circle cx="0" cy="100" r="20" fill="white" opacity="0.2"/>
</g>
<text x="300" y="350" font-family="system-ui, -apple-system, sans-serif" font-size="20" fill="white" text-anchor="middle" opacity="0.9">
Multistreaming
</text>
</svg>