18 lines
832 B
XML
18 lines
832 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<!-- Background -->
|
|
<rect width="512" height="512" rx="96" fill="#16a34a"/>
|
|
<!-- Fork -->
|
|
<g fill="none" stroke="#ffffff" stroke-linecap="round" stroke-linejoin="round">
|
|
<!-- Fork handle -->
|
|
<line x1="192" y1="280" x2="192" y2="400" stroke-width="28"/>
|
|
<!-- Fork tines -->
|
|
<line x1="152" y1="112" x2="152" y2="220" stroke-width="24"/>
|
|
<line x1="192" y1="112" x2="192" y2="220" stroke-width="24"/>
|
|
<line x1="232" y1="112" x2="232" y2="220" stroke-width="24"/>
|
|
<!-- Fork neck -->
|
|
<path d="M152 220 Q152 280 192 280 Q232 280 232 220" stroke-width="24" fill="none"/>
|
|
<!-- Spoon -->
|
|
<line x1="340" y1="260" x2="340" y2="400" stroke-width="28"/>
|
|
<ellipse cx="340" cy="175" rx="52" ry="75" stroke-width="24"/>
|
|
</g>
|
|
</svg>
|