15 lines
1.1 KiB
XML
15 lines
1.1 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" fill="none">
|
|
<!-- 关系困者 - 两人/纠缠 -->
|
|
<circle cx="100" cy="100" r="90" fill="rgba(255,255,255,0.1)" stroke="white" stroke-width="2"/>
|
|
<!-- 左边的人 -->
|
|
<circle cx="72" cy="70" r="16" stroke="white" stroke-width="2" fill="rgba(255,255,255,0.15)"/>
|
|
<path d="M72,86 L72,130 M55,100 L89,100 M72,130 L55,160 M72,130 L89,160" stroke="white" stroke-width="2" stroke-linecap="round"/>
|
|
<!-- 右边的人 -->
|
|
<circle cx="128" cy="70" r="16" stroke="white" stroke-width="2" fill="rgba(255,255,255,0.15)"/>
|
|
<path d="M128,86 L128,130 M111,100 L145,100 M128,130 L111,160 M128,130 L145,160" stroke="white" stroke-width="2" stroke-linecap="round"/>
|
|
<!-- 纠缠线 -->
|
|
<path d="M88,75 Q100,65 112,75" stroke="white" stroke-width="1.5" stroke-dasharray="4,3" fill="none" opacity="0.6"/>
|
|
<path d="M85,100 Q100,110 115,100" stroke="white" stroke-width="1.5" stroke-dasharray="4,3" fill="none" opacity="0.6"/>
|
|
<!-- 问号在中间 -->
|
|
<text x="100" y="92" text-anchor="middle" fill="white" font-size="18" font-weight="bold" opacity="0.5" font-family="sans-serif">?</text>
|
|
</svg> |