13 lines
329 B
XML
13 lines
329 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
<!-- 外轮廓(干净单线) -->
|
|
<path
|
|
d="M12 22s-7-6.2-7-11a7 7 0 1 1 14 0c0 4.8-7 11-7 11z"
|
|
fill="none"
|
|
stroke="#000"
|
|
stroke-width="2"
|
|
stroke-linejoin="round"
|
|
/>
|
|
|
|
<!-- 中间点 -->
|
|
<circle cx="12" cy="11" r="2" fill="#000"/>
|
|
</svg> |