Hi,
I have found an easy solution to this. Create the icon within the button as follows:
<buttons:SfButton Command="{Binding StartWizardCommand}" VerticalOptions="End"
HorizontalOptions="Center" Margin="0, 0, 0, 10"
BackgroundColor="{StaticResource ButtonColor}"
Style="{StaticResource SfButtonStyle}">
<buttons:SfButton.Content>
<iconize:IconLabel FontSize="Large" VerticalOptions="Center" Text="fab-apple" HorizontalOptions="Center" TextColor="Red"/>
</buttons:SfButton.Content>
</buttons:SfButton>