14 lines
643 B
XML
14 lines
643 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="Einkaufsliste">
|
|
<rect width="512" height="512" rx="96" fill="#2f6f4e"/>
|
|
<!-- Korb -->
|
|
<path d="M112 200h288l-30 200a28 28 0 0 1-28 24H170a28 28 0 0 1-28-24z"
|
|
fill="none" stroke="#ffffff" stroke-width="26" stroke-linejoin="round"/>
|
|
<!-- Henkel -->
|
|
<path d="M188 200v-24a68 68 0 0 1 136 0v24"
|
|
fill="none" stroke="#ffffff" stroke-width="26" stroke-linecap="round"/>
|
|
<!-- Haken -->
|
|
<path d="M198 300l38 40 82-88"
|
|
fill="none" stroke="#ffffff" stroke-width="30"
|
|
stroke-linecap="round" stroke-linejoin="round"/>
|
|
</svg>
|