Since specifications define the id attribute as unique for each document, you must reorganize identifiers or use an alternative, for example. embedding via img or object tag.
<img src="my.svg" height="100" alt="alternative Text"> <object type="image/svg+xml" data="my.svg" width="100" height="100"></object>
source share