Conversation

$a green bottle
$<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 200" width="120" height="200">
  <!-- Bottle body -->
  <rect id="bottle-body" x="30" y="50" width="60" height="120" rx="30" ry="30" fill="#4CAF50" stroke="#388E3C" stroke-width="2"/>
  
  <!-- Bottle cap -->
  <rect id="bottle-cap" x="35" y="30" width="50" height="20" rx="10" ry="10" fill="#388E3C" stroke="#1B5E20" stroke-width="2"/>
  
  <!-- Bottle label -->
  <rect id="bottle-label" x="45" y="80" width="30" height="40" fill="#81C784" stroke="#388E3C" stroke-width="1"/>
</svg>