Fluent UI System Icons Icons

Browse 18648 free Fluent UI System Icons SVG icons. Download SVG, copy as JSX, PNG or Base64. MIT licensed. Designed by Microsoft Corporation. Styles: Precise Shapes, Has Padding.

18,648 icons MIT UI Other / Mixed Grid by Microsoft Corporation
+F

Copy & download Fluent UI System Icons icons

Click any icon above to open the detail panel. Four export formats are available instantly — no sign-up required.

SVG

Raw vector markup. Paste directly into HTML or React components. Scales to any size without quality loss.

JSX / TSX

React-ready component. Drop into any React or Next.js project. Works with shadcn/ui, Radix, and Tailwind CSS.

PNG

Raster export at 1×, 2× and 3× for email templates, Figma imports, app assets, and Open Graph images.

Base64

Inline data URI — embed icons in CSS background-image, email HTML, or anywhere an image URL is needed.

Works with shadcn/ui

Copy the JSX format and paste directly into any shadcn/ui component. Alternatively, install @fluentui/react-icons and use via @iconify/react — fully tree-shakeable, no icon font loading required.

About Fluent UI System Icons

Fluent Icons is the official icon system of Microsoft 365 and Windows 11, used across Teams, Outlook, Word, Excel, Edge, and the full Microsoft product suite. With 4,300+ icons in Regular and Filled variants at precisely optimised 12, 16, 20, 24, 28, 32, and 48px grid sizes, Fluent is one of the most comprehensively size-engineered icon libraries in the open-source space — each icon is drawn for its target size, not scaled from a master. MIT licensed. The tree-shakeable React package (@fluentui/react-icons) supports every icon and variant. Search Fluent Icons SVG, copy to clipboard, export as JSX, and download PNG on AllSVGIcons. Fluent's rounded, approachable aesthetic suits enterprise SaaS, productivity software, collaboration tools, and any product aiming for a polished professional feel aligned with the Microsoft Fluent Design System. Compared with Material Symbols: Fluent provides static SVGs with explicit size variants rather than a variable font approach, giving precise per-size rendering control.

Created By

Microsoft Corporation Visit Website

License

Features & Tags

Precise Shapes Has Padding

Pack Details

Version

1.1.313

v1.1.313

Color Support

Monochrome

Category

UI Other / Mixed Grid

How to use Fluent UI System Icons icons

Icon Set Version

v1.1.313

Package

@fluentui/react-icons

License SPDX

MIT

Sample Icons

zoom-out-24-filled, drink-coffee-24-regular, photo-filter-24-regular

Install

bash
npm install @fluentui/react-icons

React

tsx
import { SearchRegular, SearchFilled, HomeFilled } from '@fluentui/react-icons';

export default function App() {
  // Regular = outline, Filled = solid — pick per design state
  return <SearchRegular fontSize={24} />;
}

Via Iconify · HTML

html
<script src="https://code.iconify.design/iconify-icon/2.1.0/iconify-icon.min.js"></script>
<iconify-icon icon="fluent:icon-name" width="24"></iconify-icon>

Via Iconify · any framework

tsx
import { Icon } from '@iconify/react';

export default function App() {
  return <Icon icon="fluent:icon-name" width={24} />;
}

Package stats

Build-time npm metadata cached weekly • Last refresh May 12, 2026

@fluentui/react-icons

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

v2.0.326
Score 20%
Popularity 6%
Quality 20%
Maintenance 33%

License

MIT

Weekly downloads

502.5K

Monthly downloads

2M

Total downloads

21.1M

Unpacked size

116 MB

Last published

May 8, 2026

Registry updated

May 8, 2026

Compare Fluent UI System Icons with similar icon packs

Frequently Asked Questions

Install npm install @fluentui/react-icons, then: import { SearchRegular } from "@fluentui/react-icons";. The package is tree-shakeable — only imported icons are bundled.

Fluent Icons are pixel-grid-optimised at 12, 16, 20, 24, 28, 32, and 48px. Most are available in Regular and Filled variants.

Fluent Icons are the icon foundation of Microsoft 365 products — Teams, Outlook, Word, Excel, Edge, and the Windows 11 UI.