21 lines
890 B
XML
21 lines
890 B
XML
<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Gatsby: High-End Minimalist 'G' -->
|
|
<defs>
|
|
<filter id="neon-glow" x="-20%" y="-20%" width="140%" height="140%">
|
|
<feGaussianBlur in="SourceAlpha" stdDeviation="2.5" />
|
|
<feOffset dx="0" dy="0" result="offsetblur" />
|
|
<feFlood flood-color="#00C853" flood-opacity="0.8" />
|
|
<feComposite in2="offsetblur" operator="in" />
|
|
<feMerge>
|
|
<feMergeNode />
|
|
<feMergeNode in="SourceGraphic" />
|
|
</feMerge>
|
|
</filter>
|
|
</defs>
|
|
|
|
<!-- The main 'G' frame -->
|
|
<path d="M78 35C73 22 61 15 48 15C29 15 15 30 15 50C15 70 29 85 48 85C67 85 82 72 82 52H48" stroke="#00C853" stroke-width="10" stroke-linecap="round" stroke-linejoin="round" filter="url(#neon-glow)" />
|
|
|
|
<!-- Center Dot -->
|
|
<circle cx="48" cy="52" r="5" fill="#FFFFFF" />
|
|
</svg> |