Open Symbols is a collection of SF Symbols converted from popular open source icon sets, making them seamlessly available for your Apple platform applications.
Symbols are converted using SymbolKit App developed by me. The app is still under development, you can sign up to receive notifications when it's ready from it's website.
Currently available sets:
- Feather - Simply beautiful open source icons
- Heroicons - Beautiful hand-crafted SVG icons, by the makers of Tailwind CSS.
- Font Awesome - Font Awesome is the Internet's icon library and toolkit, used by millions of designers, developers, and content creators.
- Lucide - Beautiful & consistent icons made by the community.
- Material Design Symbols from Pictogrammers - A collection of Material Design icons from Pictogrammers.
- RemixIcons - A collection of carefully designed icons.
- Tabler - A set of over 5800 free MIT-licensed high-quality SVG icons for you to use in your web projects.
π 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.
To download symbols right now, you can use the 'Download raw file' button on the GitHub page, or clone the repository to your local machine and copy the files you want to use.
In the future, you can search and download symbols from https://opensymbols.dev.
// Example usage with SwiftUI
Image("android")
.font(.largeTitle)
.foregroundColor(.blue)
// Example usage with UIKit
UIImage(named: "android")
Right now, the symbols have no weight variation. I'm working on adding weight variations to symbol sets.
If you like this project, please consider sponsoring me. It motivates me to continue working on it! You can sponsor me on Buy Me a Coffee.
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!