icon not displaying at proper size

I have an icon that a made and it's not displaying at the proper size. It was made to display at 50px tall by 59px wide. It looks like it is stretching to fit the size of the display box it is located in. I have tried a few bits of code, height and width in the image tag, trying the same but with an in page css link and it does not respond to anything. Can anyone notice if I am just missing the right code somewhere? This has me very confused.

Link is www.iangdesign.co/contact.html

I would assume you resolved your issue? As I do not see any problems on that page.

Saj

Yes, I resolved the issue by changing the image from a .png to a .svg and declaring the width and height within the img src link. :-)