Apps Add In Off icon

The Apps Add In Off 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 Apps Add In Off 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 { AppsAddInOff24Regular, AppsAddInOff24Filled } from "@fluentui/react-icons";

export function Example() {
  return <AppsAddInOff24Regular aria-label="Apps Add In Off" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_apps_add_in_off_24_regular.svg" width="24" height="24" alt="Apps Add In Off">

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="M3.21927 4.27995L2.21966 3.28032C1.92677 2.98743 1.92678 2.51255 2.21968 2.21966C2.51257 1.92677 2.98745 1.92678 3.28034 2.21968L21.7801 20.7198C22.073 21.0127 22.073 21.4876 21.7801 21.7805C21.4872 22.0734 21.0123 22.0734 20.7194 21.7805L19.7198 20.7808C19.4262 20.9213 19.0973 21 18.75 21H5.25C4.00736 21 3 19.9926 3 18.75V5.25C3 4.90265 3.07871 4.57368 3.21927 4.27995ZM18.439 19.5L12.749 13.8099V19.5H18.439ZM10.1892 11.25L4.5 5.56071V11.25H10.1892ZM11.25 5.25V8.0685L12.75 9.56853V5.25C12.75 4.00736 11.7426 3 10.5 3H6.1816L7.68157 4.5H10.5C10.9142 4.5 11.25 4.83579 11.25 5.25ZM15.9314 12.75L14.4314 11.25H18.75C19.9926 11.25 21 12.2574 21 13.5V17.8187L19.5 16.3187V13.5C19.5 13.0858 19.1642 12.75 18.75 12.75H15.9314ZM11.25 12.75H4.5V18.75C4.5 19.1642 4.83579 19.5 5.25 19.5H11.249L11.25 12.75ZM17.8982 2.00685L18 2C18.3797 2 18.6935 2.28215 18.7432 2.64823L18.75 2.75V5.25H21.25C21.6297 5.25 21.9435 5.53215 21.9932 5.89823L22 6C22 6.3797 21.7178 6.69349 21.3518 6.74315L21.25 6.75H18.75V9.25C18.75 9.6297 18.4678 9.94349 18.1018 9.99315L18 10C17.6203 10 17.3065 9.71785 17.2568 9.35177L17.25 9.25V6.75H14.75C14.3703 6.75 14.0565 6.46785 14.0068 6.10177L14 6C14 5.6203 14.2822 5.30651 14.6482 5.25685L14.75 5.25H17.25V2.75C17.25 2.3703 17.5322 2.05651 17.8982 2.00685Z" 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/apps_add_in_off_24_regular.svg";

Details

NameApps Add In Off
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_apps_add_in_off_24_regular.svg
Filled fileic_fluent_apps_add_in_off_24_filled.svg
React componentsAppsAddInOff24Regular, AppsAddInOff24Filled
LicenseMIT (© Microsoft Corporation)

Related icons