SVG format is tricky. On one hand, it's vector so it's scalable; on the other hand, it's not compressed so it can be larger than raster. Also the way you create the vectors mattered, as there can be a lot of bloated objects or commands associated with it. Keep it simple and it will be ok. Also try to flatten any transformations so it will be faster to displayed.
Bookmarks