<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="100" height="100" fill="#f5f5f5" rx="10"/>

  <!-- Progress bar background -->
  <rect x="10" y="10" width="80" height="8" fill="#ddd" rx="4"/>

  <!-- Progress bar foreground (60% filled as example) -->
  <rect x="10" y="10" width="48" height="8" fill="#007acc" rx="4"/>

  <!-- Book icon or reading lines -->
  <rect x="20" y="30" width="60" height="6" fill="#ccc" rx="2"/>
  <rect x="20" y="42" width="60" height="6" fill="#ccc" rx="2"/>
  <rect x="20" y="54" width="40" height="6" fill="#ccc" rx="2"/>
</svg>
