$fn=100;
// tête
color("green") sphere(r=20);
// robe
translate( [0,0,-70] )
color("red") cylinder(50,40,20);
// chapeau
translate( [0,0,20] ) color("yellow") cylinder(20,15,5);
// bras gauche
translate( [0,-20,-30] )
color("violet") rotate([45,0,0]) cylinder(50,5,5);
// bras droit
translate( [0,20,-30] )
color("violet") rotate([-45,0,0]) cylinder(50,5,5);