Unable to see image in pdf

I’ve set image in letter head, image is being showing in print, but not in pdf.
How can I solve it?

Please share you code.

Thanks

My Letter head html is:

<div style="text-align: right; margin-bottom: 20px;">
    <img alt="cover" src="https://erp.domain.in/files/cover.svg" style="height: 50px;" title="">
</div>

I’m using svg, is there any issue with it ?

Please try with jpeg or jpg then check in pdf.

Or

Please convert image svg to jpg then check in pdf

Thanks

Yes, It worked.