alabtechnosoft for mobile app onesignal notification send with brand icon use this parameter
$fields = array(
'app_id' => env('ONESIGNAL_APP_ID'),
'contents' => $content,
'headings' => $heading,
'small_icon'=> "ic_launcher",
'large_icon'=> "ic_launcher",
);