Microsoft’s open-source Fluent icon set is now available for developers on GitHub.
A set of 500 Fluent Design System icons can be used to work across Microsoft products, the web, Android OS, and Apple iOS.
Android
The library is published via JCenter, please ensure that the jcenter()
repository has been added to the root build.gradle
file:
repositories { ... jcenter() }
Include the following dependency in your project’s build.gradle
implementation 'com.microsoft.design:fluent-system-icons:1.1.23'
For library docs, see android/README.md.
iOS
Cocoapods
use_frameworks! pod "FluentIcons", "1.1.23"
Carthage
git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.23"
For library docs, see ios/README.md.
The full set of icons in Figma can be found here.
The Android-specific mobile kit can be found here.
The iOS one can be found here.
Source: Microsoft Design