How can I change the svg path size to be 20.57x24.14?
Budget: £10 – £20 GBP
How can I change the svg path icon size to be 20.57x24.14 but keep the icon size at 25x25.
<svg height="25" width="25" viewBox="-0.855 .93 25.14 25.14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1.42859 25.5714C1.42859 19.8912 6.03402 15.2857 11.7143 15.2857C17.3946 15.2857 22 19.8912 22 25.5714M16.8572 6.57145C16.8572 9.41116 14.554 11.7143 11.7143 11.7143C8.87459 11.7143 6.57145 9.41116 6.57145 6.57145C6.57145 3.73173 8.87459 1.42859 11.7143 1.42859C14.554 1.42859 16.8572 3.73173 16.8572 6.57145Z" stroke="#151F27" stroke-linecap="round" stroke-linejoin="round" /> </svg> </p>
Code - https://jsfiddle.net/n9gh5ec0/
<svg height="25" width="25" viewBox="-0.855 .93 25.14 25.14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1.42859 25.5714C1.42859 19.8912 6.03402 15.2857 11.7143 15.2857C17.3946 15.2857 22 19.8912 22 25.5714M16.8572 6.57145C16.8572 9.41116 14.554 11.7143 11.7143 11.7143C8.87459 11.7143 6.57145 9.41116 6.57145 6.57145C6.57145 3.73173 8.87459 1.42859 11.7143 1.42859C14.554 1.42859 16.8572 3.73173 16.8572 6.57145Z" stroke="#151F27" stroke-linecap="round" stroke-linejoin="round" /> </svg> </p>
Code - https://jsfiddle.net/n9gh5ec0/