16 lines
722 B
XML
16 lines
722 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
|
|
<!-- Val walk placeholder - 行走姿态 -->
|
|
<!-- 头 -->
|
|
<circle cx="32" cy="12" r="10" fill="#5B9BD5"/>
|
|
<!-- 身体 -->
|
|
<rect x="24" y="22" width="16" height="24" rx="4" fill="#5B9BD5"/>
|
|
<!-- 腿(行走姿态) -->
|
|
<rect x="24" y="46" width="6" height="16" rx="2" fill="#3A7BBF" transform="rotate(-10 27 46)"/>
|
|
<rect x="34" y="46" width="6" height="16" rx="2" fill="#3A7BBF" transform="rotate(10 37 46)"/>
|
|
<!-- 眼睛 -->
|
|
<circle cx="28" cy="10" r="2" fill="white"/>
|
|
<circle cx="36" cy="10" r="2" fill="white"/>
|
|
<circle cx="28" cy="10" r="1" fill="#333"/>
|
|
<circle cx="36" cy="10" r="1" fill="#333"/>
|
|
</svg>
|