12 lines
534 B
XML
12 lines
534 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="175" height="50" viewBox="0 0 400 100">
|
|
<defs>
|
|
<linearGradient id="g" x2="0" y2="1">
|
|
<stop stop-color="#00744c"/>
|
|
<stop stop-color="#002b1c" offset="100%"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="400" height="100" rx="25" ry="25" fill="url(#g)"/>
|
|
<text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-family="sans-serif" font-size="35" font-weight="bold" fill="#ffffff">
|
|
Pago Único
|
|
</text>
|
|
</svg>
|