15 lines
768 B
XML
15 lines
768 B
XML
<svg width="300" height="200" 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:#10b981;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#047857;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="300" height="200" fill="url(#grad3)"/>
|
|
<circle cx="130" cy="80" r="20" fill="white" opacity="0.9"/>
|
|
<circle cx="170" cy="80" r="20" fill="white" opacity="0.9"/>
|
|
<circle cx="130" cy="120" r="20" fill="white" opacity="0.9"/>
|
|
<circle cx="170" cy="120" r="20" fill="white" opacity="0.9"/>
|
|
<text x="150" y="170" font-family="Arial, sans-serif" font-size="16" font-weight="bold" fill="white" text-anchor="middle">Guests</text>
|
|
</svg>
|