I was bored and came up with this, tell me what you think.
(put this in the first frame of your movie on the main timeline)
_root.createEmptyMovieClip("logo",100);
_root.createEmptyMovieClip("circle",99);
_root.createEmptyMovieClip("over",101);
logo.lineStyle(2,0x0E0A65,100);
logo.beginFill(0x0E0A65,100);
logo.moveTo(126,131);
logo.lineTo(126,119);
logo.curveTo(135,120,143,100);
logo.curveTo(153,70,175,69);
logo.lineTo(175,82);
logo.curveTo(163,82,160,93);
logo.lineTo(168,93);
logo.lineTo(168,105);
logo.lineTo(155,105);
logo.curveTo(147,130,126,131);
logo.endFill();
circle.lineStyle(90,0xCC3300,100);
circle.moveTo(150,100);
circle.lineTo(150,100.15);
over.lineStyle(0,0,0);
over.beginFill(0xFFFFFF,25)
over.moveTo(115,90);
over.curveTo(125,60,150,60);
over.curveTo(180,60,185,90);
over.curveTo(150,80,115,90);
over.endFill();