Sorry that is not possible. You can reduce it’s animation though. Just go to file vc_templates/counters.php and find this line: $output .= '<div class="odometer" data-number="'.esc_attr($number).'" data-duration="2000"></div>';
Set duration to 0.
Or add the numbers as text with icon. Make the necessary edits with css.