<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
  <!-- Fond avec dégradé -->
  <rect width="32" height="32" rx="8" fill="url(#gradient)" />
  
  <!-- Icône de conversion -->
  <path d="M22 16L18 12M22 16L18 20M22 16H10M14 12L10 16M10 16L14 20" 
    stroke="white" 
    stroke-width="2.5" 
    stroke-linecap="round" 
    stroke-linejoin="round"
  />
  
  <!-- Définition du dégradé -->
  <defs>
    <linearGradient id="gradient" x1="0" y1="0" x2="32" y2="32" gradientUnits="userSpaceOnUse">
      <stop offset="0%" stop-color="#3B82F6" />
      <stop offset="100%" stop-color="#1D4ED8" />
    </linearGradient>
  </defs>
</svg>
