I'm using the glyphicons library and each svg file has the root element with the viewBox's ID always id="glyphicons-basic" .... so the below shows two of the same image:
<svg class="..."><use xlink:href="call.svg#glyphicons-basic"></svg>
<svg class="..."><use xlink:href="database.svg#glyphicons-basic"></svg>