Vector Graphics are used to create images and illustrations. Images can be rendered in 2 ways :
<svg> - can be styled using CSS<svg> if you prefer styling content.
This simple SVG illustration was created using <svg> element and its attributes i.e.,
using SVG inline with simple shapes like <rect>, <circle>, <ellipse>,
<polygon> and <text>.