You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
627 B

<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200">
<!-- 背景圆形 -->
<circle cx="100" cy="100" r="90" fill="#f0f2f5"/>
<!-- 鸡蛋图形 -->
<ellipse cx="100" cy="85" rx="40" ry="55" fill="#fff" stroke="#ffd700" stroke-width="3"/>
<ellipse cx="100" cy="85" rx="35" ry="50" fill="#fff"/>
<circle cx="85" cy="75" r="5" fill="#333"/>
<path d="M85 100 Q100 120 115 100" fill="none" stroke="#ffd700" stroke-width="2"/>
<!-- 贸易符号 - 简单的箭头 -->
<path d="M60 140 L140 140 L125 125 L140 140 L125 155" fill="none" stroke="#1677ff" stroke-width="3"/>
</svg>