25 lines
891 B
XML
25 lines
891 B
XML
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="bg" x1="10" y1="8" x2="54" y2="56" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#635BFF"/>
|
|
<stop offset="1" stop-color="#4F46E5"/>
|
|
</linearGradient>
|
|
<filter id="shadow" x="6" y="6" width="52" height="52" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
<feDropShadow dx="0" dy="6" stdDeviation="5" flood-color="#635BFF" flood-opacity="0.24"/>
|
|
</filter>
|
|
</defs>
|
|
<g filter="url(#shadow)">
|
|
<rect x="10" y="8" width="44" height="44" rx="14" fill="url(#bg)"/>
|
|
</g>
|
|
<text
|
|
x="32"
|
|
y="36"
|
|
text-anchor="middle"
|
|
font-family="Plus Jakarta Sans, PingFang SC, Microsoft YaHei, sans-serif"
|
|
font-size="18"
|
|
font-weight="800"
|
|
fill="white"
|
|
letter-spacing="-0.04em"
|
|
>pms</text>
|
|
</svg>
|