AeThex-Engine-Core/assets/animated-logos/wifi-pulse.svg

19 lines
No EOL
1,015 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
<g transform="translate(100, 120)">
<!-- WiFi/signal waves (representing cloud connectivity) -->
<path d="M -60 -40 Q 0 -80, 60 -40" fill="none" stroke="#8B5CF6" stroke-width="4" opacity="0.4">
<animate attributeName="opacity" values="0;0.8;0" dur="2s" repeatCount="indefinite"/>
</path>
<path d="M -40 -20 Q 0 -50, 40 -20" fill="none" stroke="#8B5CF6" stroke-width="4" opacity="0.4">
<animate attributeName="opacity" values="0;0.8;0" dur="2s" repeatCount="indefinite" begin="0.3s"/>
</path>
<path d="M -20 0 Q 0 -20, 20 0" fill="none" stroke="#06B6D4" stroke-width="4" opacity="0.4">
<animate attributeName="opacity" values="0;1;0" dur="2s" repeatCount="indefinite" begin="0.6s"/>
</path>
<!-- Center dot -->
<circle cx="0" cy="10" r="6" fill="#06B6D4">
<animate attributeName="r" values="4;8;4" dur="2s" repeatCount="indefinite"/>
</circle>
</g>
</svg>