I'm trying to work around this issue where SimpleIcons removed their AWS icons:
simple-icons/simple-icons#13056
by using an inline data payload of the icon as per the trick in:
#10464
but am running in to an issue where the data payload generated is so large that I think shields.io is balking on it as it is not rendering.
wget -nc https://github.com/simple-icons/simple-icons/blob/abacde1e57bf3ca327de130b5d943562c12ad424/icons/amazon.svg
$ shields_embed_logo.sh amazon.svg | wc -c
351694
The usual badge construction of:

Results in a broken badge, which I also cannot paste here due to the character limit of this issue.
Do you have any ideas how to embed this AWS logo?
Should I try a different approach?
How are SimpleIcons pulled by shields.io, or is the icon set embedded in shields.io?
This seems perhaps related to pulling icons directly as D2 does and as per issue:
#10464