Org icon
The Org icon is part of Microsoft's Fluent UI System Icons, available here in the color style in 6 sizes from 16 to 48 px. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.
Color
Every size and style
Microsoft draws each size separately so icons stay crisp, rather than scaling one drawing. Pick a style and size to preview it, download it, or copy the code for your platform.
Color, 24 px
ic_fluent_org_24_color.svg
Org icon in React
npm install @fluentui/react-icons
import { Org24Color } from "@fluentui/react-icons";
export function Example() {
return <Org24Color aria-label="Org" />;
}Use the Org icon in React
Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.
npm install @fluentui/react-icons
import { Org24Color } from "@fluentui/react-icons";
export function Example() {
return <Org24Color aria-label="Org" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_org_24_color.svg" width="24" height="24" alt="Org">Details
| Name | Org |
|---|---|
| Styles | Color |
| Sizes | 16 px, 20 px, 24 px, 28 px, 32 px, 48 px |
| Color file | ic_fluent_org_24_color.svg |
| React (Color) | Org16Color, Org20Color, Org24Color, Org28Color, Org32Color, Org48Color |
| License | MIT (© Microsoft Corporation) |