Using SVG in a web page 

<html>
  <body>

    <object id="pic1" data="stickman.svg"
        width="180" height="340"></object>


  </body>
</html>