I searched but couldn't find anything related to this issue, so seems just happening to me? I have below in config to use MinervaNeue
skin and MobileFrontend for nonmobile. The icons shows up well on desktop but not in mobile view for some reason.
$wgDefaultSkin = "vector";
wfLoadSkin( 'MinervaNeue' );
$wgMFAutodetectMobileView = true;
wfLoadExtension( 'MobileFrontend' );