28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Tomate verte zebra avec rayures -->
|
|
<defs>
|
|
<pattern id="zebraPattern" patternUnits="userSpaceOnUse" width="2" height="2">
|
|
<rect width="2" height="1" fill="#4ade80"/>
|
|
<rect y="1" width="2" height="1" fill="#22c55e"/>
|
|
</pattern>
|
|
</defs>
|
|
|
|
<!-- Corps de la tomate -->
|
|
<ellipse cx="16" cy="18" rx="12" ry="10" fill="url(#zebraPattern)" stroke="#16a34a" stroke-width="0.5"/>
|
|
|
|
<!-- Highlight pour donner du volume -->
|
|
<ellipse cx="13" cy="15" rx="4" ry="3" fill="#86efac" opacity="0.6"/>
|
|
|
|
<!-- Tige et feuilles -->
|
|
<rect x="15" y="8" width="2" height="4" fill="#16a34a" rx="1"/>
|
|
|
|
<!-- Feuilles -->
|
|
<path d="M12 10 Q10 8 8 10 Q10 9 12 10" fill="#22c55e"/>
|
|
<path d="M20 10 Q22 8 24 10 Q22 9 20 10" fill="#22c55e"/>
|
|
<path d="M16 8 Q14 6 12 8 Q14 7 16 8" fill="#15803d"/>
|
|
<path d="M16 8 Q18 6 20 8 Q18 7 16 8" fill="#15803d"/>
|
|
|
|
<!-- Détails des rayures zebra -->
|
|
<path d="M6 18 Q8 16 10 18 Q8 20 6 18" fill="#16a34a" opacity="0.3"/>
|
|
<path d="M22 18 Q24 16 26 18 Q24 20 22 18" fill="#16a34a" opacity="0.3"/>
|
|
</svg> |