2026-07-07 07:11:50 +00:00
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
|
|
|
<defs>
|
|
|
|
|
<linearGradient id="lv-bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
|
|
|
<stop offset="0%" stop-color="#0A1628"/>
|
|
|
|
|
<stop offset="100%" stop-color="#0D1F3C"/>
|
|
|
|
|
</linearGradient>
|
|
|
|
|
<linearGradient id="lv-accent" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
|
|
|
<stop offset="0%" stop-color="#00D4AA"/>
|
|
|
|
|
<stop offset="100%" stop-color="#00A884"/>
|
|
|
|
|
</linearGradient>
|
|
|
|
|
</defs>
|
|
|
|
|
<!-- Background -->
|
|
|
|
|
<rect width="512" height="512" rx="128" fill="url(#lv-bg)"/>
|
|
|
|
|
<!-- L shape -->
|
|
|
|
|
<path d="M128 128 H224 V224 H384 V320 H128 Z" fill="url(#lv-accent)"/>
|
|
|
|
|
<!-- Data point -->
|
|
|
|
|
<circle cx="384" cy="160" r="32" fill="#FFFFFF"/>
|
|
|
|
|
</svg>
|