20 lines
900 B
XML
20 lines
900 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="#00E5FF"/>
|
|
<stop offset="1" stop-color="#FF2E88"/>
|
|
</linearGradient>
|
|
<filter id="s" x="-25%" y="-25%" width="150%" height="150%">
|
|
<feDropShadow dx="0" dy="10" stdDeviation="12" flood-color="#000" flood-opacity="0.35"/>
|
|
</filter>
|
|
</defs>
|
|
<g filter="url(#s)">
|
|
<path d="M92 172c0-44 36-80 80-80h176c92 0 166 74 166 166s-74 166-166 166H260l-76 66 20-66h-32c-44 0-80-36-80-80V172z" fill="url(#g)"/>
|
|
<text x="300" y="292" font-size="78" text-anchor="middle" font-family="Arial Black, Arial" fill="#111">上链接</text>
|
|
<path d="M356 210c18-18 46-18 64 0s18 46 0 64l-22 22c-18 18-46 18-64 0" fill="none" stroke="#111" stroke-width="14" stroke-linecap="round"/>
|
|
</g>
|
|
</svg>
|
|
|
|
|
|
|