https://github.com/ennerperez/pictograms
Fonts based pictograms for .NET
https://github.com/ennerperez/pictograms
font fontawesome fonts glyphs icon icons ionicons linearicons pictogram pictograms
Last synced: 5 months ago
JSON representation
Fonts based pictograms for .NET
- Host: GitHub
- URL: https://github.com/ennerperez/pictograms
- Owner: ennerperez
- License: mit
- Created: 2016-02-02T02:25:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T05:58:08.000Z (about 2 years ago)
- Last Synced: 2025-04-09T02:08:07.257Z (6 months ago)
- Topics: font, fontawesome, fonts, glyphs, icon, icons, ionicons, linearicons, pictogram, pictograms
- Language: C#
- Size: 3.58 MB
- Stars: 16
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# Pictograms
Introducing fonts based pictograms for .NET solutions
[](https://ci.appveyor.com/project/ennerperez/pictograms)
[](https://www.nuget.org/packages/System.Drawing.Pictograms/)---------------------------------------
See the [changelog](CHANGELOG.md) for changes.
## Featuring
- [FontAwesome](http://fortawesome.github.io/Font-Awesome/)
- [Foundation](http://foundation.zurb.com/)
- [IonIcons](http://ionicons.com/)
- [LinearIcons](http://cms.devoffice.com/repack/packs/linearicons/)
- [Material Design](http://www.google.com/design/spec/style/icons.html#icons-system-icons)## Table of contents
* [Implementing](#implementing)
* [Bugs and feature requests](#bugs-and-feature-requests)
* [Documentation](#documentation)
* [License](#license)### Implementing
**Add the library to your project**
Add the [NuGet Package](https://www.nuget.org/packages/System.Drawing.Pictograms/). Right click on your project and click 'Manage NuGet Packages...'. Search for 'Pictograms' and click on install. Once installed the library will be included in your project references. (Or install it through the package manager console: PM> Install-Package System.Drawing.Pictograms)
### Bugs and feature requests
Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/ennerperez/System.Drawing.Pictograms/issues/new).
### Documentation
No more documentation required for now.
### License
Code released under [The MIT License](LICENSE)