math formula sparkle icon

math-formula-sparkle-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
math-formula-sparkle-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M8.83 2.104c.386-.055.72-.059 1.043.005c.25.05.473.138.69.252a1.42 1.42 0 0 0-.535.852a1.5 1.5 0 0 0-.35-.123c-.177-.036-.392-.04-.704.005a1.6 1.6 0 0 0-1.115.68c-.256.364-.412.863-.459 1.447c-.002.19-.037.87-.086 1.778H9.5a.5.5 0 0 1 0 1H7.26c-.126 2.25-.3 5.145-.362 5.938v.003l-.006.07c-.047.571-.103 1.253-.303 1.879c-.213.667-.6 1.309-1.33 1.738c-1.023.635-2.132.344-2.983-.081a.5.5 0 0 1 .448-.895c.747.374 1.436.483 2.011.123l.013-.007c.464-.271.727-.678.889-1.183c.164-.516.213-1.097.263-1.702l.001-.022l.001-.002c.061-.794.231-3.64.356-5.859H4.5a.5.5 0 0 1 0-1h1.813A77 77 0 0 0 6.4 5.2l.001-.039c.055-.709.249-1.404.64-1.96a2.6 2.6 0 0 1 1.783-1.096zm1.03 7.1c.302-.189.695-.287 1.125-.115l.038.016c.298.15.53.393.702.623c.17.227.309.476.414.684c.134.227.536.945.988 1.754l2.265-2.267l.263.087c.08.03.16.08.22.141c.07.06.11.14.14.22l.084.26l-2.465 2.466c.55.985 1.06 1.9 1.194 2.122q.117.197.2.344l.041.073c.065.114.112.19.154.25c.06.084.117.144.244.214c.216.037.28-.007.306-.025a.7.7 0 0 0 .124-.127c.039-.048.072-.092.11-.146l.092-.125a.5.5 0 0 1 .8.6l-.056.078c-.114.157-.28.39-.5.541c-.315.22-.692.267-1.148.17a.5.5 0 0 1-.119-.042a1.7 1.7 0 0 1-.667-.557a4 4 0 0 1-.208-.335l-.045-.08a135 135 0 0 1-1.258-2.22l-3.045 3.046a.5.5 0 0 1-.707-.707l3.246-3.247a150 150 0 0 0-1.14-2.023a3.7 3.7 0 0 0-.327-.549a1.2 1.2 0 0 0-.33-.317c-.061-.02-.117-.014-.205.04c-.12.075-.249.214-.39.402a.5.5 0 0 1-.8-.6c.159-.212.379-.473.66-.649M17.483 6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.304.304 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.997-1.002l-.766-.248a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.766-.248a1.58 1.58 0 0 0 .983-.998l.25-.767a.3.3 0 0 1 .284-.2m-3.006-6a.43.43 0 0 1 .4.282l.348 1.072a2.2 2.2 0 0 0 1.399 1.396l1.071.349l.022.005a.423.423 0 0 1 0 .797l-1.072.349a2.21 2.21 0 0 0-1.399 1.396l-.348 1.072a.423.423 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.136-.19l-.347-1.07a2.22 2.22 0 0 0-1.399-1.403l-1.072-.348a.424.424 0 0 1 0-.797l1.072-.349a2.2 2.2 0 0 0 1.377-1.396L14.08.282a.42.42 0 0 1 .4-.282"/></svg>

React

import type { SVGProps } from "react";

export function FluentMathFormulaSparkle20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.83 2.104c.386-.055.72-.059 1.043.005c.25.05.473.138.69.252a1.42 1.42 0 0 0-.535.852a1.5 1.5 0 0 0-.35-.123c-.177-.036-.392-.04-.704.005a1.6 1.6 0 0 0-1.115.68c-.256.364-.412.863-.459 1.447c-.002.19-.037.87-.086 1.778H9.5a.5.5 0 0 1 0 1H7.26c-.126 2.25-.3 5.145-.362 5.938v.003l-.006.07c-.047.571-.103 1.253-.303 1.879c-.213.667-.6 1.309-1.33 1.738c-1.023.635-2.132.344-2.983-.081a.5.5 0 0 1 .448-.895c.747.374 1.436.483 2.011.123l.013-.007c.464-.271.727-.678.889-1.183c.164-.516.213-1.097.263-1.702l.001-.022l.001-.002c.061-.794.231-3.64.356-5.859H4.5a.5.5 0 0 1 0-1h1.813A77 77 0 0 0 6.4 5.2l.001-.039c.055-.709.249-1.404.64-1.96a2.6 2.6 0 0 1 1.783-1.096zm1.03 7.1c.302-.189.695-.287 1.125-.115l.038.016c.298.15.53.393.702.623c.17.227.309.476.414.684c.134.227.536.945.988 1.754l2.265-2.267l.263.087c.08.03.16.08.22.141c.07.06.11.14.14.22l.084.26l-2.465 2.466c.55.985 1.06 1.9 1.194 2.122q.117.197.2.344l.041.073c.065.114.112.19.154.25c.06.084.117.144.244.214c.216.037.28-.007.306-.025a.7.7 0 0 0 .124-.127c.039-.048.072-.092.11-.146l.092-.125a.5.5 0 0 1 .8.6l-.056.078c-.114.157-.28.39-.5.541c-.315.22-.692.267-1.148.17a.5.5 0 0 1-.119-.042a1.7 1.7 0 0 1-.667-.557a4 4 0 0 1-.208-.335l-.045-.08a135 135 0 0 1-1.258-2.22l-3.045 3.046a.5.5 0 0 1-.707-.707l3.246-3.247a150 150 0 0 0-1.14-2.023a3.7 3.7 0 0 0-.327-.549a1.2 1.2 0 0 0-.33-.317c-.061-.02-.117-.014-.205.04c-.12.075-.249.214-.39.402a.5.5 0 0 1-.8-.6c.159-.212.379-.473.66-.649M17.483 6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.304.304 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.997-1.002l-.766-.248a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.766-.248a1.58 1.58 0 0 0 .983-.998l.25-.767a.3.3 0 0 1 .284-.2m-3.006-6a.43.43 0 0 1 .4.282l.348 1.072a2.2 2.2 0 0 0 1.399 1.396l1.071.349l.022.005a.423.423 0 0 1 0 .797l-1.072.349a2.21 2.21 0 0 0-1.399 1.396l-.348 1.072a.423.423 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.136-.19l-.347-1.07a2.22 2.22 0 0 0-1.399-1.403l-1.072-.348a.424.424 0 0 1 0-.797l1.072-.349a2.2 2.2 0 0 0 1.377-1.396L14.08.282a.42.42 0 0 1 .4-.282"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.83 2.104c.386-.055.72-.059 1.043.005c.25.05.473.138.69.252a1.42 1.42 0 0 0-.535.852a1.5 1.5 0 0 0-.35-.123c-.177-.036-.392-.04-.704.005a1.6 1.6 0 0 0-1.115.68c-.256.364-.412.863-.459 1.447c-.002.19-.037.87-.086 1.778H9.5a.5.5 0 0 1 0 1H7.26c-.126 2.25-.3 5.145-.362 5.938v.003l-.006.07c-.047.571-.103 1.253-.303 1.879c-.213.667-.6 1.309-1.33 1.738c-1.023.635-2.132.344-2.983-.081a.5.5 0 0 1 .448-.895c.747.374 1.436.483 2.011.123l.013-.007c.464-.271.727-.678.889-1.183c.164-.516.213-1.097.263-1.702l.001-.022l.001-.002c.061-.794.231-3.64.356-5.859H4.5a.5.5 0 0 1 0-1h1.813A77 77 0 0 0 6.4 5.2l.001-.039c.055-.709.249-1.404.64-1.96a2.6 2.6 0 0 1 1.783-1.096zm1.03 7.1c.302-.189.695-.287 1.125-.115l.038.016c.298.15.53.393.702.623c.17.227.309.476.414.684c.134.227.536.945.988 1.754l2.265-2.267l.263.087c.08.03.16.08.22.141c.07.06.11.14.14.22l.084.26l-2.465 2.466c.55.985 1.06 1.9 1.194 2.122q.117.197.2.344l.041.073c.065.114.112.19.154.25c.06.084.117.144.244.214c.216.037.28-.007.306-.025a.7.7 0 0 0 .124-.127c.039-.048.072-.092.11-.146l.092-.125a.5.5 0 0 1 .8.6l-.056.078c-.114.157-.28.39-.5.541c-.315.22-.692.267-1.148.17a.5.5 0 0 1-.119-.042a1.7 1.7 0 0 1-.667-.557a4 4 0 0 1-.208-.335l-.045-.08a135 135 0 0 1-1.258-2.22l-3.045 3.046a.5.5 0 0 1-.707-.707l3.246-3.247a150 150 0 0 0-1.14-2.023a3.7 3.7 0 0 0-.327-.549a1.2 1.2 0 0 0-.33-.317c-.061-.02-.117-.014-.205.04c-.12.075-.249.214-.39.402a.5.5 0 0 1-.8-.6c.159-.212.379-.473.66-.649M17.483 6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.304.304 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.997-1.002l-.766-.248a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.766-.248a1.58 1.58 0 0 0 .983-.998l.25-.767a.3.3 0 0 1 .284-.2m-3.006-6a.43.43 0 0 1 .4.282l.348 1.072a2.2 2.2 0 0 0 1.399 1.396l1.071.349l.022.005a.423.423 0 0 1 0 .797l-1.072.349a2.21 2.21 0 0 0-1.399 1.396l-.348 1.072a.423.423 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.136-.19l-.347-1.07a2.22 2.22 0 0 0-1.399-1.403l-1.072-.348a.424.424 0 0 1 0-.797l1.072-.349a2.2 2.2 0 0 0 1.377-1.396L14.08.282a.42.42 0 0 1 .4-.282"/></svg>
</template>

CSS

.icon-math-formula-sparkle-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.83%202.104c.386-.055.72-.059%201.043.005c.25.05.473.138.69.252a1.42%201.42%200%200%200-.535.852a1.5%201.5%200%200%200-.35-.123c-.177-.036-.392-.04-.704.005a1.6%201.6%200%200%200-1.115.68c-.256.364-.412.863-.459%201.447c-.002.19-.037.87-.086%201.778H9.5a.5.5%200%200%201%200%201H7.26c-.126%202.25-.3%205.145-.362%205.938v.003l-.006.07c-.047.571-.103%201.253-.303%201.879c-.213.667-.6%201.309-1.33%201.738c-1.023.635-2.132.344-2.983-.081a.5.5%200%200%201%20.448-.895c.747.374%201.436.483%202.011.123l.013-.007c.464-.271.727-.678.889-1.183c.164-.516.213-1.097.263-1.702l.001-.022l.001-.002c.061-.794.231-3.64.356-5.859H4.5a.5.5%200%200%201%200-1h1.813A77%2077%200%200%200%206.4%205.2l.001-.039c.055-.709.249-1.404.64-1.96a2.6%202.6%200%200%201%201.783-1.096zm1.03%207.1c.302-.189.695-.287%201.125-.115l.038.016c.298.15.53.393.702.623c.17.227.309.476.414.684c.134.227.536.945.988%201.754l2.265-2.267l.263.087c.08.03.16.08.22.141c.07.06.11.14.14.22l.084.26l-2.465%202.466c.55.985%201.06%201.9%201.194%202.122q.117.197.2.344l.041.073c.065.114.112.19.154.25c.06.084.117.144.244.214c.216.037.28-.007.306-.025a.7.7%200%200%200%20.124-.127c.039-.048.072-.092.11-.146l.092-.125a.5.5%200%200%201%20.8.6l-.056.078c-.114.157-.28.39-.5.541c-.315.22-.692.267-1.148.17a.5.5%200%200%201-.119-.042a1.7%201.7%200%200%201-.667-.557a4%204%200%200%201-.208-.335l-.045-.08a135%20135%200%200%201-1.258-2.22l-3.045%203.046a.5.5%200%200%201-.707-.707l3.246-3.247a150%20150%200%200%200-1.14-2.023a3.7%203.7%200%200%200-.327-.549a1.2%201.2%200%200%200-.33-.317c-.061-.02-.117-.014-.205.04c-.12.075-.249.214-.39.402a.5.5%200%200%201-.8-.6c.159-.212.379-.473.66-.649M17.483%206a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.304.304%200%200%201%20.146.46a.3.3%200%200%201-.146.11l-.765.248a1.58%201.58%200%200%200-.999.998l-.249.766a.302.302%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.997-1.002l-.766-.248a.303.303%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.766-.248a1.58%201.58%200%200%200%20.983-.998l.25-.767a.3.3%200%200%201%20.284-.2m-3.006-6a.43.43%200%200%201%20.4.282l.348%201.072a2.2%202.2%200%200%200%201.399%201.396l1.071.349l.022.005a.423.423%200%200%201%200%20.797l-1.072.349a2.21%202.21%200%200%200-1.399%201.396l-.348%201.072a.423.423%200%200%201-.643.204l-.02-.015a.43.43%200%200%201-.136-.19l-.347-1.07a2.22%202.22%200%200%200-1.399-1.403l-1.072-.348a.424.424%200%200%201%200-.797l1.072-.349a2.2%202.2%200%200%200%201.377-1.396L14.08.282a.42.42%200%200%201%20.4-.282%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.83%202.104c.386-.055.72-.059%201.043.005c.25.05.473.138.69.252a1.42%201.42%200%200%200-.535.852a1.5%201.5%200%200%200-.35-.123c-.177-.036-.392-.04-.704.005a1.6%201.6%200%200%200-1.115.68c-.256.364-.412.863-.459%201.447c-.002.19-.037.87-.086%201.778H9.5a.5.5%200%200%201%200%201H7.26c-.126%202.25-.3%205.145-.362%205.938v.003l-.006.07c-.047.571-.103%201.253-.303%201.879c-.213.667-.6%201.309-1.33%201.738c-1.023.635-2.132.344-2.983-.081a.5.5%200%200%201%20.448-.895c.747.374%201.436.483%202.011.123l.013-.007c.464-.271.727-.678.889-1.183c.164-.516.213-1.097.263-1.702l.001-.022l.001-.002c.061-.794.231-3.64.356-5.859H4.5a.5.5%200%200%201%200-1h1.813A77%2077%200%200%200%206.4%205.2l.001-.039c.055-.709.249-1.404.64-1.96a2.6%202.6%200%200%201%201.783-1.096zm1.03%207.1c.302-.189.695-.287%201.125-.115l.038.016c.298.15.53.393.702.623c.17.227.309.476.414.684c.134.227.536.945.988%201.754l2.265-2.267l.263.087c.08.03.16.08.22.141c.07.06.11.14.14.22l.084.26l-2.465%202.466c.55.985%201.06%201.9%201.194%202.122q.117.197.2.344l.041.073c.065.114.112.19.154.25c.06.084.117.144.244.214c.216.037.28-.007.306-.025a.7.7%200%200%200%20.124-.127c.039-.048.072-.092.11-.146l.092-.125a.5.5%200%200%201%20.8.6l-.056.078c-.114.157-.28.39-.5.541c-.315.22-.692.267-1.148.17a.5.5%200%200%201-.119-.042a1.7%201.7%200%200%201-.667-.557a4%204%200%200%201-.208-.335l-.045-.08a135%20135%200%200%201-1.258-2.22l-3.045%203.046a.5.5%200%200%201-.707-.707l3.246-3.247a150%20150%200%200%200-1.14-2.023a3.7%203.7%200%200%200-.327-.549a1.2%201.2%200%200%200-.33-.317c-.061-.02-.117-.014-.205.04c-.12.075-.249.214-.39.402a.5.5%200%200%201-.8-.6c.159-.212.379-.473.66-.649M17.483%206a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.304.304%200%200%201%20.146.46a.3.3%200%200%201-.146.11l-.765.248a1.58%201.58%200%200%200-.999.998l-.249.766a.302.302%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.997-1.002l-.766-.248a.303.303%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.766-.248a1.58%201.58%200%200%200%20.983-.998l.25-.767a.3.3%200%200%201%20.284-.2m-3.006-6a.43.43%200%200%201%20.4.282l.348%201.072a2.2%202.2%200%200%200%201.399%201.396l1.071.349l.022.005a.423.423%200%200%201%200%20.797l-1.072.349a2.21%202.21%200%200%200-1.399%201.396l-.348%201.072a.423.423%200%200%201-.643.204l-.02-.015a.43.43%200%200%201-.136-.19l-.347-1.07a2.22%202.22%200%200%200-1.399-1.403l-1.072-.348a.424.424%200%200%201%200-.797l1.072-.349a2.2%202.2%200%200%200%201.377-1.396L14.08.282a.42.42%200%200%201%20.4-.282%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-20-regular.svg?color=%231a73e8&size=48