Fluent UI System Icons: Modern, Cross-Platform Icons from Microsoft
This repository profile is provided by osrepos.com, an open source repository discovery platform.
Summary
Fluent System Icons offers a comprehensive collection of familiar, friendly, and modern icons developed by Microsoft. This repository provides these high-quality icons for various platforms, including Android, iOS, Flutter, and plain SVG. It's an excellent resource for developers and designers looking to enhance their applications with a consistent and contemporary visual style.
Repository Information
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Fluent UI System Icons is a comprehensive collection of familiar, friendly, and modern icons from Microsoft, designed to provide a consistent visual language across various platforms. This repository serves as the central hub for these high-quality icons, offering them in both regular and filled styles. It also details how icons handle directionality (RTL/LTR) through directionType and singleton properties, ensuring proper display in diverse language contexts.
Installation
Integrating Fluent UI System Icons into your projects is straightforward, with support for major development environments.
Android
To include the library in your Android project, ensure mavenCentral() is added to your root build.gradle file:
repositories {
// ...
mavenCentral()
}
Then, add the following dependency to your project's build.gradle:
implementation 'com.microsoft.design:fluent-system-icons:1.1.325@aar'
For detailed documentation, refer to the Android README.
iOS and macOS
CocoaPods
Add the following to your Podfile:
use_frameworks!
pod "FluentIcons", "1.1.325"
Carthage
Include this in your Cartfile:
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.325"
For detailed documentation, refer to the iOS README.
Flutter
Add the dependency to your pubspec.yaml file:
dependencies:
# ...
fluentui_system_icons: ^1.1.325
For detailed documentation, refer to the Flutter README.
Plain SVG
You can also use the icons directly as inline SVG. More information is available in the SVG Icons README.
Examples
The repository includes demo applications for both Android and Flutter, allowing you to see the icons in action and understand their implementation.
Android Demo
- Follow the Importer section in the repository's README and run
npm run deploy:android. - Open the
androiddirectory in Android Studio. - Select
sample-showcasein the build configuration dropdown. - Click run to launch the demo.
Flutter Demo
- Open the
flutterdirectory in Android Studio. - Select the
exampleproject within the directory and open it. - Click run to launch the demo.
Why Use Fluent UI System Icons?
Choosing Fluent UI System Icons brings several advantages to your projects:
- Modern and Consistent Design: Leverage a visually appealing and unified icon set from Microsoft, ensuring a polished look across your applications.
- Cross-Platform Compatibility: Seamlessly integrate icons into Android, iOS, Flutter, and web projects using SVG, maintaining consistency regardless of the platform.
- Developer-Friendly: With clear installation guides and demo applications, getting started and implementing these icons is straightforward for developers.
- Open Source: Benefit from an actively maintained open-source project under the MIT License, providing flexibility and community support.
Links
- GitHub Repository: microsoft/fluentui-system-icons
- Full List of Regular Icons: View Regular Icons
- Full List of Filled Icons: View Filled Icons
- Android Library Docs: android/README.md
- iOS Library Docs: ios/README.md
- Flutter Library Docs: flutter/README.md
- SVG Icons Docs: packages/svg-icons/README.md
Related repositories
Similar repositories that may be relevant next.

APK Studio: A Cross-Platform IDE for Android Reverse Engineering
June 13, 2026
APK Studio is an open-source, cross-platform IDE built with Qt6, designed for reverse-engineering Android application packages. It offers a user-friendly interface with features like a code editor with syntax highlighting for Smali files, automatic tool downloads, and support for decompiling, recompiling, and signing APKs. This tool simplifies the process of analyzing and modifying Android applications across different operating systems.
Klick'r - Smart AutoClicker: Advanced Image Detection for Android Automation
April 12, 2026
Klick'r, formerly Smart AutoClicker, is an open-source Android application that automates repetitive tasks. It uniquely combines traditional auto-clicking with advanced image detection capabilities, offering a versatile solution for gamers, testers, and anyone needing sophisticated automation on Android devices.

NeoStumbler: An Android App for Geolocation Data Contribution
March 21, 2026
NeoStumbler is an Android application designed for mapping wireless infrastructure and contributing data to geolocation services. It allows users to collect locations of cell towers, Wi-Fi access points, and Bluetooth beacons, then submit them to Ichnaea-compatible services like Mozilla Location Services and beaconDB. The app offers a modern UI, comprehensive data collection, and battery-friendly operation.

ImageToolbox: Advanced Image Manipulation and Editing for Android
March 18, 2026
ImageToolbox is a powerful Android application offering extensive image manipulation capabilities. It provides a wide array of features, from basic tools like cropping and drawing to advanced options such as AI-powered enhancements, OCR, and a vast collection of filters. Built with Kotlin and Jetpack Compose, it delivers a modern and efficient user experience for both casual users and professionals.
Source repository
Open the original repository on GitHub.