<svg width="120" height="60" viewBox="0 0 120 60" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="60" fill="#121212"/> <!-- Dark background -->

  <!-- "K" Text -->
  <text x="20" y="40" font-family="Segoe UI, sans-serif" font-size="36" font-weight="700" fill="#00BFA6">K</text>

  <!-- Stylized "X" using two lines -->
  <line x1="65" y1="15" x2="90" y2="45" stroke="#ffffff" stroke-width="5" stroke-linecap="round"/>
  <line x1="90" y1="15" x2="65" y2="45" stroke="#ffffff" stroke-width="5" stroke-linecap="round"/>
</svg>
