50 lines
1.6 KiB
XML
50 lines
1.6 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" width="256" height="256">
|
|
<defs>
|
|
<linearGradient id="g1" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#007AFF"/>
|
|
<stop offset="100%" stop-color="#005CBF"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<circle cx="128" cy="128" r="120" fill="none" stroke="url(#g1)" stroke-width="4"/>
|
|
<circle cx="128" cy="128" r="100" fill="none" stroke="#007AFF" stroke-width="1.5" opacity="0.3"/>
|
|
<!-- Waveform -->
|
|
<path d="M 40 128
|
|
Q 56 128, 64 108
|
|
Q 72 88, 80 128
|
|
Q 88 168, 96 128
|
|
Q 100 108, 108 68
|
|
Q 116 28, 124 128
|
|
Q 132 228, 140 128
|
|
Q 144 88, 152 128
|
|
Q 160 168, 168 128
|
|
Q 176 88, 184 128
|
|
Q 192 148, 200 128
|
|
Q 208 118, 216 128"
|
|
fill="none" stroke="url(#g1)" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<!-- Analytic envelope (ghost) -->
|
|
<path d="M 40 128
|
|
Q 56 126, 64 118
|
|
Q 72 110, 80 114
|
|
Q 88 118, 96 98
|
|
Q 104 78, 112 70
|
|
Q 120 62, 128 66
|
|
Q 136 70, 144 82
|
|
Q 152 94, 160 102
|
|
Q 168 110, 176 114
|
|
Q 184 118, 192 122
|
|
Q 200 124, 216 128"
|
|
fill="none" stroke="#007AFF" stroke-width="1.5" stroke-dasharray="4 3" opacity="0.5" stroke-linecap="round"/>
|
|
<path d="M 40 128
|
|
Q 56 130, 64 138
|
|
Q 72 146, 80 142
|
|
Q 88 138, 96 158
|
|
Q 104 178, 112 186
|
|
Q 120 194, 128 190
|
|
Q 136 186, 144 174
|
|
Q 152 162, 160 154
|
|
Q 168 146, 176 142
|
|
Q 184 138, 192 134
|
|
Q 200 132, 216 128"
|
|
fill="none" stroke="#007AFF" stroke-width="1.5" stroke-dasharray="4 3" opacity="0.5" stroke-linecap="round"/>
|
|
</svg>
|