Open Symbols is a collection of SF Symbols converted from popular open source icon sets, making them seamlessly available for your Apple platform applications.
- High-quality SF Symbols converted from trusted open source icon sets
- Easy integration with SwiftUI, UIKit, and AppKit
Currently available sets:
- RemixIcons - A collection of carefully designed icons from RemixIcons
🚀 More icon sets will be added soon! Follow this repository to stay updated.
Download the symbols you want to use and add them to your Xcode assets catalog.
// Example usage with SwiftUI
Image(systemName: "android")
.font(.largeTitle)
.foregroundColor(.blue)
// Example usage with UIKit
let imageView = UIImageView()
imageView.image = UIImage(systemName: "android")?.withTintColor(.red)
Each symbol set is released under the same license as the original icon set. Everything else in this repository is licensed under the MIT License.
Thanks to the creators of the original icon sets for their beautiful work!