23 lines
684 B
XML
23 lines
684 B
XML
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<rect width="64" height="64" rx="18" fill="url(#bg)"/>
|
|
<rect x="4" y="4" width="56" height="56" rx="14" stroke="rgba(255,255,255,0.22)"/>
|
|
<text
|
|
x="32"
|
|
y="38"
|
|
text-anchor="middle"
|
|
font-size="21"
|
|
font-weight="700"
|
|
font-family="Arial, PingFang SC, Microsoft YaHei, sans-serif"
|
|
fill="white"
|
|
letter-spacing="0.5"
|
|
>
|
|
CRM
|
|
</text>
|
|
<defs>
|
|
<linearGradient id="bg" x1="10" y1="8" x2="56" y2="56" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#7C3AED"/>
|
|
<stop offset="1" stop-color="#4F46E5"/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|