17 lines
771 B
XML
17 lines
771 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" fill="none">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="lx-bg" x1="6" y1="4" x2="42" y2="44" gradientUnits="userSpaceOnUse">
|
||
|
|
<stop stop-color="#2563eb"/>
|
||
|
|
<stop offset="1" stop-color="#0891b2"/>
|
||
|
|
</linearGradient>
|
||
|
|
<linearGradient id="lx-glow" x1="24" y1="10" x2="24" y2="38" gradientUnits="userSpaceOnUse">
|
||
|
|
<stop stop-color="#ffffff" stop-opacity="0.95"/>
|
||
|
|
<stop offset="1" stop-color="#e0f2fe" stop-opacity="0.7"/>
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<rect x="3" y="3" width="42" height="42" rx="11" fill="url(#lx-bg)"/>
|
||
|
|
<path d="M24 11 L33 24 L24 37 L15 24 Z" fill="url(#lx-glow)"/>
|
||
|
|
<circle cx="24" cy="22" r="4.5" fill="#ffffff"/>
|
||
|
|
<circle cx="24" cy="22" r="2" fill="#2563eb"/>
|
||
|
|
</svg>
|