37 lines
1.4 KiB
XML

<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#3498db;stop-opacity:1" />
<stop offset="100%" style="stop-color:#2980b9;stop-opacity:1" />
</linearGradient>
<linearGradient id="sync" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#27ae60;stop-opacity:1" />
<stop offset="100%" style="stop-color:#2ecc71;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background circle -->
<circle cx="256" cy="256" r="240" fill="url(#bg)" stroke="#2c3e50" stroke-width="16"/>
<!-- Sync arrows -->
<g fill="url(#sync)">
<!-- Left arrow -->
<path d="M 120 200 L 160 200 L 160 160 L 200 200 L 160 240 L 160 200 Z"/>
<!-- Right arrow -->
<path d="M 392 312 L 352 312 L 352 352 L 312 312 L 352 272 L 352 312 Z"/>
</g>
<!-- Music note -->
<g fill="white">
<ellipse cx="200" cy="280" rx="12" ry="16"/>
<rect x="188" y="240" width="8" height="40" rx="4"/>
<ellipse cx="312" cy="232" rx="12" ry="16"/>
<rect x="300" y="192" width="8" height="40" rx="4"/>
</g>
<!-- Center sync symbol -->
<circle cx="256" cy="256" r="40" fill="none" stroke="white" stroke-width="8" stroke-dasharray="20,10"/>
<circle cx="256" cy="256" r="20" fill="white"/>
</svg>