Duplicate IDs with aria-labelledby

This page has two inline SVG images. Both use aria-labelledby references to their nested title elements. These SVG title elements both have an ID of "title", but different text.

Here is a mailto icon: Mail To

Here is an external link icon: Link is external

What do screen readers announce as the accessible names of these images?

The duplicate IDs cause problems for the aria-labelledby references. Both images pick up the first element with an ID of "title", in this case the one nested inside the mail-to icon.