Ionic spinner is not working in some android versions

Hai all,
I had the problem of “ionic spinner icon is not working in some android versions”

my code is as follows…

$ionicLoading.show({
template: ‘

’,
animation: ‘fade-in’,
showBackdrop: true,
maxWidth: 200,
showDelay: 0
});
and css part,
.spinner svg {
width: 50px;
height: 50px;
stroke: #fff;
fill: #fff;
}