math formula sparkle icon

math-formula-sparkle-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
math-formula-sparkle-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the math formula sparkle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.52 3.445C4.66 1.347 7.07.24 8.752 1.501l.11.083l-.007.003l-.991.324a1.3 1.3 0 0 0-.68.56a1.15 1.15 0 0 0-1.17 1.074l-.063.954H7.25a.75.75 0 0 1 0 1.5H5.852l-.427 6.394a2.75 2.75 0 0 1-3.683 2.4l-.248-.089a.75.75 0 0 1 .512-1.41l.248.09a1.25 1.25 0 0 0 1.674-1.091l.42-6.294H3.75a.75.75 0 0 1 0-1.5h.699zm2.778 3.946a1.5 1.5 0 0 1 2.338.274l1.005 1.633l.531-.532q.127.085.278.144l.691.232a.6.6 0 0 1 .2.128c.064.056.1.13.127.204l.029.088l-1.048 1.048l1.192 1.938l.328-.33a.75.75 0 0 1 1.06 1.061l-.327.33a1.5 1.5 0 0 1-2.338-.275L10.359 11.7l-2.078 2.08a.751.751 0 0 1-1.062-1.06l2.331-2.331L8.36 8.45l-.33.328a.75.75 0 0 1-1.06-1.06zm6.466-1.937a.27.27 0 0 1 .253.184l.222.695c.069.211.185.404.339.561s.342.276.549.346l.68.227l.014.003a.27.27 0 0 1 .179.26a.27.27 0 0 1-.179.259l-.68.225c-.208.07-.396.189-.55.347s-.27.349-.338.56l-.222.695a.266.266 0 0 1-.507 0l-.22-.695a1.44 1.44 0 0 0-.34-.562a1.4 1.4 0 0 0-.548-.348l-.681-.227a.278.278 0 0 1-.13-.418a.27.27 0 0 1 .13-.1l.68-.226a1.4 1.4 0 0 0 .542-.348c.151-.158.265-.35.333-.559l.22-.695a.275.275 0 0 1 .254-.184M11.092 0a.37.37 0 0 1 .217.07a.4.4 0 0 1 .138.187l.31.973c.096.296.258.565.474.786c.216.22.48.386.769.484l.952.316l.02.005a.4.4 0 0 1 .18.14a.39.39 0 0 1 0 .445a.4.4 0 0 1-.18.14l-.954.317a1.95 1.95 0 0 0-.768.486a2 2 0 0 0-.474.785l-.31.973a.4.4 0 0 1-.137.186a.37.37 0 0 1-.435 0l-.018-.014a.4.4 0 0 1-.12-.172l-.31-.973a2 2 0 0 0-.58-.889a2 2 0 0 0-.662-.387l-.952-.316a.4.4 0 0 1-.183-.14a.39.39 0 0 1 0-.445a.4.4 0 0 1 .183-.14l.952-.317c.286-.101.545-.268.757-.488c.213-.22.372-.488.466-.782l.31-.973A.37.37 0 0 1 11.092 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentMathFormulaSparkle16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.52 3.445C4.66 1.347 7.07.24 8.752 1.501l.11.083l-.007.003l-.991.324a1.3 1.3 0 0 0-.68.56a1.15 1.15 0 0 0-1.17 1.074l-.063.954H7.25a.75.75 0 0 1 0 1.5H5.852l-.427 6.394a2.75 2.75 0 0 1-3.683 2.4l-.248-.089a.75.75 0 0 1 .512-1.41l.248.09a1.25 1.25 0 0 0 1.674-1.091l.42-6.294H3.75a.75.75 0 0 1 0-1.5h.699zm2.778 3.946a1.5 1.5 0 0 1 2.338.274l1.005 1.633l.531-.532q.127.085.278.144l.691.232a.6.6 0 0 1 .2.128c.064.056.1.13.127.204l.029.088l-1.048 1.048l1.192 1.938l.328-.33a.75.75 0 0 1 1.06 1.061l-.327.33a1.5 1.5 0 0 1-2.338-.275L10.359 11.7l-2.078 2.08a.751.751 0 0 1-1.062-1.06l2.331-2.331L8.36 8.45l-.33.328a.75.75 0 0 1-1.06-1.06zm6.466-1.937a.27.27 0 0 1 .253.184l.222.695c.069.211.185.404.339.561s.342.276.549.346l.68.227l.014.003a.27.27 0 0 1 .179.26a.27.27 0 0 1-.179.259l-.68.225c-.208.07-.396.189-.55.347s-.27.349-.338.56l-.222.695a.266.266 0 0 1-.507 0l-.22-.695a1.44 1.44 0 0 0-.34-.562a1.4 1.4 0 0 0-.548-.348l-.681-.227a.278.278 0 0 1-.13-.418a.27.27 0 0 1 .13-.1l.68-.226a1.4 1.4 0 0 0 .542-.348c.151-.158.265-.35.333-.559l.22-.695a.275.275 0 0 1 .254-.184M11.092 0a.37.37 0 0 1 .217.07a.4.4 0 0 1 .138.187l.31.973c.096.296.258.565.474.786c.216.22.48.386.769.484l.952.316l.02.005a.4.4 0 0 1 .18.14a.39.39 0 0 1 0 .445a.4.4 0 0 1-.18.14l-.954.317a1.95 1.95 0 0 0-.768.486a2 2 0 0 0-.474.785l-.31.973a.4.4 0 0 1-.137.186a.37.37 0 0 1-.435 0l-.018-.014a.4.4 0 0 1-.12-.172l-.31-.973a2 2 0 0 0-.58-.889a2 2 0 0 0-.662-.387l-.952-.316a.4.4 0 0 1-.183-.14a.39.39 0 0 1 0-.445a.4.4 0 0 1 .183-.14l.952-.317c.286-.101.545-.268.757-.488c.213-.22.372-.488.466-.782l.31-.973A.37.37 0 0 1 11.092 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.52 3.445C4.66 1.347 7.07.24 8.752 1.501l.11.083l-.007.003l-.991.324a1.3 1.3 0 0 0-.68.56a1.15 1.15 0 0 0-1.17 1.074l-.063.954H7.25a.75.75 0 0 1 0 1.5H5.852l-.427 6.394a2.75 2.75 0 0 1-3.683 2.4l-.248-.089a.75.75 0 0 1 .512-1.41l.248.09a1.25 1.25 0 0 0 1.674-1.091l.42-6.294H3.75a.75.75 0 0 1 0-1.5h.699zm2.778 3.946a1.5 1.5 0 0 1 2.338.274l1.005 1.633l.531-.532q.127.085.278.144l.691.232a.6.6 0 0 1 .2.128c.064.056.1.13.127.204l.029.088l-1.048 1.048l1.192 1.938l.328-.33a.75.75 0 0 1 1.06 1.061l-.327.33a1.5 1.5 0 0 1-2.338-.275L10.359 11.7l-2.078 2.08a.751.751 0 0 1-1.062-1.06l2.331-2.331L8.36 8.45l-.33.328a.75.75 0 0 1-1.06-1.06zm6.466-1.937a.27.27 0 0 1 .253.184l.222.695c.069.211.185.404.339.561s.342.276.549.346l.68.227l.014.003a.27.27 0 0 1 .179.26a.27.27 0 0 1-.179.259l-.68.225c-.208.07-.396.189-.55.347s-.27.349-.338.56l-.222.695a.266.266 0 0 1-.507 0l-.22-.695a1.44 1.44 0 0 0-.34-.562a1.4 1.4 0 0 0-.548-.348l-.681-.227a.278.278 0 0 1-.13-.418a.27.27 0 0 1 .13-.1l.68-.226a1.4 1.4 0 0 0 .542-.348c.151-.158.265-.35.333-.559l.22-.695a.275.275 0 0 1 .254-.184M11.092 0a.37.37 0 0 1 .217.07a.4.4 0 0 1 .138.187l.31.973c.096.296.258.565.474.786c.216.22.48.386.769.484l.952.316l.02.005a.4.4 0 0 1 .18.14a.39.39 0 0 1 0 .445a.4.4 0 0 1-.18.14l-.954.317a1.95 1.95 0 0 0-.768.486a2 2 0 0 0-.474.785l-.31.973a.4.4 0 0 1-.137.186a.37.37 0 0 1-.435 0l-.018-.014a.4.4 0 0 1-.12-.172l-.31-.973a2 2 0 0 0-.58-.889a2 2 0 0 0-.662-.387l-.952-.316a.4.4 0 0 1-.183-.14a.39.39 0 0 1 0-.445a.4.4 0 0 1 .183-.14l.952-.317c.286-.101.545-.268.757-.488c.213-.22.372-.488.466-.782l.31-.973A.37.37 0 0 1 11.092 0"/></svg>
</template>

CSS

.icon-math-formula-sparkle-16-filled {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.52%203.445C4.66%201.347%207.07.24%208.752%201.501l.11.083l-.007.003l-.991.324a1.3%201.3%200%200%200-.68.56a1.15%201.15%200%200%200-1.17%201.074l-.063.954H7.25a.75.75%200%200%201%200%201.5H5.852l-.427%206.394a2.75%202.75%200%200%201-3.683%202.4l-.248-.089a.75.75%200%200%201%20.512-1.41l.248.09a1.25%201.25%200%200%200%201.674-1.091l.42-6.294H3.75a.75.75%200%200%201%200-1.5h.699zm2.778%203.946a1.5%201.5%200%200%201%202.338.274l1.005%201.633l.531-.532q.127.085.278.144l.691.232a.6.6%200%200%201%20.2.128c.064.056.1.13.127.204l.029.088l-1.048%201.048l1.192%201.938l.328-.33a.75.75%200%200%201%201.06%201.061l-.327.33a1.5%201.5%200%200%201-2.338-.275L10.359%2011.7l-2.078%202.08a.751.751%200%200%201-1.062-1.06l2.331-2.331L8.36%208.45l-.33.328a.75.75%200%200%201-1.06-1.06zm6.466-1.937a.27.27%200%200%201%20.253.184l.222.695c.069.211.185.404.339.561s.342.276.549.346l.68.227l.014.003a.27.27%200%200%201%20.179.26a.27.27%200%200%201-.179.259l-.68.225c-.208.07-.396.189-.55.347s-.27.349-.338.56l-.222.695a.266.266%200%200%201-.507%200l-.22-.695a1.44%201.44%200%200%200-.34-.562a1.4%201.4%200%200%200-.548-.348l-.681-.227a.278.278%200%200%201-.13-.418a.27.27%200%200%201%20.13-.1l.68-.226a1.4%201.4%200%200%200%20.542-.348c.151-.158.265-.35.333-.559l.22-.695a.275.275%200%200%201%20.254-.184M11.092%200a.37.37%200%200%201%20.217.07a.4.4%200%200%201%20.138.187l.31.973c.096.296.258.565.474.786c.216.22.48.386.769.484l.952.316l.02.005a.4.4%200%200%201%20.18.14a.39.39%200%200%201%200%20.445a.4.4%200%200%201-.18.14l-.954.317a1.95%201.95%200%200%200-.768.486a2%202%200%200%200-.474.785l-.31.973a.4.4%200%200%201-.137.186a.37.37%200%200%201-.435%200l-.018-.014a.4.4%200%200%201-.12-.172l-.31-.973a2%202%200%200%200-.58-.889a2%202%200%200%200-.662-.387l-.952-.316a.4.4%200%200%201-.183-.14a.39.39%200%200%201%200-.445a.4.4%200%200%201%20.183-.14l.952-.317c.286-.101.545-.268.757-.488c.213-.22.372-.488.466-.782l.31-.973A.37.37%200%200%201%2011.092%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.52%203.445C4.66%201.347%207.07.24%208.752%201.501l.11.083l-.007.003l-.991.324a1.3%201.3%200%200%200-.68.56a1.15%201.15%200%200%200-1.17%201.074l-.063.954H7.25a.75.75%200%200%201%200%201.5H5.852l-.427%206.394a2.75%202.75%200%200%201-3.683%202.4l-.248-.089a.75.75%200%200%201%20.512-1.41l.248.09a1.25%201.25%200%200%200%201.674-1.091l.42-6.294H3.75a.75.75%200%200%201%200-1.5h.699zm2.778%203.946a1.5%201.5%200%200%201%202.338.274l1.005%201.633l.531-.532q.127.085.278.144l.691.232a.6.6%200%200%201%20.2.128c.064.056.1.13.127.204l.029.088l-1.048%201.048l1.192%201.938l.328-.33a.75.75%200%200%201%201.06%201.061l-.327.33a1.5%201.5%200%200%201-2.338-.275L10.359%2011.7l-2.078%202.08a.751.751%200%200%201-1.062-1.06l2.331-2.331L8.36%208.45l-.33.328a.75.75%200%200%201-1.06-1.06zm6.466-1.937a.27.27%200%200%201%20.253.184l.222.695c.069.211.185.404.339.561s.342.276.549.346l.68.227l.014.003a.27.27%200%200%201%20.179.26a.27.27%200%200%201-.179.259l-.68.225c-.208.07-.396.189-.55.347s-.27.349-.338.56l-.222.695a.266.266%200%200%201-.507%200l-.22-.695a1.44%201.44%200%200%200-.34-.562a1.4%201.4%200%200%200-.548-.348l-.681-.227a.278.278%200%200%201-.13-.418a.27.27%200%200%201%20.13-.1l.68-.226a1.4%201.4%200%200%200%20.542-.348c.151-.158.265-.35.333-.559l.22-.695a.275.275%200%200%201%20.254-.184M11.092%200a.37.37%200%200%201%20.217.07a.4.4%200%200%201%20.138.187l.31.973c.096.296.258.565.474.786c.216.22.48.386.769.484l.952.316l.02.005a.4.4%200%200%201%20.18.14a.39.39%200%200%201%200%20.445a.4.4%200%200%201-.18.14l-.954.317a1.95%201.95%200%200%200-.768.486a2%202%200%200%200-.474.785l-.31.973a.4.4%200%200%201-.137.186a.37.37%200%200%201-.435%200l-.018-.014a.4.4%200%200%201-.12-.172l-.31-.973a2%202%200%200%200-.58-.889a2%202%200%200%200-.662-.387l-.952-.316a.4.4%200%200%201-.183-.14a.39.39%200%200%201%200-.445a.4.4%200%200%201%20.183-.14l.952-.317c.286-.101.545-.268.757-.488c.213-.22.372-.488.466-.782l.31-.973A.37.37%200%200%201%2011.092%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/math-formula-sparkle-16-filled.svg?color=%231a73e8&size=48