I have tried to convert SVG to PNG image but it's not working, Tested using this link, but it's creating the white image and if I used
$image->setBackgroundColor(new ImagickPixel('transparent'));
it created the black/transparent image
SVG image : SVG image actual view on browser After converting: SVG to PNG
SVG with mask : Sample