I checked this problem and see that it’s because the SVG doesn’t have the width and height attributes, https://ibb.co/QgS4cv9 which are necessary for the correct display of images. So try to change the SVG to one that has the width and height attributes and check.
Many thanks for all your support. The SVG that you mentioned it cames with the Theme Template.
How can i change the svg to came with width and height attributes ?
You need to open your SVG icons file with an editor like Sublime Text or the default system text editor and add width=”31″ height=”40″ attributes to your SVG tag like it is shown. Then you will need to re-upload your image in the WordPress Dashboard.