SVG hello world tutorial which creates a small icon. <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"> <rect width="100" height="100" style="fill:#006fba;" /> <text x="30" y="60" style="font-size:36px;fill:white;"> IH </text> </svg>
Rendered SVG Image from above code