dvirlabs-landing/dvirlabs-logo.svg
2025-11-26 05:57:14 +02:00

32 lines
873 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<defs>
<linearGradient id="grad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#38bdf8"/>
<stop offset="100%" stop-color="#0ea5e9"/>
</linearGradient>
</defs>
<!-- רקע כהה מעוגל -->
<rect x="0" y="0" width="512" height="512" rx="120" fill="#020617"/>
<!-- סימן אינסוף -->
<text x="256" y="220"
text-anchor="middle"
font-family="Inter, system-ui, -apple-system, sans-serif"
font-size="190"
fill="url(#grad)">
</text>
<!-- DVIRLABS -->
<text x="256" y="340"
text-anchor="middle"
font-family="Inter, system-ui, -apple-system, sans-serif"
font-size="64"
letter-spacing="18"
fill="#e5e7eb">
DVIRLABS
</text>
</svg>