Organization Add icon

Used to represent general organization hierarchy. The Organization Add icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Organization Add 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 { OrganizationAdd24Regular, OrganizationAdd24Filled } from "@fluentui/react-icons";

export function Example() {
  return <OrganizationAdd24Regular aria-label="Organization Add" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_organization_add_24_regular.svg" width="24" height="24" alt="Organization Add">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.5 12C20.5376 12 23 14.4624 23 17.5C23 20.5376 20.5376 23 17.5 23C14.4624 23 12 20.5376 12 17.5C12 14.4624 14.4624 12 17.5 12ZM11.75 1.99707C13.8223 1.99715 15.502 3.67772 15.502 5.75C15.5019 7.56533 14.2128 9.07919 12.5 9.42676V11.5H14.9971C14.167 11.8467 13.425 12.361 12.8115 13H7.75C7.33579 13 7 13.3358 7 13.75V14.5742C8.71404 14.9208 10.0048 16.4357 10.0049 18.252C10.0049 20.3243 8.32428 22.0039 6.25195 22.0039C4.17978 22.0037 2.5 20.3242 2.5 18.252C2.50007 16.4373 3.78823 14.9236 5.5 14.5752V13.75C5.5 12.5074 6.50736 11.5 7.75 11.5H11V9.42676C9.28706 9.07931 7.99812 7.56544 7.99805 5.75C7.99805 3.67767 9.67767 1.99707 11.75 1.99707ZM17.5 13.999C17.2239 13.999 17.0001 14.223 17 14.499V17H14.4951C14.2195 17.0003 13.9961 17.224 13.9961 17.5C13.9961 17.776 14.2195 17.9997 14.4951 18H17.001V20.5039C17.0012 20.7798 17.225 21.0038 17.501 21.0039C17.777 21.0039 18.0008 20.7799 18.001 20.5039V18H20.4971C20.7727 17.9997 20.9961 17.776 20.9961 17.5C20.9961 17.224 20.7727 17.0003 20.4971 17H18V14.499C17.9999 14.223 17.7761 13.999 17.5 13.999ZM6.25195 16C5.00825 16.0002 4.00008 17.0082 4 18.252C4 19.4957 5.0082 20.5037 6.25195 20.5039C7.49586 20.5039 8.50488 19.4959 8.50488 18.252C8.5048 17.0081 7.49581 16 6.25195 16ZM11.75 3.49805C10.5061 3.49805 9.49805 4.5061 9.49805 5.75C9.49813 6.99383 10.5061 8.00195 11.75 8.00195C12.9938 8.00187 14.0019 6.99378 14.002 5.75C14.002 4.50615 12.9938 3.49813 11.75 3.49805Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/organization_add_24_regular.svg";

Details

NameOrganization Add
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_organization_add_24_regular.svg
Filled fileic_fluent_organization_add_24_filled.svg
React componentsOrganizationAdd24Regular, OrganizationAdd24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

groupcompanyteamorgbranch

Related icons