<?xml version="1.0" encoding="UTF-8"?>
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="bgGradient16" cx="0.3" cy="0.3" r="0.8">
<stop offset="0%" style="stop-color:#4F46E5;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1E40AF;stop-opacity:1" />
</radialGradient>
<linearGradient id="dnaGradient16" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#10B981;stop-opacity:1" />
<stop offset="100%" style="stop-color:#059669;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background circle -->
<circle cx="8" cy="8" r="7.5" fill="url(#bgGradient16)" stroke="#1E3A8A" stroke-width="1"/>
<!-- Simplified DNA helix -->
<g transform="translate(2, 2)">
<path d="M 1 2 Q 4 1, 7 2 Q 10 3, 13 2" stroke="url(#dnaGradient16)" stroke-width="1.5" fill="none" opacity="0.9"/>
<path d="M 1 4 Q 4 5, 7 4 Q 10 3, 13 4" stroke="url(#dnaGradient16)" stroke-width="1.5" fill="none" opacity="0.9"/>
<line x1="3" y1="2.5" x2="3" y2="3.5" stroke="#E5E7EB" stroke-width="1" opacity="0.8"/>
<line x1="7" y1="2.5" x2="7" y2="3.5" stroke="#E5E7EB" stroke-width="1" opacity="0.8"/>
<line x1="11" y1="2.5" x2="11" y2="3.5" stroke="#E5E7EB" stroke-width="1" opacity="0.8"/>
</g>
<!-- Network nodes -->
<g transform="translate(2, 8)">
<circle cx="6" cy="2" r="1.5" fill="#F59E0B" opacity="0.9"/>
<circle cx="2" cy="1" r="1" fill="#EF4444" opacity="0.8"/>
<circle cx="10" cy="1" r="1" fill="#EF4444" opacity="0.8"/>
<circle cx="4" cy="4" r="1" fill="#EF4444" opacity="0.8"/>
<circle cx="8" cy="4" r="1" fill="#EF4444" opacity="0.8"/>
<line x1="6" y1="2" x2="2" y2="1" stroke="#F97316" stroke-width="1" opacity="0.6"/>
<line x1="6" y1="2" x2="10" y2="1" stroke="#F97316" stroke-width="1" opacity="0.6"/>
<line x1="6" y1="2" x2="4" y2="4" stroke="#F97316" stroke-width="1" opacity="0.6"/>
<line x1="6" y1="2" x2="8" y2="4" stroke="#F97316" stroke-width="1" opacity="0.6"/>
</g>
</svg>