Interesting. I have v14.0 for Mac, and it works. It seems to be the Windows v14.0 version that is having trouble. SVG files are just XML, and can be opened in a text editor. Looking at your files, I can see that the Windows one has got a raster image embedded in it. But interestingly, it also seems to have e a lot of vector info as well!
Why don't you try a simple example, such as the one from the documentation? You can skip a step by using ExportString to see the actual XML produced.
ExportString[Graphics[{Red, Disk[]}], "SVG"]