Path SVG cliquable

$('svg path').on('click', function () {
    window.location = 'LINK-HERE';
});
Andrew Lautenbach