ACF Unexpected T_CONSTANT_ENCAPSED_STRING [closed]

Your string example is wrong. You´re ending the echo statement right after opening the <div>. It should look like this:

echo '<div class="quarter"><img src="' .$image[0]. '" alt="Logo"></div>';