Find the URL of the current plugin directory

Try plugin_dir_url():

$new_avatar_url = plugin_dir_url( __FILE__ ) . '/avatar-1.jpg';