16 lines
802 B
XML
16 lines
802 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512" fill="none">
|
|
<defs>
|
|
<clipPath id="sq">
|
|
<path d="M0 256C0 57.4 57.4 0 256 0s256 57.4 256 256-57.4 256-256 256S0 454.6 0 256z"/>
|
|
</clipPath>
|
|
<linearGradient id="bg" x1="0" y1="0" x2="512" y2="512" gradientUnits="userSpaceOnUse">
|
|
<stop offset="0" stop-color="#003D7A"/>
|
|
<stop offset="0.6" stop-color="#0B1426"/>
|
|
<stop offset="1" stop-color="#0F1D35"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<g clip-path="url(#sq)">
|
|
<rect width="512" height="512" fill="url(#bg)"/>
|
|
<text x="256" y="348" text-anchor="middle" font-family="'Unbounded',system-ui,sans-serif" font-size="300" font-weight="800" fill="#F5B642" style="text-shadow:0 0 40px rgba(245,182,66,0.35)">J</text>
|
|
</g>
|
|
</svg> |