Hi @Codelime
Yes, it is possible to convert SVG images to SVG elements (paths) when they are uploaded to AEM, so that they can be manipulated using CSS.
1. Create a custom workflow process step that converts the uploaded SVG image to an SVG element. You can use a third-party library like svgson to ...