Displaying ACF image field [closed]

You can pass the term object as the second parameter to the_field/get_field.

echo '<img src="' . get_field( 'brochure_logo', $tax_term ) . '">';