I'm working on the graphic design on the website .so which is the best option for graphic design SVG files or images (PNG JPEG or any others img) I mean quick loading response in the HTML page.
Note: not compare as result quality both SVG and image files
like here on Moon
img
Moon SVG
<svg width="50" height="50" xmlns="http://www.w3.org/2000/svg">
<g>
<circle stroke-width="3" stroke="#000" fill="#fff" r="16" cy="25" cx="25"/>
<path stroke-width="0" fill="#000" d="m25,9a16,16 0 0 1 0,32l0,-1.5a18,18 0 0 1 0,-29l0,-1.5z"/>
</g>
</svg>