I have an SVG file format that has a 5-6 icon in it, and I need to select the icon according to the requirement of not the whole image.
In just you can parse .SVG on your ImageView or Canvas, but this time I need to select a specific icon from a number.
Is it possible to do this with encoding or do I need to draw all the icons separately?

Can someone tell me how to do this?
source share