FontAwesome.swift alternatives and similar libraries
Based on the "Font" category.
Alternatively, view FontAwesome.swift alternatives based on common mentions on social networks and blogs.
-
FontAwesomeKit
Icon font library for iOS. Currently supports Font-Awesome, Foundation icons, Zocial, and ionicons. -
Iconic
:art: Auto-generated icon font library for iOS, watchOS and tvOS -
SwiftIconFont
Icons fonts for iOS (Font Awesome 5, Iconic, Ionicon, Octicon, Themify, MapIcon, MaterialIcon, Foundation 3, Elegant Icon, Captain Icon) -
FontBlaster
Programmatically load custom fonts into your iOS, macOS and tvOS app. -
Font-Awesome-Swift
Font Awesome swift library for iOS. -
GoogleMaterialDesignIcons
Google Material Design Icons Font for iOS -
GoogleMaterialIconFont
Google Material Design Icons for Swift and ObjC project -
SwiftFontName
OS font complements library. Localized font supported.
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of FontAwesome.swift or a related project?
README
FontAwesome.swift
Use Font Awesome in your Swift projects
To see the complete set of 3,978 icons in Font Awesome 5, please check the FontAwesome.com site.
Examples
[](./.github/examples.png)
Installation
Carthage
github "thii/FontAwesome.swift"
CocoaPods
pod 'FontAwesome.swift'
Note: If you install this using CocoaPods, the framework name will be
FontAwesome_swift
(there is an underscore).
Manually
- Drag and drop all
.otf
and.swift
files into your project
Requirements
iOS 8 or later.
Development
After cloning, initialise the submodule to prepare for updating FontAwesome
git submodule init
git submodule update
To update this project to include all the latest icons from the new verison of
Font Awesome (replace x.y.z
with the new font version):
bundle exec fastlane update_font version:x.y.z
To release a new version x.y.z
(replace x.y.z
with a real version number):
bundle exec fastlane release version:x.y.z
Since it will automatically make a new commit to bump version and push to CocoaPods trunk, make sure you have write access to this repo and be one of the podspec owners. If you are a maintainer but don't have these privilege yet, please let me know.
License
- All font files licensed under SIL OFL 1.1
- FontAwesome.swift licensed under MIT
*Note that all licence references and agreements mentioned in the FontAwesome.swift README section above
are relevant to that project's source code only.