IoniconsKit alternatives and similar libraries
Based on the "Fonts" category.
Alternatively, view IoniconsKit alternatives based on common mentions on social networks and blogs.
-
FontAwesome.swift
Use FontAwesome in your Swift projects -
SwiftIconFont
Icons fonts for iOS (Font Awesome 5, Iconic, Ionicon, Octicon, Themify, MapIcon, MaterialIcon, Foundation 3, Elegant Icon, Captain Icon) -
UIFontComplete
Font management (System & Custom) for iOS and tvOS -
FontBlaster
Programmatically load custom fonts into your iOS, macOS and tvOS app. -
GoogleMaterialDesignIcons
Google Material Design Icons Font for iOS -
SYSymbol
SFSymbols 4 through 1.1 at your fingertips! (SFSymbol 5 soon) -
TypographyKit
📰 Consistent & accessible visual styling on iOS with support for Dynamic Type. -
GoogleMaterialIconFont
Google Material Design Icons for Swift and ObjC project -
SwiftFonts
An app to list the available fonts on iOS, written in Swift using the MVVM pattern. -
SwiftFontName
OS font complements library. Localized font supported. -
SwiftUIFontIcon
The easiest way to implement font icons in your SwiftUI project. -
Swicon
Use 1600+ icons (and more!) from FontAwesome and Google Material Icons in your swift/iOS project in an easy and space-efficient way!
Appwrite - The open-source backend cloud platform
* 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 IoniconsKit or a related project?
README
IoniconsKit
IoniconsKit internally use ionicons.ttf v2.0.1
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Ionicons as UILabel
someLabel.font = UIFont.ionicon(of: 18)
someLabel.text = String.ionicon(with: .socialTwitter)
Ionicons as UIImage
someImageView.image = UIImage.ionicon(with: .socialFacebook, textColor: UIColor.orange, size: CGSize(width: 18, height: 18))
For another icons, plaease see the source, or build Example App.
Requirements
Target | Version |
---|---|
iOS | => 10.0 |
Swift | => 5.0 |
Installation
IoniconsKit is available through CocoaPods or Carthage.
CocoaPods
pod "IoniconsKit"
Carthage
github "keitaoouchi/IoniconsKit"
for detail, please follow the Carthage Instruction
Author
keita.oouchi, [email protected]
License
ionicons.ttf file is licensed under MIT license.
IoniconsKit is available under the MIT license. See the LICENSE file for more info.
*Note that all licence references and agreements mentioned in the IoniconsKit README section above
are relevant to that project's source code only.