2D Graphics with OpenGL

I want to create a 2D game, but I only know how to create 3D objects. Can someone tell me how can I create a 2D square or a circle with OpenGL.

In a 2d game you need to load sprite, imageā€¦
look at the functions to make this.