Built with blockbuilder.org
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>SVG Example</title>
</head>
<body>
<svg width="1250" height="1250">
<path d="M50,50 50,150"
style="stroke: #000000; stroke-width:8; fill:none;"/>
<path d="M150,50 Q166,100 150,150"
style="stroke: #000000; stroke-width:8; fill:none;"/>
<path d="M250,50 Q309,100 250,150"
style="stroke: #000000; stroke-width:8; fill:none;"/>
<path d="M350,50 A30,27 0 1,1 350,150"
style="stroke: #000000; stroke-width:8; fill:none;"/>
</svg>
</body>
</html>