I'm facing an issue with my svg logo on the navbar - half of it is formatted correctly while the other half is not. Additionally, there is a discrepancy in how it appears on Safari and Chrome. I exported this svg file from Adobe Illustrator and incorporated it into a Bootstrap setup.
Here's how my logo should look
This is how my logo looks on Safari
This is how my logo looks on Chrome
Below is the svg code snippet:
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 7601.82 2387.31" style="enable-background:new 0 0 7601.82 2387.31;" xml:space="preserve">
<style type="text/css">
.st0{fill:#00ADEE;}
.st1{fill:none;}
.st2{fill:#FFFFFF;}
.st3{fill:#231F20;}
.st4{font-family:'AlternateGotNo1D';}
.st5{font-size:1043.9034px;}
.st6{letter-spacing:-10.31;}
.st7{letter-spacing:-4.69;}
.st8{letter-spacing:-25.32;}
</style>
<g>
<g>
<path class="st0" d="M1417.48,1732v8.27l11.2,6.47C1424.62,1742.25,1420.84,1737.39,1417.48,1732z"/>
...
<a class="nav-link disabled" href="#">Disabled</a>
</li>
</ul>
</div>
</nav>