https://github.com/dimonovdd/Xamarin.Forms.FontAwesome
Font Awesome Free Implementation For Xamarin.Forms
https://github.com/dimonovdd/Xamarin.Forms.FontAwesome
List: Xamarin.Forms.FontAwesome
font-awesome fontawesome hacktoberfest hactoberfest-accepted iconfont iconpack icons icons-fonts xamarin xamarin-forms
Last synced: 3 days ago
JSON representation
Font Awesome Free Implementation For Xamarin.Forms
- Host: GitHub
- URL: https://github.com/dimonovdd/Xamarin.Forms.FontAwesome
- Owner: dimonovdd
- License: other
- Created: 2020-10-15T17:39:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-27T21:56:52.000Z (over 4 years ago)
- Last Synced: 2025-04-24T06:02:06.326Z (15 days ago)
- Topics: font-awesome, fontawesome, hacktoberfest, hactoberfest-accepted, iconfont, iconpack, icons, icons-fonts, xamarin, xamarin-forms
- Language: C#
- Homepage:
- Size: 957 KB
- Stars: 17
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - Xamarin.Forms.FontAwesome ★13
README
# Xamarin.Forms.FontAwesome

This package is a simple implementation of the beautiful ["Icons Font Awesome"](https://fontawesome.com/icons) For Xamarin.Forms [*(Screenshot)*](https://raw.githubusercontent.com/dimonovdd/Xamarin.Forms.FontAwesome/main/SampleImages/sample.jpg)
Based on [IconFontHelper](https://github.com/dimonovdd/Xamarin.Forms.IconFontHelper) [](https://www.nuget.org/packages/Xamarin.Forms.IconFontHelper/)
This package is divided into three nugets, so you don't install fonts that you don't use
| Font | Nuget |
|:--------|:-------------:|
| Solid | [](https://www.nuget.org/packages/Xamarin.Forms.FontAwesome.Solid/) |
| Regular | [](https://www.nuget.org/packages/Xamarin.Forms.FontAwesome.Regular/)|
| Brand | [](https://www.nuget.org/packages/Xamarin.Forms.FontAwesome.Brand/) |Icon naming differs from icons8 according to the C# language rules.
| FontAwesome | FontAwesome HTML | this project |
|:--------------:|:-----------------:|:-------------:|
|[dog](https://fontawesome.com/icons/dog?style=solid) |fa-dog |Dog |
|[question-circle](https://fontawesome.com/icons/question-circle?style=solid) |fa-question-circle |QuestionCircle |
|[500px](https://fontawesome.com/icons/500px?style=brands) |fa-500px |_500x |#### Littel Sample:
```xml
xmlns:iconsB="clr-namespace:FontAwesome.Brand;assembly=FontAwesome.Brand"
```
```xml
```
[***See more...***](https://github.com/dimonovdd/Xamarin.Forms.FontAwesome/blob/main/src/FontAwesome.Sample/FontAwesome.Sample/MainPage.xaml)