Referencing parent theme image from child theme

You can use <?php get_template_directory_uri(); ?> to reference your parent theme folders.

From the WordPress codex:

In the event a child theme is being used, the parent theme directory URI will be returned…