15 lines
837 B
Plaintext
15 lines
837 B
Plaintext
<svg width="600" height="400" 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:#f093fb;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#f5576c;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="600" height="400" fill="url(#grad2)"/>
|
|
<g transform="translate(300, 200)">
|
|
<!-- 金融图标 - 钱币符号 -->
|
|
<circle cx="0" cy="0" r="35" stroke="white" stroke-width="3" fill="none"/>
|
|
<text x="0" y="15" font-family="Arial, sans-serif" font-size="48" fill="white" text-anchor="middle" font-weight="bold">¥</text>
|
|
</g>
|
|
<text x="300" y="350" font-family="Arial, sans-serif" font-size="32" fill="white" text-anchor="middle" font-weight="bold">金融解决方案</text>
|
|
</svg> |