math format professional icon

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

Name
math-format-professional-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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.444 4.952a.5.5 0 0 0-.728-.163l-.385.275a1 1 0 0 1-1.162-1.627l.385-.276a2.5 2.5 0 0 1 3.636.817l.508.91l1.595-1.595a1 1 0 1 1 1.414 1.414L18.71 6.704l.793 1.42a.5.5 0 0 0 .751.145l.365-.295a1 1 0 0 1 1.26 1.553l-.364.295a2.5 2.5 0 0 1-3.759-.723l-.516-.925l-1.534 1.533a1 1 0 1 1-1.414-1.414l1.935-1.935zm-7.048 9.186c-1.416.276-3.002.345-4.53.36c-.273 1.11-.16 1.897.097 2.429c.302.623.885 1.064 1.708 1.27c1.7.423 4.174-.25 5.827-2.134a1 1 0 1 1 1.504 1.318c-2.098 2.393-5.32 3.378-7.815 2.756c-1.274-.318-2.412-1.076-3.023-2.338c-.607-1.253-.612-2.828.01-4.626c.84-2.423 2.118-3.941 3.407-4.886a8.2 8.2 0 0 1 3.218-1.416c1.626-.333 3.085.124 3.9 1.194c.828 1.088.8 2.567-.092 3.787c-.98 1.338-2.58 1.968-4.211 2.286M9.2 8.83A6.2 6.2 0 0 0 6.764 9.9c-.721.529-1.491 1.333-2.13 2.584c1.207-.03 2.36-.11 3.379-.31c1.455-.283 2.446-.773 2.98-1.503c.43-.589.346-1.09.115-1.394c-.245-.32-.848-.664-1.908-.447"/></svg>

React

import type { SVGProps } from "react";

export function FluentMathFormatProfessional24Filled(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.444 4.952a.5.5 0 0 0-.728-.163l-.385.275a1 1 0 0 1-1.162-1.627l.385-.276a2.5 2.5 0 0 1 3.636.817l.508.91l1.595-1.595a1 1 0 1 1 1.414 1.414L18.71 6.704l.793 1.42a.5.5 0 0 0 .751.145l.365-.295a1 1 0 0 1 1.26 1.553l-.364.295a2.5 2.5 0 0 1-3.759-.723l-.516-.925l-1.534 1.533a1 1 0 1 1-1.414-1.414l1.935-1.935zm-7.048 9.186c-1.416.276-3.002.345-4.53.36c-.273 1.11-.16 1.897.097 2.429c.302.623.885 1.064 1.708 1.27c1.7.423 4.174-.25 5.827-2.134a1 1 0 1 1 1.504 1.318c-2.098 2.393-5.32 3.378-7.815 2.756c-1.274-.318-2.412-1.076-3.023-2.338c-.607-1.253-.612-2.828.01-4.626c.84-2.423 2.118-3.941 3.407-4.886a8.2 8.2 0 0 1 3.218-1.416c1.626-.333 3.085.124 3.9 1.194c.828 1.088.8 2.567-.092 3.787c-.98 1.338-2.58 1.968-4.211 2.286M9.2 8.83A6.2 6.2 0 0 0 6.764 9.9c-.721.529-1.491 1.333-2.13 2.584c1.207-.03 2.36-.11 3.379-.31c1.455-.283 2.446-.773 2.98-1.503c.43-.589.346-1.09.115-1.394c-.245-.32-.848-.664-1.908-.447"/></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.444 4.952a.5.5 0 0 0-.728-.163l-.385.275a1 1 0 0 1-1.162-1.627l.385-.276a2.5 2.5 0 0 1 3.636.817l.508.91l1.595-1.595a1 1 0 1 1 1.414 1.414L18.71 6.704l.793 1.42a.5.5 0 0 0 .751.145l.365-.295a1 1 0 0 1 1.26 1.553l-.364.295a2.5 2.5 0 0 1-3.759-.723l-.516-.925l-1.534 1.533a1 1 0 1 1-1.414-1.414l1.935-1.935zm-7.048 9.186c-1.416.276-3.002.345-4.53.36c-.273 1.11-.16 1.897.097 2.429c.302.623.885 1.064 1.708 1.27c1.7.423 4.174-.25 5.827-2.134a1 1 0 1 1 1.504 1.318c-2.098 2.393-5.32 3.378-7.815 2.756c-1.274-.318-2.412-1.076-3.023-2.338c-.607-1.253-.612-2.828.01-4.626c.84-2.423 2.118-3.941 3.407-4.886a8.2 8.2 0 0 1 3.218-1.416c1.626-.333 3.085.124 3.9 1.194c.828 1.088.8 2.567-.092 3.787c-.98 1.338-2.58 1.968-4.211 2.286M9.2 8.83A6.2 6.2 0 0 0 6.764 9.9c-.721.529-1.491 1.333-2.13 2.584c1.207-.03 2.36-.11 3.379-.31c1.455-.283 2.446-.773 2.98-1.503c.43-.589.346-1.09.115-1.394c-.245-.32-.848-.664-1.908-.447"/></svg>
</template>

CSS

.icon-math-format-professional-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%22M15.444%204.952a.5.5%200%200%200-.728-.163l-.385.275a1%201%200%200%201-1.162-1.627l.385-.276a2.5%202.5%200%200%201%203.636.817l.508.91l1.595-1.595a1%201%200%201%201%201.414%201.414L18.71%206.704l.793%201.42a.5.5%200%200%200%20.751.145l.365-.295a1%201%200%200%201%201.26%201.553l-.364.295a2.5%202.5%200%200%201-3.759-.723l-.516-.925l-1.534%201.533a1%201%200%201%201-1.414-1.414l1.935-1.935zm-7.048%209.186c-1.416.276-3.002.345-4.53.36c-.273%201.11-.16%201.897.097%202.429c.302.623.885%201.064%201.708%201.27c1.7.423%204.174-.25%205.827-2.134a1%201%200%201%201%201.504%201.318c-2.098%202.393-5.32%203.378-7.815%202.756c-1.274-.318-2.412-1.076-3.023-2.338c-.607-1.253-.612-2.828.01-4.626c.84-2.423%202.118-3.941%203.407-4.886a8.2%208.2%200%200%201%203.218-1.416c1.626-.333%203.085.124%203.9%201.194c.828%201.088.8%202.567-.092%203.787c-.98%201.338-2.58%201.968-4.211%202.286M9.2%208.83A6.2%206.2%200%200%200%206.764%209.9c-.721.529-1.491%201.333-2.13%202.584c1.207-.03%202.36-.11%203.379-.31c1.455-.283%202.446-.773%202.98-1.503c.43-.589.346-1.09.115-1.394c-.245-.32-.848-.664-1.908-.447%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.444%204.952a.5.5%200%200%200-.728-.163l-.385.275a1%201%200%200%201-1.162-1.627l.385-.276a2.5%202.5%200%200%201%203.636.817l.508.91l1.595-1.595a1%201%200%201%201%201.414%201.414L18.71%206.704l.793%201.42a.5.5%200%200%200%20.751.145l.365-.295a1%201%200%200%201%201.26%201.553l-.364.295a2.5%202.5%200%200%201-3.759-.723l-.516-.925l-1.534%201.533a1%201%200%201%201-1.414-1.414l1.935-1.935zm-7.048%209.186c-1.416.276-3.002.345-4.53.36c-.273%201.11-.16%201.897.097%202.429c.302.623.885%201.064%201.708%201.27c1.7.423%204.174-.25%205.827-2.134a1%201%200%201%201%201.504%201.318c-2.098%202.393-5.32%203.378-7.815%202.756c-1.274-.318-2.412-1.076-3.023-2.338c-.607-1.253-.612-2.828.01-4.626c.84-2.423%202.118-3.941%203.407-4.886a8.2%208.2%200%200%201%203.218-1.416c1.626-.333%203.085.124%203.9%201.194c.828%201.088.8%202.567-.092%203.787c-.98%201.338-2.58%201.968-4.211%202.286M9.2%208.83A6.2%206.2%200%200%200%206.764%209.9c-.721.529-1.491%201.333-2.13%202.584c1.207-.03%202.36-.11%203.379-.31c1.455-.283%202.446-.773%202.98-1.503c.43-.589.346-1.09.115-1.394c-.245-.32-.848-.664-1.908-.447%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-filled.svg?color=%231a73e8&size=48