60 lines
3.0 KiB
XML
60 lines
3.0 KiB
XML
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Hintergrund mit Farbverlauf -->
|
|
<rect width="64" height="64" rx="16" fill="url(#paint0_linear)" />
|
|
|
|
<!-- Mindmap-Punkte -->
|
|
<!-- Zentraler Punkt -->
|
|
<circle cx="32" cy="32" r="8" fill="url(#glow_gradient)" filter="url(#glow)" />
|
|
|
|
<!-- Umgebende Punkte -->
|
|
<circle cx="16" cy="20" r="6" fill="#8b5cf6" />
|
|
<circle cx="48" cy="20" r="6" fill="#8b5cf6" />
|
|
<circle cx="32" cy="52" r="6" fill="#8b5cf6" />
|
|
<circle cx="16" cy="48" r="4" fill="#a78bfa" />
|
|
<circle cx="48" cy="48" r="4" fill="#a78bfa" />
|
|
|
|
<!-- Verbindende Linien (Hauptpfade) -->
|
|
<path d="M32 32 L16 20" stroke="white" stroke-width="2" stroke-linecap="round" />
|
|
<path d="M32 32 L48 20" stroke="white" stroke-width="2" stroke-linecap="round" />
|
|
<path d="M32 32 L32 52" stroke="white" stroke-width="2" stroke-linecap="round" />
|
|
<path d="M32 32 L16 48" stroke="white" stroke-width="2" stroke-linecap="round" />
|
|
<path d="M32 32 L48 48" stroke="white" stroke-width="2" stroke-linecap="round" />
|
|
|
|
<!-- Zusätzliche Verbindungslinien -->
|
|
<path d="M16 20 L16 48" stroke="#c4b5fd" stroke-width="1.5" stroke-linecap="round" stroke-dasharray="3 2" />
|
|
<path d="M48 20 L48 48" stroke="#c4b5fd" stroke-width="1.5" stroke-linecap="round" stroke-dasharray="3 2" />
|
|
<path d="M16 20 L48 20" stroke="#c4b5fd" stroke-width="1.5" stroke-linecap="round" stroke-dasharray="3 2" />
|
|
<path d="M16 48 L32 52" stroke="#c4b5fd" stroke-width="1.5" stroke-linecap="round" stroke-dasharray="3 2" />
|
|
<path d="M48 48 L32 52" stroke="#c4b5fd" stroke-width="1.5" stroke-linecap="round" stroke-dasharray="3 2" />
|
|
|
|
<!-- Kleine Dekoration-Punkte für Hintergrund-Ähnlichkeit -->
|
|
<circle cx="10" cy="36" r="1.5" fill="#ddd6fe" opacity="0.7" />
|
|
<circle cx="54" cy="36" r="1.5" fill="#ddd6fe" opacity="0.7" />
|
|
<circle cx="40" cy="10" r="1.5" fill="#ddd6fe" opacity="0.7" />
|
|
<circle cx="24" cy="10" r="1.5" fill="#ddd6fe" opacity="0.7" />
|
|
<circle cx="20" cy="36" r="1.2" fill="#ddd6fe" opacity="0.5" />
|
|
<circle cx="44" cy="36" r="1.2" fill="#ddd6fe" opacity="0.5" />
|
|
<circle cx="32" cy="16" r="1.2" fill="#ddd6fe" opacity="0.5" />
|
|
|
|
<!-- Definitionen für Farbverläufe und Effekte -->
|
|
<defs>
|
|
<!-- Haupthintergrund-Farbverlauf -->
|
|
<linearGradient id="paint0_linear" x1="0" y1="0" x2="64" y2="64" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#6d28d9" />
|
|
<stop offset="1" stop-color="#4c1d95" />
|
|
</linearGradient>
|
|
|
|
<!-- Glüheffekt für den zentralen Punkt -->
|
|
<filter id="glow" x="20" y="20" width="24" height="24" filterUnits="userSpaceOnUse">
|
|
<feGaussianBlur stdDeviation="2" result="blur" />
|
|
<feComposite in="SourceGraphic" in2="blur" operator="over" />
|
|
</filter>
|
|
|
|
<!-- Farbverlauf für den zentralen Punkt -->
|
|
<linearGradient id="glow_gradient" x1="24" y1="24" x2="40" y2="40" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#a78bfa" />
|
|
<stop offset="1" stop-color="#8b5cf6" />
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|