19 lines
756 B
XML
19 lines
756 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
|
||
|
|
<stop offset="0%" stop-color="#7c3aed"/>
|
||
|
|
<stop offset="100%" stop-color="#06b6d4"/>
|
||
|
|
</linearGradient>
|
||
|
|
<filter id="glow">
|
||
|
|
<feGaussianBlur stdDeviation="1.2"/>
|
||
|
|
</filter>
|
||
|
|
</defs>
|
||
|
|
<rect x="2" y="2" width="60" height="60" rx="14" fill="url(#bg)"/>
|
||
|
|
<text x="32" y="46" text-anchor="middle"
|
||
|
|
font-family="ui-serif, Georgia, 'Times New Roman', serif"
|
||
|
|
font-size="42" font-weight="700" fill="white"
|
||
|
|
style="font-style: italic;">λ</text>
|
||
|
|
<circle cx="49" cy="49" r="6.5" fill="#4ade80" filter="url(#glow)" opacity="0.5"/>
|
||
|
|
<circle cx="49" cy="49" r="4.5" fill="#4ade80"/>
|
||
|
|
</svg>
|