math format professional icon

math-format-professional-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
math-format-professional-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the math format professional icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.662 4.83a.75.75 0 0 0-1.091-.245l-.385.276a.75.75 0 1 1-.872-1.221l.385-.275a2.25 2.25 0 0 1 3.273.735l.669 1.199L19.72 3.22a.75.75 0 1 1 1.06 1.06L18.4 6.66l.885 1.587a.75.75 0 0 0 1.128.217l.364-.296a.75.75 0 0 1 .945 1.165l-.364.295a2.25 2.25 0 0 1-3.383-.65l-.677-1.215L15.28 9.78a.75.75 0 1 1-1.06-1.061L16.538 6.4zm-7.314 9.063c-1.452.283-3.093.346-4.676.356c-.343 1.249-.238 2.158.066 2.787c.341.703.993 1.184 1.873 1.403c1.798.449 4.367-.263 6.075-2.212a.75.75 0 1 1 1.128.989c-2.042 2.33-5.171 3.276-7.566 2.678c-1.218-.303-2.286-1.021-2.86-2.204c-.569-1.175-.586-2.678.023-4.435c.823-2.377 2.071-3.852 3.318-4.766a7.9 7.9 0 0 1 3.12-1.373c1.555-.319 2.907.125 3.65 1.101c.755.99.741 2.347-.094 3.488c-.924 1.262-2.448 1.874-4.057 2.188m.802-5.308a6.4 6.4 0 0 0-2.534 1.113c-.824.604-1.697 1.546-2.386 3.044c1.362-.021 2.677-.097 3.83-.322c1.478-.288 2.544-.796 3.135-1.601c.488-.668.418-1.291.112-1.693c-.316-.415-1.026-.772-2.157-.54"/></svg>

React

import type { SVGProps } from "react";

export function FluentMathFormatProfessional24Regular(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="M15.662 4.83a.75.75 0 0 0-1.091-.245l-.385.276a.75.75 0 1 1-.872-1.221l.385-.275a2.25 2.25 0 0 1 3.273.735l.669 1.199L19.72 3.22a.75.75 0 1 1 1.06 1.06L18.4 6.66l.885 1.587a.75.75 0 0 0 1.128.217l.364-.296a.75.75 0 0 1 .945 1.165l-.364.295a2.25 2.25 0 0 1-3.383-.65l-.677-1.215L15.28 9.78a.75.75 0 1 1-1.06-1.061L16.538 6.4zm-7.314 9.063c-1.452.283-3.093.346-4.676.356c-.343 1.249-.238 2.158.066 2.787c.341.703.993 1.184 1.873 1.403c1.798.449 4.367-.263 6.075-2.212a.75.75 0 1 1 1.128.989c-2.042 2.33-5.171 3.276-7.566 2.678c-1.218-.303-2.286-1.021-2.86-2.204c-.569-1.175-.586-2.678.023-4.435c.823-2.377 2.071-3.852 3.318-4.766a7.9 7.9 0 0 1 3.12-1.373c1.555-.319 2.907.125 3.65 1.101c.755.99.741 2.347-.094 3.488c-.924 1.262-2.448 1.874-4.057 2.188m.802-5.308a6.4 6.4 0 0 0-2.534 1.113c-.824.604-1.697 1.546-2.386 3.044c1.362-.021 2.677-.097 3.83-.322c1.478-.288 2.544-.796 3.135-1.601c.488-.668.418-1.291.112-1.693c-.316-.415-1.026-.772-2.157-.54"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.662 4.83a.75.75 0 0 0-1.091-.245l-.385.276a.75.75 0 1 1-.872-1.221l.385-.275a2.25 2.25 0 0 1 3.273.735l.669 1.199L19.72 3.22a.75.75 0 1 1 1.06 1.06L18.4 6.66l.885 1.587a.75.75 0 0 0 1.128.217l.364-.296a.75.75 0 0 1 .945 1.165l-.364.295a2.25 2.25 0 0 1-3.383-.65l-.677-1.215L15.28 9.78a.75.75 0 1 1-1.06-1.061L16.538 6.4zm-7.314 9.063c-1.452.283-3.093.346-4.676.356c-.343 1.249-.238 2.158.066 2.787c.341.703.993 1.184 1.873 1.403c1.798.449 4.367-.263 6.075-2.212a.75.75 0 1 1 1.128.989c-2.042 2.33-5.171 3.276-7.566 2.678c-1.218-.303-2.286-1.021-2.86-2.204c-.569-1.175-.586-2.678.023-4.435c.823-2.377 2.071-3.852 3.318-4.766a7.9 7.9 0 0 1 3.12-1.373c1.555-.319 2.907.125 3.65 1.101c.755.99.741 2.347-.094 3.488c-.924 1.262-2.448 1.874-4.057 2.188m.802-5.308a6.4 6.4 0 0 0-2.534 1.113c-.824.604-1.697 1.546-2.386 3.044c1.362-.021 2.677-.097 3.83-.322c1.478-.288 2.544-.796 3.135-1.601c.488-.668.418-1.291.112-1.693c-.316-.415-1.026-.772-2.157-.54"/></svg>
</template>

CSS

.icon-math-format-professional-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.662%204.83a.75.75%200%200%200-1.091-.245l-.385.276a.75.75%200%201%201-.872-1.221l.385-.275a2.25%202.25%200%200%201%203.273.735l.669%201.199L19.72%203.22a.75.75%200%201%201%201.06%201.06L18.4%206.66l.885%201.587a.75.75%200%200%200%201.128.217l.364-.296a.75.75%200%200%201%20.945%201.165l-.364.295a2.25%202.25%200%200%201-3.383-.65l-.677-1.215L15.28%209.78a.75.75%200%201%201-1.06-1.061L16.538%206.4zm-7.314%209.063c-1.452.283-3.093.346-4.676.356c-.343%201.249-.238%202.158.066%202.787c.341.703.993%201.184%201.873%201.403c1.798.449%204.367-.263%206.075-2.212a.75.75%200%201%201%201.128.989c-2.042%202.33-5.171%203.276-7.566%202.678c-1.218-.303-2.286-1.021-2.86-2.204c-.569-1.175-.586-2.678.023-4.435c.823-2.377%202.071-3.852%203.318-4.766a7.9%207.9%200%200%201%203.12-1.373c1.555-.319%202.907.125%203.65%201.101c.755.99.741%202.347-.094%203.488c-.924%201.262-2.448%201.874-4.057%202.188m.802-5.308a6.4%206.4%200%200%200-2.534%201.113c-.824.604-1.697%201.546-2.386%203.044c1.362-.021%202.677-.097%203.83-.322c1.478-.288%202.544-.796%203.135-1.601c.488-.668.418-1.291.112-1.693c-.316-.415-1.026-.772-2.157-.54%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%22M15.662%204.83a.75.75%200%200%200-1.091-.245l-.385.276a.75.75%200%201%201-.872-1.221l.385-.275a2.25%202.25%200%200%201%203.273.735l.669%201.199L19.72%203.22a.75.75%200%201%201%201.06%201.06L18.4%206.66l.885%201.587a.75.75%200%200%200%201.128.217l.364-.296a.75.75%200%200%201%20.945%201.165l-.364.295a2.25%202.25%200%200%201-3.383-.65l-.677-1.215L15.28%209.78a.75.75%200%201%201-1.06-1.061L16.538%206.4zm-7.314%209.063c-1.452.283-3.093.346-4.676.356c-.343%201.249-.238%202.158.066%202.787c.341.703.993%201.184%201.873%201.403c1.798.449%204.367-.263%206.075-2.212a.75.75%200%201%201%201.128.989c-2.042%202.33-5.171%203.276-7.566%202.678c-1.218-.303-2.286-1.021-2.86-2.204c-.569-1.175-.586-2.678.023-4.435c.823-2.377%202.071-3.852%203.318-4.766a7.9%207.9%200%200%201%203.12-1.373c1.555-.319%202.907.125%203.65%201.101c.755.99.741%202.347-.094%203.488c-.924%201.262-2.448%201.874-4.057%202.188m.802-5.308a6.4%206.4%200%200%200-2.534%201.113c-.824.604-1.697%201.546-2.386%203.044c1.362-.021%202.677-.097%203.83-.322c1.478-.288%202.544-.796%203.135-1.601c.488-.668.418-1.291.112-1.693c-.316-.415-1.026-.772-2.157-.54%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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