19 lines
967 B
XML
19 lines
967 B
XML
<svg viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Background: warm cream rounded square (matches OpsLog palette) -->
|
|
<rect width="256" height="256" rx="48" fill="#faf6ea"/>
|
|
<!-- "Q" ring -->
|
|
<circle cx="116" cy="120" r="68" fill="none"
|
|
stroke="#b8410c" stroke-width="22"/>
|
|
<!-- Q tail merging into radio waves -->
|
|
<path d="M 162 166 L 196 200"
|
|
fill="none" stroke="#b8410c" stroke-width="22"
|
|
stroke-linecap="round"/>
|
|
<!-- 3 expanding wave arcs to the bottom-right (signal emission) -->
|
|
<path d="M 184 188 Q 208 188 208 212"
|
|
fill="none" stroke="#7a4a14" stroke-width="7" stroke-linecap="round"/>
|
|
<path d="M 172 200 Q 204 200 204 232"
|
|
fill="none" stroke="#7a4a14" stroke-width="7" stroke-linecap="round" opacity="0.75"/>
|
|
<path d="M 160 212 Q 200 212 200 244" transform="translate(-10 -2)"
|
|
fill="none" stroke="#7a4a14" stroke-width="7" stroke-linecap="round" opacity="0.45"/>
|
|
</svg>
|