https://github.com/dimonovdd/Xamarin.Forms.Icons8.LineAwesome
Icons8 LineAwesome Implementation For Xamarin.Forms
https://github.com/dimonovdd/Xamarin.Forms.Icons8.LineAwesome
List: Xamarin.Forms.Icons8.LineAwesome
hacktoberfest hacktoberfest-accepted icon icon-font iconfont icons icons-pack icons8 icons8-lineawesome xamarin xamarin-forms
Last synced: 3 days ago
JSON representation
Icons8 LineAwesome Implementation For Xamarin.Forms
- Host: GitHub
- URL: https://github.com/dimonovdd/Xamarin.Forms.Icons8.LineAwesome
- Owner: dimonovdd
- License: other
- Created: 2020-10-12T15:24:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-27T22:00:27.000Z (over 4 years ago)
- Last Synced: 2025-04-30T15:09:19.984Z (9 days ago)
- Topics: hacktoberfest, hacktoberfest-accepted, icon, icon-font, iconfont, icons, icons-pack, icons8, icons8-lineawesome, xamarin, xamarin-forms
- Language: C#
- Homepage:
- Size: 1.56 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - Xamarin.Forms.Icons8.LineAwesome ★1
README
# Xamarin.Forms.Icons8.LineAwesome

This package is a simple implementation of the beautiful Icons Font ["Icons8 LineAwesome"](https://icons8.com/line-awesome) For Xamarin.Forms [*(Screenshot)*](https://raw.githubusercontent.com/dimonovdd/Xamarin.Forms.Icons8.LineAwesome/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.Icons8.LineAwesome.Solid/) |
| Regular | [](https://www.nuget.org/packages/Xamarin.Forms.Icons8.LineAwesome.Regular/)|
| Brand | [](https://www.nuget.org/packages/Xamarin.Forms.Icons8.LineAwesome.Brand/) |Icon naming differs from icons8 according to the C# language rules.
| icons8 | icons8 HTML | this project |
|:--------------:|:-----------------:|:-------------:|
|dog |la-dog |Dog |
|question-circle |la-question-circle |QuestionCircle |
|500px |la-500px |_500x |#### Littel Sample:
```xml
xmlns:iconsB="clr-namespace:Icons8.LineAwesome.Brand;assembly=Icons8.LineAwesome.Brand"
```
```xml
```
[***See more...***](https://github.com/dimonovdd/Xamarin.Forms.Icons8.LineAwesome/blob/main/src/LineAwesome.Sample/LineAwesome.Sample/MainPage.xaml)