18.08.2020, 06:31
You need to edit the SVG and make sure it does not have width/height properties in <svg> tag. Then you need to add preserveAspectRatio="none" to the <svg> tag. Similar to this but with original viewBox values from your SVG:
Code:
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" preserveAspectRatio="none">