20 lines
929 B
XML
20 lines
929 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0" stop-color="#FF3D00"/>
|
|
<stop offset="1" stop-color="#FFD700"/>
|
|
</linearGradient>
|
|
<filter id="s" x="-25%" y="-25%" width="150%" height="150%">
|
|
<feDropShadow dx="0" dy="14" stdDeviation="16" flood-color="#000" flood-opacity="0.35"/>
|
|
</filter>
|
|
</defs>
|
|
<g filter="url(#s)">
|
|
<path d="M110 210 Q256 90 402 210 Q452 252 430 318 Q395 420 256 440 Q117 420 82 318 Q60 252 110 210 Z" fill="url(#g)"/>
|
|
<path d="M256 150c-18 26-8 44 10 64 18 20 28 38 18 62-10 26-36 32-56 18 6 34 42 58 82 40 38-18 48-62 28-96-18-32-42-48-38-88 2-18 10-28 18-38-28 8-46 22-62 38z" fill="#fff" opacity="0.9"/>
|
|
<text x="256" y="318" font-size="84" text-anchor="middle" font-family="Arial Black, Arial" fill="#111">爆款</text>
|
|
</g>
|
|
</svg>
|
|
|
|
|
|
|