<svg width="100" height="100px"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<a xlink:href='http://youtube.com' target="_blank">
<rect x="5" y="5" width="90px" height="90px"/>
</a>
</svg>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<object type="image/svg+xml" data="image.svg" >
Your browser does not support SVG
</object>
</body>
</html>