OpenGlES 2D Vector Graphics Loading and Drawing?

In my iPhone game all my images are png though recently I’ve been toying with the idea of vector images. Where they can be scaled/rotated without loss and small in file size.

How would you load a vector image file such as SVG and draw it in OpenGlES?

Thanks,
Matt