19 lines
681 B
XML
19 lines
681 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="#FF2E88"/>
|
|
<stop offset="1" stop-color="#FFD700"/>
|
|
</linearGradient>
|
|
<filter id="s" x="-25%" y="-25%" width="150%" height="150%">
|
|
<feDropShadow dx="0" dy="12" stdDeviation="14" flood-color="#000" flood-opacity="0.35"/>
|
|
</filter>
|
|
</defs>
|
|
<g filter="url(#s)">
|
|
<path d="M88 210h336l-48 86 48 86H88l48-86z" fill="url(#g)"/>
|
|
<text x="256" y="314" font-size="78" text-anchor="middle" font-family="Arial Black, Arial" fill="#111">戳这里</text>
|
|
</g>
|
|
</svg>
|
|
|
|
|
|
|