Skip to content

Instantly share code, notes, and snippets.

@louspringer
Created March 5, 2026 22:47
Show Gist options
  • Select an option

  • Save louspringer/dd34cd99e3f0648d834814c8366e804f to your computer and use it in GitHub Desktop.

Select an option

Save louspringer/dd34cd99e3f0648d834814c8366e804f to your computer and use it in GitHub Desktop.
Eudorus avatar SVG
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024" role="img" aria-label="Eudorus avatar">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#071224"/>
<stop offset="45%" stop-color="#0b2a43"/>
<stop offset="100%" stop-color="#0f3d33"/>
</linearGradient>
<radialGradient id="flare" cx="78%" cy="16%" r="48%">
<stop offset="0%" stop-color="#68ffd6" stop-opacity="0.55"/>
<stop offset="100%" stop-color="#68ffd6" stop-opacity="0"/>
</radialGradient>
<filter id="softGlow" x="-40%" y="-40%" width="180%" height="180%">
<feGaussianBlur stdDeviation="12" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="1024" height="1024" rx="220" fill="url(#bg)"/>
<rect width="1024" height="1024" rx="220" fill="url(#flare)"/>
<g opacity="0.16" stroke="#9ffff0" stroke-width="6" fill="none">
<circle cx="512" cy="512" r="340"/>
<circle cx="512" cy="512" r="278"/>
<circle cx="512" cy="512" r="216"/>
</g>
<g transform="translate(96 96)">
<rect x="120" y="148" width="688" height="560" rx="170" fill="#03101f" fill-opacity="0.52"/>
<path d="M216 256
C216 206 256 166 306 166
L634 166
C684 166 724 206 724 256
L724 602
C724 652 684 692 634 692
L306 692
C256 692 216 652 216 602
Z"
fill="none" stroke="#8fffe8" stroke-width="34" stroke-linecap="round" stroke-linejoin="round" filter="url(#softGlow)"/>
<path d="M680 256
C680 230 660 210 634 210
L306 210
C280 210 260 230 260 256
L260 602
C260 628 280 648 306 648
L634 648
C660 648 680 628 680 602"
fill="none" stroke="#26e7b6" stroke-width="18" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="614" cy="300" r="20" fill="#8fffe8"/>
<path d="M360 318
Q512 258 614 338
Q684 394 652 476
Q620 558 514 588
Q408 618 330 554
Q256 496 288 412
Q304 370 360 318 Z"
fill="#0e2d4a" fill-opacity="0.82" stroke="#7eeed2" stroke-width="10"/>
<path d="M358 440
C372 392 420 356 476 356
C532 356 580 392 594 440
C580 488 532 524 476 524
C420 524 372 488 358 440 Z"
fill="#041220" stroke="#9fffe9" stroke-width="10"/>
<circle cx="476" cy="440" r="70" fill="#08223a" stroke="#35e9bd" stroke-width="8"/>
<circle cx="476" cy="440" r="32" fill="#98ffea"/>
<circle cx="494" cy="426" r="10" fill="#ffffff" opacity="0.9"/>
<path d="M692 612 L770 690" stroke="#89ffe6" stroke-width="24" stroke-linecap="round" filter="url(#softGlow)"/>
<path d="M692 612 L770 690" stroke="#2ee8b9" stroke-width="12" stroke-linecap="round"/>
</g>
<g font-family="Menlo, Consolas, monospace" font-weight="700" letter-spacing="2">
<text x="514" y="930" text-anchor="middle" font-size="68" fill="#91ffe7">EUDORUS</text>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment