20 lines
745 B
XML
20 lines
745 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 60" width="200" height="60">
|
|
<defs>
|
|
<linearGradient id="jeffsiGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#6366f1;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#8b5cf6;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Video camera icon -->
|
|
<g transform="translate(10, 10)">
|
|
<rect x="0" y="8" width="28" height="24" rx="4" fill="url(#jeffsiGrad)"/>
|
|
<path d="M28 14 L40 8 L40 32 L28 26 Z" fill="url(#jeffsiGrad)"/>
|
|
</g>
|
|
|
|
<!-- Text: Jeffsi Meet -->
|
|
<text x="60" y="38" font-family="system-ui, -apple-system, sans-serif" font-size="24" font-weight="600" fill="#ffffff">
|
|
Jeffsi Meet
|
|
</text>
|
|
</svg>
|