Files

22 lines
865 B
XML

<svg width="64" height="64" viewBox="0 0 64 64" role="img" xmlns="http://www.w3.org/2000/svg">
<title>RootNode Academy</title>
<desc>A filled root node with branching connections to three open network nodes — a root-and-network mark.</desc>
<!-- Connections (drawn first, sit under the nodes) -->
<g stroke="#39FF14" stroke-width="3.4" stroke-linecap="round" fill="none">
<line x1="32" y1="38" x2="32" y2="15" />
<line x1="32" y1="38" x2="14" y2="47" />
<line x1="32" y1="38" x2="50" y2="47" />
</g>
<!-- Outer nodes — open circles, electric blue -->
<g stroke="#00D4FF" stroke-width="3.2" fill="none">
<circle cx="32" cy="13" r="6" />
<circle cx="13" cy="48" r="5.5" />
<circle cx="51" cy="48" r="5.5" />
</g>
<!-- Root node — filled, terminal green -->
<circle cx="32" cy="38" r="8.5" fill="#39FF14" />
</svg>