<?php if( get_field('image_1') ) {
$image = get_field('image_1' ); ?>
<img src="<?php echo $image['url']; ?>" alt="<?php echo $image['alt']; ?>">
<?php } ?>
Change image_1 to your specific Field name and in the Custom Fields Edit Field Group section for the image field set the return value to “Image Object”.