Current section

Files

Jump to
dala assets logo logo_light.svg
Raw

assets/logo/logo_light.svg

<svg
xmlns="http://www.w3.org/2000/svg"
width="512"
height="512"
viewBox="0 0 512 512"
>
<defs>
<linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#F9FAFB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#E5E7EB;stop-opacity:1" />
</linearGradient>
<linearGradient id="screenGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#1E1B4B;stop-opacity:1" />
<stop offset="100%" style="stop-color:#312E81;stop-opacity:1" />
</linearGradient>
<linearGradient id="beamGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FBBF24;stop-opacity:1" />
<stop offset="100%" style="stop-color:#F59E0B;stop-opacity:1" />
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="8" result="coloredBlur" />
<feMerge>
<feMergeNode in="coloredBlur" />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
</defs>
<!-- Light background -->
<rect width="512" height="512" rx="96" fill="url(#bgGrad)" />
<!-- Phone body -->
<rect
x="156"
y="80"
width="200"
height="340"
rx="32"
fill="#1F2937"
stroke="#374151"
stroke-width="2"
/>
<!-- Phone screen -->
<rect
x="172"
y="116"
width="168"
height="268"
rx="16"
fill="url(#screenGrad)"
/>
<!-- Phone notch -->
<rect
x="224"
y="88"
width="64"
height="20"
rx="10"
fill="#1F2937"
/>
<!-- Elixir atom colon -->
<text
x="256"
y="250"
font-family="monospace, 'SF Mono', 'Fira Code', Consolas"
font-size="140"
font-weight="bold"
fill="url(#beamGrad)"
text-anchor="middle"
filter="url(#glow)"
>:</text>
<!-- Elixir pipe operator -->
<text
x="256"
y="330"
font-family="monospace, 'SF Mono', 'Fira Code', Consolas"
font-size="44"
fill="#A78BFA"
text-anchor="middle"
opacity="0.7"
>|&gt;</text>
<!-- Home indicator -->
<rect
x="224"
y="400"
width="64"
height="4"
rx="2"
fill="#6B7280"
opacity="0.5"
/>
<!-- Wordmark -->
<text
x="256"
y="470"
font-family="'SF Pro Display', 'Inter', -apple-system, 'Segoe UI', Arial, sans-serif"
font-size="52"
font-weight="700"
letter-spacing="4"
fill="#1F2937"
text-anchor="middle"
>dala</text>
</svg>