Files
portfolio/public/favicon.svg
Johan LEROY 9e9bc0f23d first commit
2026-04-21 14:14:03 +02:00

37 lines
1.1 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
<defs>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="1.2" result="blur" />
<feMerge>
<feMergeNode in="blur" />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
<linearGradient id="grad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#00F0FF" />
<stop offset="100%" stop-color="#B967FF" />
</linearGradient>
</defs>
<rect
x="4" y="4" width="56" height="56" rx="10"
fill="#0A0A0F"
stroke="url(#grad)"
stroke-width="2"
/>
<g filter="url(#glow)">
<path
d="M38 14 L38 40 Q38 48 30 48 Q22 48 22 40"
stroke="#00F0FF"
stroke-width="4"
stroke-linecap="round"
fill="none"
/>
<circle cx="38" cy="14" r="3" fill="#FF2A6D" />
</g>
<line x1="8" y1="52" x2="56" y2="52" stroke="#00F0FF" stroke-width="0.5" opacity="0.3" />
<line x1="8" y1="54" x2="56" y2="54" stroke="#FF2A6D" stroke-width="0.5" opacity="0.3" />
</svg>