15 lines
742 B
XML
15 lines
742 B
XML
<svg width="300" height="200" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="grad6" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#6366f1;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#4338ca;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="300" height="200" fill="url(#grad6)"/>
|
|
<ellipse cx="150" cy="100" rx="50" ry="30" fill="white" opacity="0.9"/>
|
|
<circle cx="130" cy="90" r="8" fill="#6366f1"/>
|
|
<circle cx="150" cy="100" r="10" fill="#6366f1"/>
|
|
<circle cx="170" cy="90" r="8" fill="#6366f1"/>
|
|
<text x="150" y="170" font-family="Arial, sans-serif" font-size="16" font-weight="bold" fill="white" text-anchor="middle">Podcasts</text>
|
|
</svg>
|