neurapress/public/favicon.svg
2025-02-01 14:53:28 +08:00

16 lines
804 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="32" height="32" rx="8" fill="#0EA5E9"/>
<!-- Neural network nodes -->
<circle cx="10" cy="16" r="2.5" fill="white" />
<circle cx="22" cy="12" r="2.5" fill="white" />
<circle cx="22" cy="20" r="2.5" fill="white" />
<circle cx="16" cy="10" r="2.5" fill="white" />
<circle cx="16" cy="22" r="2.5" fill="white" />
<!-- Connections -->
<line x1="12" y1="16" x2="20" y2="12" stroke="white" strokeWidth="1.5"/>
<line x1="12" y1="16" x2="20" y2="20" stroke="white" strokeWidth="1.5"/>
<line x1="12" y1="16" x2="14" y2="10" stroke="white" strokeWidth="1.5"/>
<line x1="12" y1="16" x2="14" y2="22" stroke="white" strokeWidth="1.5"/>
</svg>