1. Peruskuviot

<circle cx="100" cy="100" r="80" fill="#66ccff" />
<rect x="20" y="20" width="120" height="60" fill="#b3b3ff" />
<ellipse cx="100" cy="60" rx="70" ry="30" fill="#80ffbf" />




2. Number 8

<path d=
        
         "M100 40 
         
         
          C50 40 50 90 100   90
          C150 90 150 40 100 40
           
           
           
          M100 90 
          
          C50 90 50 150 100 150
          C150 150 150 90 100 90"
           
           
           
        fill = "red" stroke="black"/>




3. Jalokivi

<svg width="200" height="180">

<polygon points=

"
100,20
160,70
140,150
60,150
40,70
"
fill="#ccffff" stroke="black"/>