35 lines
1.4 KiB
XML
35 lines
1.4 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 280 80" width="280" height="80">
|
|
<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>
|
|
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
|
|
<feGaussianBlur stdDeviation="3" result="coloredBlur"/>
|
|
<feMerge>
|
|
<feMergeNode in="coloredBlur"/>
|
|
<feMergeNode in="SourceGraphic"/>
|
|
</feMerge>
|
|
</filter>
|
|
</defs>
|
|
|
|
<!-- Video camera icon -->
|
|
<g transform="translate(15, 15)" filter="url(#glow)">
|
|
<rect x="0" y="10" width="36" height="30" rx="6" fill="url(#jeffsiGrad)"/>
|
|
<path d="M36 17 L52 8 L52 42 L36 33 Z" fill="url(#jeffsiGrad)"/>
|
|
<!-- Record dot -->
|
|
<circle cx="12" cy="25" r="5" fill="#ef4444"/>
|
|
</g>
|
|
|
|
<!-- Text: Jeffsi Meet -->
|
|
<text x="75" y="48" font-family="Fredoka, system-ui, -apple-system, sans-serif" font-size="32" font-weight="600" fill="#ffffff" letter-spacing="-0.02em">
|
|
Jeffsi<tspan fill="url(#jeffsiGrad)"> Meet</tspan>
|
|
</text>
|
|
|
|
<!-- Tagline -->
|
|
<text x="77" y="68" font-family="Fredoka, system-ui, sans-serif" font-size="12" font-weight="400" fill="rgba(255,255,255,0.6)">
|
|
Free Video Conferencing
|
|
</text>
|
|
</svg>
|