Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<body>
<h2>Image in a circle and some text</h2>
<svg height="250" width="300" xmlns="http://www.w3.org/2000/svg">
  <circle r="105" cx="150" cy="120" fill="lightblue" />
  <image x="0" y="60" width="300" height="100" href="pulpitrock.jpg" />
  <text x="84" y="180" fill="black">Pulpit Rock, Norway</text>
  Sorry, your browser does not support inline SVG.  
</svg>
</body>
</html>