Thumbnails in ACF Query Results

the_post_thumbnail() echos a complete HTML <img> tag, not just the URL of the image. So, just use:

<?php the_post_thumbnail ()?>

rather than

<img src="https://wordpress.stackexchange.com/questions/259813/<?php the_post_thumbnail () ?>">