Can an SVG image with 50+ KB be stored in solidity?

I want to add an SVG Image with animations to my NFT and the size is going 50 KB+, but I learned that Ethereum has a size limit of 30 Million gas, so my doubt is if I divide the SVG image into chunks and store them inside mapping or arrays and write a function which concatenates the whole SVG image for iterating array and mapping, Is it possible?
submitted by /u/Aduttya
[link] [comments]