<?php
$all_fieds = get_post_custom( $post-> $id );
if (array_intersect(['mod1', 'mod2'], $all_fieds)) :
?>
<li>
<div class="color_item_container">
<img src="<?php echo get_field("mod1"); ?>" height="50" width="30" alt="alt">
</div>
</li>
<?php endif; ?>