<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 128 128"
fill="none"
stroke="black"
>
<!-- les 2 lignes -->
<line x1="64" y1="0" x2="64" y2="128"></line>
<line x1="0" y1="64" x2="128" y2="64"></line>
<!-- les 4 formes -->
<circle cx="32" cy="32" r="16"></circle>
<rect x="80" y="16" width="32" height="32"></rect>
<polygon points="16 80 48 96 32 112"></polygon>
<ellipse cx="96" cy="96" rx="18" ry="10"></ellipse>
</svg>