RadBreadCrumb does not show the Image of the Header Initially.
Initially , there is no selection but RadBreadCrumb should display the Image of the header item on its left side. After selection change and selecting back the header => the Image is shown.
Sample code
<telerik:RadBreadcrumb VerticalAlignment="Bottom" IsIconVisible="True" x:Name="bCrubm"
IsCurrentIconVisible="True"
>
<telerik:RadBreadcrumb.Header>
<telerik:RadBreadcrumbItem Header="aaa" Image="/Images/Desktop.png" />
</telerik:RadBreadcrumb.Header>
Available in LIB version: 2015.2.803