AutoSum icon

Used to insert math formula into content. The AutoSum 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 AutoSum 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 { Autosum24Regular, Autosum24Filled } from "@fluentui/react-icons";

export function Example() {
  return <Autosum24Regular aria-label="AutoSum" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_autosum_24_regular.svg" width="24" height="24" alt="AutoSum">

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="M5.05949 4.45732C5.17699 4.18008 5.44891 4 5.75002 4H18.25C18.6642 4 19 4.33579 19 4.75C19 5.16421 18.6642 5.5 18.25 5.5H7.51952L12.8799 11.039C13.1491 11.3173 13.1623 11.7547 12.9104 12.0487L7.38068 18.5H18.25C18.6642 18.5 19 18.8358 19 19.25C19 19.6642 18.6642 20 18.25 20H5.75002C5.45712 20 5.19102 19.8295 5.06863 19.5634C4.94625 19.2973 4.98996 18.9843 5.18058 18.7619L11.3269 11.5912L5.21107 5.27157C5.00167 5.05519 4.94198 4.73455 5.05949 4.45732Z" 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/autosum_24_regular.svg";

Details

NameAutoSum
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_autosum_24_regular.svg
Filled fileic_fluent_autosum_24_filled.svg
React componentsAutosum24Regular, Autosum24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

mathformulasigmaautosum

Related icons