15 lines
816 B
Plaintext
15 lines
816 B
Plaintext
<svg width="600" height="400" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="grad4" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#fa709a;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#fee140;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="600" height="400" fill="url(#grad4)"/>
|
|
<g transform="translate(300, 200)">
|
|
<!-- 景点图标 - 山和太阳 -->
|
|
<circle cx="-30" cy="-30" r="15" stroke="white" stroke-width="3" fill="none"/>
|
|
<path d="M-50,20 L-30,-10 L-10,10 L10,-20 L30,0 L50,20 Z" stroke="white" stroke-width="3" fill="none"/>
|
|
</g>
|
|
<text x="300" y="350" font-family="Arial, sans-serif" font-size="32" fill="white" text-anchor="middle" font-weight="bold">文旅解决方案</text>
|
|
</svg> |