How to get taxonomy image attached to a Post Type WordPress

use this snippet
here i get image which have post id 5

<img src="https://wordpress.stackexchange.com/questions/344213/<?php echo site_url(); ?>/wp-content/uploads/<?php echo get_post_meta(5,"_wp_attached_file',true); ?>' height="100" width="100">

check get_ani_taxonomy_fields($ani->term_id, ‘acf_image_field_name’) this function return post id