For a little context: the company I work for has a lowercase e as symbol. So I wanted to make a loading icon where this e is gradually being shown. Starting in the center, then to the right and finally completing the circle. (Something like in the below gif)
Thanks to all
create the SVG markup for the loading icon
I used This source for E letter svg
use CSS animations to gradually show the "e" symbol in the loading icon
I defined a keyframe animation named
fillE
that gradually increases the opacity and scale of the "e" letter to give the loading effectI hope that is what you looking for.