15 lines
817 B
Plaintext
15 lines
817 B
Plaintext
<svg width="600" height="400" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="600" height="400" fill="url(#grad1)"/>
|
|
<g transform="translate(300, 200)">
|
|
<!-- 购物车图标 -->
|
|
<path d="M-40,-30 L-30,-30 L-20,10 L20,10 L30,-30 L40,-30 M-15,20 A5,5 0 1,1 -15,30 A5,5 0 1,1 -15,20 M15,20 A5,5 0 1,1 15,30 A5,5 0 1,1 15,20"
|
|
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> |