math formula sparkle icon

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

Name
math-formula-sparkle-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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.693 2.058c.404-.058.77-.065 1.13.006c.28.057.529.157.765.282a1.42 1.42 0 0 0-.566 1.401l-.008-.004a1.5 1.5 0 0 0-.487-.207c-.14-.028-.322-.036-.612.005a1.25 1.25 0 0 0-.861.537c-.21.301-.359.75-.405 1.357c-.003.16-.028.647-.065 1.315H9.3a.75.75 0 0 1 0 1.5H7.498a506 506 0 0 1-.35 5.607v.005l-.01.12c-.091 1.115-.226 2.772-1.76 3.666l-.006.003c-.997.57-2.18.384-3.107-.08a.751.751 0 0 1 .67-1.341c.671.335 1.287.349 1.69.12c.807-.472.92-1.326 1.027-2.61c.05-.645.174-2.635.286-4.522l.058-.968H4.801a.75.75 0 0 1 0-1.5h1.28l.006-.093a169 169 0 0 0 .062-1.224v-.025L6.15 5.4l.001-.053c.056-.785.257-1.529.67-2.124A2.75 2.75 0 0 1 8.677 2.06zm1.264 7.101c.31-.132.635-.173.957-.1c.312.07.555.235.736.402c.277.256.505.622.657.867l.074.116a36 36 0 0 0 .76 1.354l1.985-1.985l.53.174a.6.6 0 0 1 .219.14c.07.06.11.14.14.22l.17.527l-2.147 2.15a46 46 0 0 1 1.02 1.798l.061.103c.053.09.102.171.158.258q.116.176.202.257q.043.04.064.05q.019.011.02.01h.006l.033-.006c.018-.01.026-.019.033-.025a1 1 0 0 0 .127-.176a.75.75 0 0 1 1.279.783c-.227.37-.448.601-.804.78a1.6 1.6 0 0 1-1.056.096a1.7 1.7 0 0 1-.733-.423c-.29-.275-.51-.65-.64-.872l-.05-.087l-.028-.05a38 38 0 0 0-.788-1.4l-2.662 2.66a.75.75 0 0 1-1.06-1.06l2.825-2.825a46 46 0 0 1-.947-1.671l-.087-.14c-.058-.091-.108-.172-.167-.259a1.6 1.6 0 0 0-.212-.262l-.042-.035l-.012.01l-.066.076l-.022.025l-.174.202a.75.75 0 1 1-1.133-.983l.164-.19l.022-.026a1.8 1.8 0 0 1 .415-.38l.032-.024a1 1 0 0 1 .14-.079M17.484 6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.016.004a.302.302 0 0 1 0 .57l-.766.248a1.58 1.58 0 0 0-.999.998l-.249.766a.3.3 0 0 1-.46.145a.3.3 0 0 1-.11-.145l-.25-.766a1.58 1.58 0 0 0-.997-1.002l-.766-.248A.3.3 0 0 1 15 8.498a.3.3 0 0 1 .202-.285l.766-.248a1.58 1.58 0 0 0 .983-.998l.248-.766A.3.3 0 0 1 17.484 6m-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.426.426 0 0 1 .205.643a.42.42 0 0 1-.205.154l-1.072.349a2.21 2.21 0 0 0-1.398 1.396l-.349 1.072a.424.424 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.136-.19l-.347-1.07a2.2 2.2 0 0 0-1.398-1.402l-1.073-.349a.424.424 0 0 1 0-.797l1.072-.349a2.21 2.21 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 FluentMathFormulaSparkle20Filled(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.693 2.058c.404-.058.77-.065 1.13.006c.28.057.529.157.765.282a1.42 1.42 0 0 0-.566 1.401l-.008-.004a1.5 1.5 0 0 0-.487-.207c-.14-.028-.322-.036-.612.005a1.25 1.25 0 0 0-.861.537c-.21.301-.359.75-.405 1.357c-.003.16-.028.647-.065 1.315H9.3a.75.75 0 0 1 0 1.5H7.498a506 506 0 0 1-.35 5.607v.005l-.01.12c-.091 1.115-.226 2.772-1.76 3.666l-.006.003c-.997.57-2.18.384-3.107-.08a.751.751 0 0 1 .67-1.341c.671.335 1.287.349 1.69.12c.807-.472.92-1.326 1.027-2.61c.05-.645.174-2.635.286-4.522l.058-.968H4.801a.75.75 0 0 1 0-1.5h1.28l.006-.093a169 169 0 0 0 .062-1.224v-.025L6.15 5.4l.001-.053c.056-.785.257-1.529.67-2.124A2.75 2.75 0 0 1 8.677 2.06zm1.264 7.101c.31-.132.635-.173.957-.1c.312.07.555.235.736.402c.277.256.505.622.657.867l.074.116a36 36 0 0 0 .76 1.354l1.985-1.985l.53.174a.6.6 0 0 1 .219.14c.07.06.11.14.14.22l.17.527l-2.147 2.15a46 46 0 0 1 1.02 1.798l.061.103c.053.09.102.171.158.258q.116.176.202.257q.043.04.064.05q.019.011.02.01h.006l.033-.006c.018-.01.026-.019.033-.025a1 1 0 0 0 .127-.176a.75.75 0 0 1 1.279.783c-.227.37-.448.601-.804.78a1.6 1.6 0 0 1-1.056.096a1.7 1.7 0 0 1-.733-.423c-.29-.275-.51-.65-.64-.872l-.05-.087l-.028-.05a38 38 0 0 0-.788-1.4l-2.662 2.66a.75.75 0 0 1-1.06-1.06l2.825-2.825a46 46 0 0 1-.947-1.671l-.087-.14c-.058-.091-.108-.172-.167-.259a1.6 1.6 0 0 0-.212-.262l-.042-.035l-.012.01l-.066.076l-.022.025l-.174.202a.75.75 0 1 1-1.133-.983l.164-.19l.022-.026a1.8 1.8 0 0 1 .415-.38l.032-.024a1 1 0 0 1 .14-.079M17.484 6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.016.004a.302.302 0 0 1 0 .57l-.766.248a1.58 1.58 0 0 0-.999.998l-.249.766a.3.3 0 0 1-.46.145a.3.3 0 0 1-.11-.145l-.25-.766a1.58 1.58 0 0 0-.997-1.002l-.766-.248A.3.3 0 0 1 15 8.498a.3.3 0 0 1 .202-.285l.766-.248a1.58 1.58 0 0 0 .983-.998l.248-.766A.3.3 0 0 1 17.484 6m-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.426.426 0 0 1 .205.643a.42.42 0 0 1-.205.154l-1.072.349a2.21 2.21 0 0 0-1.398 1.396l-.349 1.072a.424.424 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.136-.19l-.347-1.07a2.2 2.2 0 0 0-1.398-1.402l-1.073-.349a.424.424 0 0 1 0-.797l1.072-.349a2.21 2.21 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.693 2.058c.404-.058.77-.065 1.13.006c.28.057.529.157.765.282a1.42 1.42 0 0 0-.566 1.401l-.008-.004a1.5 1.5 0 0 0-.487-.207c-.14-.028-.322-.036-.612.005a1.25 1.25 0 0 0-.861.537c-.21.301-.359.75-.405 1.357c-.003.16-.028.647-.065 1.315H9.3a.75.75 0 0 1 0 1.5H7.498a506 506 0 0 1-.35 5.607v.005l-.01.12c-.091 1.115-.226 2.772-1.76 3.666l-.006.003c-.997.57-2.18.384-3.107-.08a.751.751 0 0 1 .67-1.341c.671.335 1.287.349 1.69.12c.807-.472.92-1.326 1.027-2.61c.05-.645.174-2.635.286-4.522l.058-.968H4.801a.75.75 0 0 1 0-1.5h1.28l.006-.093a169 169 0 0 0 .062-1.224v-.025L6.15 5.4l.001-.053c.056-.785.257-1.529.67-2.124A2.75 2.75 0 0 1 8.677 2.06zm1.264 7.101c.31-.132.635-.173.957-.1c.312.07.555.235.736.402c.277.256.505.622.657.867l.074.116a36 36 0 0 0 .76 1.354l1.985-1.985l.53.174a.6.6 0 0 1 .219.14c.07.06.11.14.14.22l.17.527l-2.147 2.15a46 46 0 0 1 1.02 1.798l.061.103c.053.09.102.171.158.258q.116.176.202.257q.043.04.064.05q.019.011.02.01h.006l.033-.006c.018-.01.026-.019.033-.025a1 1 0 0 0 .127-.176a.75.75 0 0 1 1.279.783c-.227.37-.448.601-.804.78a1.6 1.6 0 0 1-1.056.096a1.7 1.7 0 0 1-.733-.423c-.29-.275-.51-.65-.64-.872l-.05-.087l-.028-.05a38 38 0 0 0-.788-1.4l-2.662 2.66a.75.75 0 0 1-1.06-1.06l2.825-2.825a46 46 0 0 1-.947-1.671l-.087-.14c-.058-.091-.108-.172-.167-.259a1.6 1.6 0 0 0-.212-.262l-.042-.035l-.012.01l-.066.076l-.022.025l-.174.202a.75.75 0 1 1-1.133-.983l.164-.19l.022-.026a1.8 1.8 0 0 1 .415-.38l.032-.024a1 1 0 0 1 .14-.079M17.484 6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.016.004a.302.302 0 0 1 0 .57l-.766.248a1.58 1.58 0 0 0-.999.998l-.249.766a.3.3 0 0 1-.46.145a.3.3 0 0 1-.11-.145l-.25-.766a1.58 1.58 0 0 0-.997-1.002l-.766-.248A.3.3 0 0 1 15 8.498a.3.3 0 0 1 .202-.285l.766-.248a1.58 1.58 0 0 0 .983-.998l.248-.766A.3.3 0 0 1 17.484 6m-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.426.426 0 0 1 .205.643a.42.42 0 0 1-.205.154l-1.072.349a2.21 2.21 0 0 0-1.398 1.396l-.349 1.072a.424.424 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.136-.19l-.347-1.07a2.2 2.2 0 0 0-1.398-1.402l-1.073-.349a.424.424 0 0 1 0-.797l1.072-.349a2.21 2.21 0 0 0 1.377-1.396L14.08.282a.42.42 0 0 1 .4-.282"/></svg>
</template>

CSS

.icon-math-formula-sparkle-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.693%202.058c.404-.058.77-.065%201.13.006c.28.057.529.157.765.282a1.42%201.42%200%200%200-.566%201.401l-.008-.004a1.5%201.5%200%200%200-.487-.207c-.14-.028-.322-.036-.612.005a1.25%201.25%200%200%200-.861.537c-.21.301-.359.75-.405%201.357c-.003.16-.028.647-.065%201.315H9.3a.75.75%200%200%201%200%201.5H7.498a506%20506%200%200%201-.35%205.607v.005l-.01.12c-.091%201.115-.226%202.772-1.76%203.666l-.006.003c-.997.57-2.18.384-3.107-.08a.751.751%200%200%201%20.67-1.341c.671.335%201.287.349%201.69.12c.807-.472.92-1.326%201.027-2.61c.05-.645.174-2.635.286-4.522l.058-.968H4.801a.75.75%200%200%201%200-1.5h1.28l.006-.093a169%20169%200%200%200%20.062-1.224v-.025L6.15%205.4l.001-.053c.056-.785.257-1.529.67-2.124A2.75%202.75%200%200%201%208.677%202.06zm1.264%207.101c.31-.132.635-.173.957-.1c.312.07.555.235.736.402c.277.256.505.622.657.867l.074.116a36%2036%200%200%200%20.76%201.354l1.985-1.985l.53.174a.6.6%200%200%201%20.219.14c.07.06.11.14.14.22l.17.527l-2.147%202.15a46%2046%200%200%201%201.02%201.798l.061.103c.053.09.102.171.158.258q.116.176.202.257q.043.04.064.05q.019.011.02.01h.006l.033-.006c.018-.01.026-.019.033-.025a1%201%200%200%200%20.127-.176a.75.75%200%200%201%201.279.783c-.227.37-.448.601-.804.78a1.6%201.6%200%200%201-1.056.096a1.7%201.7%200%200%201-.733-.423c-.29-.275-.51-.65-.64-.872l-.05-.087l-.028-.05a38%2038%200%200%200-.788-1.4l-2.662%202.66a.75.75%200%200%201-1.06-1.06l2.825-2.825a46%2046%200%200%201-.947-1.671l-.087-.14c-.058-.091-.108-.172-.167-.259a1.6%201.6%200%200%200-.212-.262l-.042-.035l-.012.01l-.066.076l-.022.025l-.174.202a.75.75%200%201%201-1.133-.983l.164-.19l.022-.026a1.8%201.8%200%200%201%20.415-.38l.032-.024a1%201%200%200%201%20.14-.079M17.484%206a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.016.004a.302.302%200%200%201%200%20.57l-.766.248a1.58%201.58%200%200%200-.999.998l-.249.766a.3.3%200%200%201-.46.145a.3.3%200%200%201-.11-.145l-.25-.766a1.58%201.58%200%200%200-.997-1.002l-.766-.248A.3.3%200%200%201%2015%208.498a.3.3%200%200%201%20.202-.285l.766-.248a1.58%201.58%200%200%200%20.983-.998l.248-.766A.3.3%200%200%201%2017.484%206m-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.426.426%200%200%201%20.205.643a.42.42%200%200%201-.205.154l-1.072.349a2.21%202.21%200%200%200-1.398%201.396l-.349%201.072a.424.424%200%200%201-.643.204l-.02-.015a.43.43%200%200%201-.136-.19l-.347-1.07a2.2%202.2%200%200%200-1.398-1.402l-1.073-.349a.424.424%200%200%201%200-.797l1.072-.349a2.21%202.21%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.693%202.058c.404-.058.77-.065%201.13.006c.28.057.529.157.765.282a1.42%201.42%200%200%200-.566%201.401l-.008-.004a1.5%201.5%200%200%200-.487-.207c-.14-.028-.322-.036-.612.005a1.25%201.25%200%200%200-.861.537c-.21.301-.359.75-.405%201.357c-.003.16-.028.647-.065%201.315H9.3a.75.75%200%200%201%200%201.5H7.498a506%20506%200%200%201-.35%205.607v.005l-.01.12c-.091%201.115-.226%202.772-1.76%203.666l-.006.003c-.997.57-2.18.384-3.107-.08a.751.751%200%200%201%20.67-1.341c.671.335%201.287.349%201.69.12c.807-.472.92-1.326%201.027-2.61c.05-.645.174-2.635.286-4.522l.058-.968H4.801a.75.75%200%200%201%200-1.5h1.28l.006-.093a169%20169%200%200%200%20.062-1.224v-.025L6.15%205.4l.001-.053c.056-.785.257-1.529.67-2.124A2.75%202.75%200%200%201%208.677%202.06zm1.264%207.101c.31-.132.635-.173.957-.1c.312.07.555.235.736.402c.277.256.505.622.657.867l.074.116a36%2036%200%200%200%20.76%201.354l1.985-1.985l.53.174a.6.6%200%200%201%20.219.14c.07.06.11.14.14.22l.17.527l-2.147%202.15a46%2046%200%200%201%201.02%201.798l.061.103c.053.09.102.171.158.258q.116.176.202.257q.043.04.064.05q.019.011.02.01h.006l.033-.006c.018-.01.026-.019.033-.025a1%201%200%200%200%20.127-.176a.75.75%200%200%201%201.279.783c-.227.37-.448.601-.804.78a1.6%201.6%200%200%201-1.056.096a1.7%201.7%200%200%201-.733-.423c-.29-.275-.51-.65-.64-.872l-.05-.087l-.028-.05a38%2038%200%200%200-.788-1.4l-2.662%202.66a.75.75%200%200%201-1.06-1.06l2.825-2.825a46%2046%200%200%201-.947-1.671l-.087-.14c-.058-.091-.108-.172-.167-.259a1.6%201.6%200%200%200-.212-.262l-.042-.035l-.012.01l-.066.076l-.022.025l-.174.202a.75.75%200%201%201-1.133-.983l.164-.19l.022-.026a1.8%201.8%200%200%201%20.415-.38l.032-.024a1%201%200%200%201%20.14-.079M17.484%206a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.016.004a.302.302%200%200%201%200%20.57l-.766.248a1.58%201.58%200%200%200-.999.998l-.249.766a.3.3%200%200%201-.46.145a.3.3%200%200%201-.11-.145l-.25-.766a1.58%201.58%200%200%200-.997-1.002l-.766-.248A.3.3%200%200%201%2015%208.498a.3.3%200%200%201%20.202-.285l.766-.248a1.58%201.58%200%200%200%20.983-.998l.248-.766A.3.3%200%200%201%2017.484%206m-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.426.426%200%200%201%20.205.643a.42.42%200%200%201-.205.154l-1.072.349a2.21%202.21%200%200%200-1.398%201.396l-.349%201.072a.424.424%200%200%201-.643.204l-.02-.015a.43.43%200%200%201-.136-.19l-.347-1.07a2.2%202.2%200%200%200-1.398-1.402l-1.073-.349a.424.424%200%200%201%200-.797l1.072-.349a2.21%202.21%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-filled.svg?color=%231a73e8&size=48