17 lines
919 B
XML
17 lines
919 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="#111827"/>
|
|
<stop offset="0.55" stop-color="#0b0b0b"/>
|
|
<stop offset="1" stop-color="#14532d"/>
|
|
</linearGradient>
|
|
<linearGradient id="accent" x1="0" y1="0" x2="1" y2="0">
|
|
<stop offset="0" stop-color="#34d399"/>
|
|
<stop offset="1" stop-color="#60a5fa"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="14" fill="url(#bg)"/>
|
|
<path d="M10 49h44" stroke="url(#accent)" stroke-width="4" stroke-linecap="round"/>
|
|
<text x="32" y="40" text-anchor="middle" font-family="Arial Black, Impact, Arial, sans-serif" font-size="25" font-style="italic" font-weight="900" fill="#f8fafc" letter-spacing="-2">FJR</text>
|
|
<path d="M12 15h40" stroke="url(#accent)" stroke-width="3" stroke-linecap="round" opacity=".9"/>
|
|
</svg>
|