Hello, I am making a flow that sends an e-mail with an image in the body. The image is taken from OneDrive with a link and inserted with the following tags:
<html>
<body>
<p>This is a paragraph.</p>
<img src="https://........sharepoint.com/personal/........_onmicrosoft_com/Documents/Dashboard/Image.png?Web=1">
</body>
</html>

E-mail is sent successfully. The issue is that I receive the following broken image in the e-mail:

What is causing this? I tried removing the quotations, using a link that is shared for everyone who has the link etc. Nothing seems to be working.