38 lines
1.5 KiB
XML
38 lines
1.5 KiB
XML
|
|
<svg viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg" width="80" height="80">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%">
|
||
|
|
<stop offset="0%" stop-color="#22d3ee"/>
|
||
|
|
<stop offset="100%" stop-color="#34d399"/>
|
||
|
|
</linearGradient>
|
||
|
|
<radialGradient id="bg" cx="30%" cy="25%" r="85%">
|
||
|
|
<stop offset="0%" stop-color="#1a1f2e"/>
|
||
|
|
<stop offset="100%" stop-color="#0a0c10"/>
|
||
|
|
</radialGradient>
|
||
|
|
<linearGradient id="gx" x1="0%" y1="0%" x2="100%" y2="100%">
|
||
|
|
<stop offset="0%" stop-color="#67e8f9"/>
|
||
|
|
<stop offset="55%" stop-color="#22d3ee"/>
|
||
|
|
<stop offset="100%" stop-color="#10b981"/>
|
||
|
|
</linearGradient>
|
||
|
|
<filter id="glow" x="-40%" y="-40%" width="180%" height="180%">
|
||
|
|
<feGaussianBlur stdDeviation="1.2" result="blur"/>
|
||
|
|
<feMerge>
|
||
|
|
<feMergeNode in="blur"/>
|
||
|
|
<feMergeNode in="SourceGraphic"/>
|
||
|
|
</feMerge>
|
||
|
|
</filter>
|
||
|
|
</defs>
|
||
|
|
<rect width="80" height="80" rx="20" fill="url(#bg)"/>
|
||
|
|
<rect x="0.5" y="0.5" width="79" height="79" rx="19.5" fill="none" stroke="#ffffff" stroke-opacity="0.06" stroke-width="1"/>
|
||
|
|
<g filter="url(#glow)">
|
||
|
|
<text x="40" y="55"
|
||
|
|
text-anchor="middle"
|
||
|
|
textLength="48"
|
||
|
|
lengthAdjust="spacingAndGlyphs"
|
||
|
|
font-family="Georgia,'Times New Roman',serif"
|
||
|
|
font-size="44"
|
||
|
|
font-weight="400"
|
||
|
|
fill="#f3f4f6">n<tspan fill="url(#gx)">r</tspan></text>
|
||
|
|
</g>
|
||
|
|
<line x1="24" y1="63" x2="56" y2="63" stroke="url(#g)" stroke-width="1.2" stroke-linecap="round" opacity="0.7"/>
|
||
|
|
</svg>
|