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

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

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the math formula icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.187 4.14c-.964-.723-2.345-.07-2.398 1.134L9.712 7H12a1 1 0 1 1 0 2H9.623l-.393 8.85c-.13 2.931-3.593 4.41-5.801 2.479l-.087-.076a1 1 0 0 1 1.317-1.506l.087.076c.946.829 2.43.194 2.486-1.062L7.622 9H6a1 1 0 0 1 0-2h1.71l.08-1.815c.126-2.81 3.347-4.332 5.597-2.645l.213.16a1 1 0 1 1-1.2 1.6zm.895 8.906a.5.5 0 0 1 .693.225l.813 1.727l-3.295 3.295a1 1 0 0 0 1.414 1.414l2.786-2.786l.78 1.657a2.5 2.5 0 0 0 3.853.864l.51-.42a1 1 0 1 0-1.272-1.543l-.51.42a.5.5 0 0 1-.771-.172l-1.087-2.309l2.711-2.711a1 1 0 1 0-1.414-1.414l-2.202 2.202l-.506-1.075a2.5 2.5 0 0 0-3.467-1.126l-.6.33a1 1 0 0 0 .964 1.752z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMathFormula24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.187 4.14c-.964-.723-2.345-.07-2.398 1.134L9.712 7H12a1 1 0 1 1 0 2H9.623l-.393 8.85c-.13 2.931-3.593 4.41-5.801 2.479l-.087-.076a1 1 0 0 1 1.317-1.506l.087.076c.946.829 2.43.194 2.486-1.062L7.622 9H6a1 1 0 0 1 0-2h1.71l.08-1.815c.126-2.81 3.347-4.332 5.597-2.645l.213.16a1 1 0 1 1-1.2 1.6zm.895 8.906a.5.5 0 0 1 .693.225l.813 1.727l-3.295 3.295a1 1 0 0 0 1.414 1.414l2.786-2.786l.78 1.657a2.5 2.5 0 0 0 3.853.864l.51-.42a1 1 0 1 0-1.272-1.543l-.51.42a.5.5 0 0 1-.771-.172l-1.087-2.309l2.711-2.711a1 1 0 1 0-1.414-1.414l-2.202 2.202l-.506-1.075a2.5 2.5 0 0 0-3.467-1.126l-.6.33a1 1 0 0 0 .964 1.752z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.187 4.14c-.964-.723-2.345-.07-2.398 1.134L9.712 7H12a1 1 0 1 1 0 2H9.623l-.393 8.85c-.13 2.931-3.593 4.41-5.801 2.479l-.087-.076a1 1 0 0 1 1.317-1.506l.087.076c.946.829 2.43.194 2.486-1.062L7.622 9H6a1 1 0 0 1 0-2h1.71l.08-1.815c.126-2.81 3.347-4.332 5.597-2.645l.213.16a1 1 0 1 1-1.2 1.6zm.895 8.906a.5.5 0 0 1 .693.225l.813 1.727l-3.295 3.295a1 1 0 0 0 1.414 1.414l2.786-2.786l.78 1.657a2.5 2.5 0 0 0 3.853.864l.51-.42a1 1 0 1 0-1.272-1.543l-.51.42a.5.5 0 0 1-.771-.172l-1.087-2.309l2.711-2.711a1 1 0 1 0-1.414-1.414l-2.202 2.202l-.506-1.075a2.5 2.5 0 0 0-3.467-1.126l-.6.33a1 1 0 0 0 .964 1.752z"/></svg>
</template>

CSS

.icon-math-formula-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.187%204.14c-.964-.723-2.345-.07-2.398%201.134L9.712%207H12a1%201%200%201%201%200%202H9.623l-.393%208.85c-.13%202.931-3.593%204.41-5.801%202.479l-.087-.076a1%201%200%200%201%201.317-1.506l.087.076c.946.829%202.43.194%202.486-1.062L7.622%209H6a1%201%200%200%201%200-2h1.71l.08-1.815c.126-2.81%203.347-4.332%205.597-2.645l.213.16a1%201%200%201%201-1.2%201.6zm.895%208.906a.5.5%200%200%201%20.693.225l.813%201.727l-3.295%203.295a1%201%200%200%200%201.414%201.414l2.786-2.786l.78%201.657a2.5%202.5%200%200%200%203.853.864l.51-.42a1%201%200%201%200-1.272-1.543l-.51.42a.5.5%200%200%201-.771-.172l-1.087-2.309l2.711-2.711a1%201%200%201%200-1.414-1.414l-2.202%202.202l-.506-1.075a2.5%202.5%200%200%200-3.467-1.126l-.6.33a1%201%200%200%200%20.964%201.752z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.187%204.14c-.964-.723-2.345-.07-2.398%201.134L9.712%207H12a1%201%200%201%201%200%202H9.623l-.393%208.85c-.13%202.931-3.593%204.41-5.801%202.479l-.087-.076a1%201%200%200%201%201.317-1.506l.087.076c.946.829%202.43.194%202.486-1.062L7.622%209H6a1%201%200%200%201%200-2h1.71l.08-1.815c.126-2.81%203.347-4.332%205.597-2.645l.213.16a1%201%200%201%201-1.2%201.6zm.895%208.906a.5.5%200%200%201%20.693.225l.813%201.727l-3.295%203.295a1%201%200%200%200%201.414%201.414l2.786-2.786l.78%201.657a2.5%202.5%200%200%200%203.853.864l.51-.42a1%201%200%201%200-1.272-1.543l-.51.42a.5.5%200%200%201-.771-.172l-1.087-2.309l2.711-2.711a1%201%200%201%200-1.414-1.414l-2.202%202.202l-.506-1.075a2.5%202.5%200%200%200-3.467-1.126l-.6.33a1%201%200%200%200%20.964%201.752z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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