Home

Awesome

Xamarin.Forms.FontAwesome

header

This package is a simple implementation of the beautiful "Icons Font Awesome" For Xamarin.Forms (Screenshot)

Based on IconFontHelper NuGet

This package is divided into three nugets, so you don't install fonts that you don't use

FontNuget
SolidNuGet
RegularNuGet
BrandNuGet

Icon naming differs from icons8 according to the C# language rules.

FontAwesomeFontAwesome HTMLthis project
dogfa-dogDog
question-circlefa-question-circleQuestionCircle
500pxfa-500px_500x

Littel Sample:

xmlns:iconsB="clr-namespace:FontAwesome.Brand;assembly=FontAwesome.Brand"
<Image>
    <Image.Source>
        <iconsB:IconSource Icon="Github" Size="100" Color="Red"/>
    </Image.Source>
</Image>

See more...