I have come across an interesting bug (?) whereby if you embed the SVG using <use> as part of a link (an icon for example) – the icon itself does not register a click event in jQuery, but clicking the text does. I think this is due to SVG events not bubbling up?
If you embed the SVG directly, the link triggers regardless of whether you click the text or the icon.
A simple test case I created can be seen here: SVG <use> bug test case.