This can be done using pure CSS3 and HTML5. The trick is to embed the link inside the svg by using the xlink element with the target set to parent:
The two important bits:
The xmlns:xlink="http://www.w3.org/1999/xlink"
namespace.
The actual link:
Note: This method has only been tested using the
method of embedding the SVG.