15 lines
777 B
XML
15 lines
777 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 40" width="140" height="40">
|
|
<defs>
|
|
<linearGradient id="jeffsiGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#6366f1;stop-opacity:1" />
|
|
<stop offset="50%" style="stop-color:#8b5cf6;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#a855f7;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- J icon -->
|
|
<rect x="2" y="4" width="28" height="28" rx="6" fill="url(#jeffsiGrad)"/>
|
|
<text x="16" y="26" font-family="Arial, sans-serif" font-size="20" font-weight="bold" fill="white" text-anchor="middle">J</text>
|
|
<!-- Text -->
|
|
<text x="38" y="27" font-family="Arial, sans-serif" font-size="18" font-weight="600" fill="white">Jeffsi Meet</text>
|
|
</svg>
|