All Projects → microsoft → Fluentui System Icons

microsoft / Fluentui System Icons

Licence: mit
Fluent System Icons are a collection of familiar, friendly and modern icons from Microsoft.

Programming Languages

dart
5743 projects
HTML
75241 projects
swift
15916 projects
CSS
56736 projects
python
139335 projects - #7 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to Fluentui System Icons

Bitcoin-Icons
Icons made for Bitcoin applications, free to use.
Stars: ✭ 52 (-98.48%)
Mutual labels:  design, icons
Dctb Links
My Personal Links
Stars: ✭ 65 (-98.1%)
Mutual labels:  design, icons
Azure Design
Here you will find my complete Azure Visio Stencil and bonus SVG and PNG versions for all of the Azure Service and configuration items.
Stars: ✭ 470 (-86.23%)
Mutual labels:  design, icons
Css Flags
A collection of pure CSS flags, all single divs.
Stars: ✭ 90 (-97.36%)
Mutual labels:  design, icons
Simple Icons
SVG icons for popular brands
Stars: ✭ 12,090 (+254.23%)
Mutual labels:  design, icons
Awesome Iconjar
44 Collect free icon sets for iconjar. 收集免费的图标包,iconjar 格式(44套)。
Stars: ✭ 188 (-94.49%)
Mutual labels:  design, icons
Vscode Icons
Custom Visual Studio Code Icons
Stars: ✭ 1,021 (-70.08%)
Mutual labels:  design, icons
Assets
A collection of https://www.freeCodeCamp.org logos and other assets
Stars: ✭ 94 (-97.25%)
Mutual labels:  design, icons
Mato
Mato - Icon pack for Linux
Stars: ✭ 117 (-96.57%)
Mutual labels:  design, icons
Circle Flags
A collection of 300+ minimal circular SVG country flags
Stars: ✭ 139 (-95.93%)
Mutual labels:  design, icons
React Kawaii
Cute SVG React Components
Stars: ✭ 2,709 (-20.63%)
Mutual labels:  design, icons
Mega Doodles Pack
🔥 Big vector pack with hand-drawn doodles for presentations, social media, blog posts and so on
Stars: ✭ 258 (-92.44%)
Mutual labels:  icons
storybook-addon-grid
⚜️ Column guides that help you align your stories
Stars: ✭ 17 (-99.5%)
Mutual labels:  design
brevis
CSS at scale
Stars: ✭ 62 (-98.18%)
Mutual labels:  design
Lyrics King React Native
Lyrics King is React Native song lyrics search app, built with Expo. Designed with Adobe XD.
Stars: ✭ 261 (-92.35%)
Mutual labels:  design
Jobs
💼 Post your open source design jobs, and find open source design to work on!
Stars: ✭ 257 (-92.47%)
Mutual labels:  design
map-machine
Python renderer for OpenStreetMap with custom icons intended to display as many map features as possible
Stars: ✭ 82 (-97.6%)
Mutual labels:  icons
timepicker-ui
timepicker-ui is an easy library with timepicker. Fully wrote with TypeScript. This library is based on Material Design from Google.
Stars: ✭ 18 (-99.47%)
Mutual labels:  design
top-software-engineering-articles
Collection of top articles about great software engineering practices.
Stars: ✭ 45 (-98.68%)
Mutual labels:  design
Bungee
A chromatic signage typeface for vertical and horizontal setting.
Stars: ✭ 262 (-92.32%)
Mutual labels:  design

Fluent UI System Icons

CI

Fluent UI System Icons are a collection of familiar, friendly and modern icons from Microsoft.

fluent system icons

Icon List

View the full list of icons

Installation

Android

The library is published via Maven Central, please ensure that the mavenCentral() repository has been added to the root build.gradle file:

repositories {
    ...
    mavenCentral()
}

Include the following dependency in your project's build.gradle

implementation 'com.microsoft.design:fluent-system-icons:1.1.154@aar'

For library docs, see android/README.md.

iOS and macOS

CocoaPods

use_frameworks!

pod "FluentIcons", "1.1.154"

Carthage

git "[email protected]:microsoft/fluentui-system-icons.git" "1.1.154"

For library docs, see ios/README.md.

Flutter

In the pubspec.yaml of your flutter project, add the following dependency:

dependencies:
  ...
  fluentui_system_icons: ^1.1.154

For library docs, see flutter/README.md

Plain svg

Inline svg directly. See packages/svg-icons/README.md.

Contributing

Importer

The importer generates the Android and iOS libraries from the icons in the assets directory.

Jump into the directory

cd importer

Install npm dependencies

npm install
npm run clean

List all the available commands

npm run

Build Pipeline

Our build pipeline runs deploy:android and deploy:ios to create the libraries. The build definitions are located in .github/workflows/.

Demo apps

You can build and run the demo apps following the steps below.

Android

  1. Follow the Importer section above and run the command npm run deploy:android
  2. Open the android directory in Android Studio
  3. Select the sample-showcase in the build configuration dropdown
  4. Click run

Flutter

Prerequisite: Make sure you have flutter configured in Android Studio

  1. Open the flutter directory in Android Studio
  2. Select the 'example' in the directory and open it in Android Studio
  3. Click run

Contact

Please feel free to open a GitHub issue and assign to the following points of contact with questions or requests.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].