The reason is the access limitations on your S3 bucket. Try opening the SVG file in a new tab. You receive the following as a response:
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>G5S59TAMS86Q5QP2</RequestId>
<HostId>ax/lusx95jNsKdAyMRZFIML0gKbk+c7sMVm0UFyuKn2Xto/NBAsiuBdRC91+GvHBRGmAz95UvnQ=</HostId>
</Error>
This is not an SVG, and the web browser will not be able to render the content on the screen.
Grant the permissions (public in this case) to the S3 and your SVG should work just fine.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-walkthroughs-managing-access-example1.html[
^]