16 lines
608 B
XML
16 lines
608 B
XML
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- 中心圆形 -->
|
|
<circle cx="100" cy="100" r="35" fill="#FDB813"/>
|
|
|
|
<!-- 光芒 -->
|
|
<g stroke="#FDB813" stroke-width="8" stroke-linecap="round">
|
|
<line x1="100" y1="30" x2="100" y2="50"/>
|
|
<line x1="141" y1="41" x2="129" y2="59"/>
|
|
<line x1="170" y1="100" x2="150" y2="100"/>
|
|
<line x1="141" y1="159" x2="129" y2="141"/>
|
|
<line x1="100" y1="170" x2="100" y2="150"/>
|
|
<line x1="59" y1="159" x2="71" y2="141"/>
|
|
<line x1="30" y1="100" x2="50" y2="100"/>
|
|
<line x1="59" y1="41" x2="71" y2="59"/>
|
|
</g>
|
|
</svg> |