Carga de imágenes en formato svg en una página web

Curso de HTML

30.  
31.  
33.  
35.  
48.  

Por 9.99€ al mes tendrás acceso completo a todos los cursos. Sin matrícula ni permanencia.

<svg id="circulo" width="400" height="400">
	<circle  cx="200" cy="200" r="100" fill="blue"/>
	<rect width="100" height="100" fill="green"/>
	<line x1="100" y1="100" x2="200" y2="200" style="stroke:black; stroke-width:4"/>
	<ellipse cx="200" cy="200" rx="200" ry="50" fill="pink" />
</svg>

Por 9.99€ al mes tendrás acceso completo a todos los cursos. Sin matrícula ni permanencia.