Math Formula Sparkle icon
The Math Formula Sparkle icon is part of Microsoft's Fluent UI System Icons, available here in regular and filled styles in 2 sizes from 16 to 20 px. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.
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.
Regular, 16 px
ic_fluent_math_formula_sparkle_16_regular.svg
Math Formula Sparkle icon in React
npm install @fluentui/react-icons
import { MathFormulaSparkle16Regular } from "@fluentui/react-icons";
export function Example() {
return <MathFormulaSparkle16Regular aria-label="Math Formula Sparkle" />;
}Use the Math Formula Sparkle 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 { MathFormulaSparkle16Regular, MathFormulaSparkle16Filled } from "@fluentui/react-icons";
export function Example() {
return <MathFormulaSparkle16Regular aria-label="Math Formula Sparkle" />;
}Use it in HTML
Reference the SVG file directly:
<img src="https://fluenticons.co/icons/ic_fluent_math_formula_sparkle_20_regular.svg" width="20" height="20" alt="Math Formula Sparkle"> Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M8.83 2.1q.57-.08 1.04 0 .37.1.7.26a1.4 1.4 0 0 0-.54.85q-.19-.09-.35-.12-.26-.06-.7 0-.76.14-1.12.68-.39.57-.46 1.45c0 .2-.04.87-.09 1.78H9.5a.5.5 0 0 1 0 1H7.26c-.13 2.25-.3 5.15-.36 5.94v.07c-.05.57-.11 1.25-.31 1.88-.21.67-.6 1.3-1.33 1.74-1.02.63-2.13.34-2.98-.08a.5.5 0 0 1 .44-.9c.75.38 1.44.49 2.02.13v-.01c.47-.27.74-.68.9-1.18.16-.52.21-1.1.26-1.7v-.03c.06-.8.23-3.64.36-5.86H4.5a.5.5 0 0 1 0-1h1.81c.06-.95.09-1.66.09-1.8v-.04c.06-.7.25-1.4.64-1.96.4-.57 1-.97 1.78-1.1zm1.03 7.1a1.2 1.2 0 0 1 1.16-.1c.3.15.53.4.7.63q.26.36.42.68l.99 1.76 2.26-2.27.27.09q.13.05.22.14.1.1.14.22l.08.26-2.47 2.46 1.4 2.47.04.07q.09.18.15.25.07.13.25.22c.21.03.28-.01.3-.03l.13-.13.1-.14.1-.13a.5.5 0 0 1 .8.6l-.06.08c-.11.16-.28.4-.5.54q-.46.32-1.14.17l-.12-.04q-.43-.21-.67-.56-.12-.16-.2-.33l-.05-.08-.19-.32-1.07-1.9-3.05 3.04a.5.5 0 0 1-.7-.7l3.24-3.25-1.47-2.57a1 1 0 0 0-.32-.32q-.09-.03-.21.04-.18.12-.39.4a.5.5 0 0 1-.8-.6c.16-.2.38-.47.66-.65M17.48 6a.3.3 0 0 1 .29.2l.25.77a1.6 1.6 0 0 0 1 1l.76.24h.02a.3.3 0 0 1 .14.47.3.3 0 0 1-.14.1l-.77.26a1.6 1.6 0 0 0-1 1l-.24.76a.3.3 0 0 1-.58 0l-.24-.77a1.6 1.6 0 0 0-1-1l-.77-.25a.3.3 0 0 1-.14-.46.3.3 0 0 1 .14-.1l.77-.26a1.6 1.6 0 0 0 .98-1l.25-.76a.3.3 0 0 1 .28-.2m-3-6a.4.4 0 0 1 .4.28l.35 1.07a2.2 2.2 0 0 0 1.4 1.4l1.07.35h.02a.42.42 0 0 1 0 .8l-1.07.35a2.2 2.2 0 0 0-1.4 1.4l-.35 1.07a.42.42 0 0 1-.64.2l-.02-.01a.4.4 0 0 1-.14-.2l-.35-1.06a2.2 2.2 0 0 0-1.4-1.4l-1.07-.35a.42.42 0 0 1 0-.8l1.07-.35a2.2 2.2 0 0 0 1.38-1.4l.35-1.07a.4.4 0 0 1 .4-.28"/></svg>Details
| Name | Math Formula Sparkle |
|---|---|
| Styles | Regular (outlined), Filled |
| Sizes | 16 px, 20 px |
| Regular (outlined) file | ic_fluent_math_formula_sparkle_20_regular.svg |
| Filled file | ic_fluent_math_formula_sparkle_20_filled.svg |
| React (Regular) | MathFormulaSparkle16Regular, MathFormulaSparkle20Regular |
| React (Filled) | MathFormulaSparkle16Filled, MathFormulaSparkle20Filled |
| License | MIT (© Microsoft Corporation) |