GoogleMaterialDesignIcons alternatives and similar libraries
Based on the "Fonts" category.
Alternatively, view GoogleMaterialDesignIcons 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. -
SwiftIcons
🎢Swift Library for Font Icons - ★ this library -
IoniconsKit
Use Ionicons in your Swift projects. -
GoogleMaterialIconFont
Google Material Design Icons for Swift and ObjC project -
TypographyKit
📰 Consistent & accessible visual styling on iOS with support for Dynamic Type. -
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. -
OcticonsKit
Use Octicons in your Swift projects. -
Swicon
Use 1600+ icons (and more!) from FontAwesome and Google Material Icons in your swift/iOS project in an easy and space-efficient way! -
OpenSansSwift
Easily use the OpenSans font in Swift -
Font-Awesome
Use Font Awesome in project written in Swift.
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 GoogleMaterialDesignIcons or a related project?
README
GoogleMaterialDesignIcons
Google Material Design Icons Font for iOS
It is based on https://github.com/google/material-design-icons.
it converts the material-design-icons svg file in the font file, it was easy to use.
You can use the 1661 icons!
[sample](Screenshots/GoogleMaterialDesignIcons.gif)
Benefits of using the Font
- Import is easier to project(Since held together in one file)
- Color easy to change
- Resistant to change size
- Management easier
- Put out in the text as part of the AttributedString
Installation
CocoaPods
comming soon...
Manually
Add the GoogleIcon.swift
, googleicon.ttf
file to your project.
info.plist added Fonts provided by application
key and
specify the googleicon.ttf
to Item0 value.
Usage
Please look at the icon/googleicon.html.
googleicon.html has been icon code definition.
The constant of icon code is defined in GoogleIcon class, please use.
GoogleIcon.e600
GoogleIcon.e601
GoogleIcon.e602
GoogleIcon.e603
...
hogeLabel.font = UIFont(name: GoogleIconName, size: 30.0)
hogeLabel.textColor = UIColor.greenColor()
hogeLabel.text = GoogleIcon.e600
You can also be set font in the storyboard. [sample](Screenshots/GoogleMaterialDesignIconsLabel.png)
To input font characters directly in the Interface Builder, do the following after selecting googlefont:
- Add the "Unicode Hex Input" input source under (System Preferences > Keyboard > Input Sources).
- Hold down
Option
and type four hex digits to enter a Unicode character. For example, you canOption
+e648
to enter the checkmark icon.
Requirements
Requires iOS 7.0.
Features
- Clipboard copy from Html
- Complete example
Contributing
Forks, patches and other feedback are welcome.
Creator
License
GoogleMaterialDesignIcons is available under the Attribution 4.0 International license.
*Note that all licence references and agreements mentioned in the GoogleMaterialDesignIcons README section above
are relevant to that project's source code only.