Here is the code for drawing instagram Logo using Python
from turtle import*
bgcolor('#ff0066')
pencolor('white')
width(23)
penup()
goto(160,-100)
pendown()
left(90)
for i in range (4):
forward(250)
circle(34,90)
penup()
goto(85,30)
pendown()
circle(80,360)
penup()
goto(110,130)
pendown()
circle(7,360)