math formula icon
math-formula-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- math-formula-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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.482 3.827c-1.113-.824-2.696-.091-2.788 1.29L9.535 7.5h2.715a.75.75 0 0 1 0 1.5H9.435l-.6 9.006c-.18 2.685-3.358 4.002-5.383 2.23l-.196-.172a.75.75 0 0 1 .988-1.129l.195.171c1.091.955 2.803.246 2.899-1.2L7.932 9H5.75a.75.75 0 0 1 0-1.5h2.282l.165-2.483c.171-2.565 3.112-3.926 5.178-2.395l.371.275a.75.75 0 1 1-.892 1.205zm1.23 8.936a.75.75 0 0 0-1.152-.22l-.322.276a.75.75 0 1 1-.976-1.139l.322-.276a2.25 2.25 0 0 1 3.456.66l.977 1.858l2.703-2.703a.75.75 0 1 1 1.06 1.061l-3.031 3.032l1.539 2.924a.75.75 0 0 0 1.152.22l.322-.276a.75.75 0 0 1 .976 1.14l-.322.275a2.25 2.25 0 0 1-3.456-.66l-1.322-2.513l-3.358 3.358a.75.75 0 1 1-1.06-1.06l3.687-3.687z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMathFormula24Regular(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.482 3.827c-1.113-.824-2.696-.091-2.788 1.29L9.535 7.5h2.715a.75.75 0 0 1 0 1.5H9.435l-.6 9.006c-.18 2.685-3.358 4.002-5.383 2.23l-.196-.172a.75.75 0 0 1 .988-1.129l.195.171c1.091.955 2.803.246 2.899-1.2L7.932 9H5.75a.75.75 0 0 1 0-1.5h2.282l.165-2.483c.171-2.565 3.112-3.926 5.178-2.395l.371.275a.75.75 0 1 1-.892 1.205zm1.23 8.936a.75.75 0 0 0-1.152-.22l-.322.276a.75.75 0 1 1-.976-1.139l.322-.276a2.25 2.25 0 0 1 3.456.66l.977 1.858l2.703-2.703a.75.75 0 1 1 1.06 1.061l-3.031 3.032l1.539 2.924a.75.75 0 0 0 1.152.22l.322-.276a.75.75 0 0 1 .976 1.14l-.322.275a2.25 2.25 0 0 1-3.456-.66l-1.322-2.513l-3.358 3.358a.75.75 0 1 1-1.06-1.06l3.687-3.687z"/></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.482 3.827c-1.113-.824-2.696-.091-2.788 1.29L9.535 7.5h2.715a.75.75 0 0 1 0 1.5H9.435l-.6 9.006c-.18 2.685-3.358 4.002-5.383 2.23l-.196-.172a.75.75 0 0 1 .988-1.129l.195.171c1.091.955 2.803.246 2.899-1.2L7.932 9H5.75a.75.75 0 0 1 0-1.5h2.282l.165-2.483c.171-2.565 3.112-3.926 5.178-2.395l.371.275a.75.75 0 1 1-.892 1.205zm1.23 8.936a.75.75 0 0 0-1.152-.22l-.322.276a.75.75 0 1 1-.976-1.139l.322-.276a2.25 2.25 0 0 1 3.456.66l.977 1.858l2.703-2.703a.75.75 0 1 1 1.06 1.061l-3.031 3.032l1.539 2.924a.75.75 0 0 0 1.152.22l.322-.276a.75.75 0 0 1 .976 1.14l-.322.275a2.25 2.25 0 0 1-3.456-.66l-1.322-2.513l-3.358 3.358a.75.75 0 1 1-1.06-1.06l3.687-3.687z"/></svg> </template>
CSS
.icon-math-formula-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%22M12.482%203.827c-1.113-.824-2.696-.091-2.788%201.29L9.535%207.5h2.715a.75.75%200%200%201%200%201.5H9.435l-.6%209.006c-.18%202.685-3.358%204.002-5.383%202.23l-.196-.172a.75.75%200%200%201%20.988-1.129l.195.171c1.091.955%202.803.246%202.899-1.2L7.932%209H5.75a.75.75%200%200%201%200-1.5h2.282l.165-2.483c.171-2.565%203.112-3.926%205.178-2.395l.371.275a.75.75%200%201%201-.892%201.205zm1.23%208.936a.75.75%200%200%200-1.152-.22l-.322.276a.75.75%200%201%201-.976-1.139l.322-.276a2.25%202.25%200%200%201%203.456.66l.977%201.858l2.703-2.703a.75.75%200%201%201%201.06%201.061l-3.031%203.032l1.539%202.924a.75.75%200%200%200%201.152.22l.322-.276a.75.75%200%200%201%20.976%201.14l-.322.275a2.25%202.25%200%200%201-3.456-.66l-1.322-2.513l-3.358%203.358a.75.75%200%201%201-1.06-1.06l3.687-3.687z%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.482%203.827c-1.113-.824-2.696-.091-2.788%201.29L9.535%207.5h2.715a.75.75%200%200%201%200%201.5H9.435l-.6%209.006c-.18%202.685-3.358%204.002-5.383%202.23l-.196-.172a.75.75%200%200%201%20.988-1.129l.195.171c1.091.955%202.803.246%202.899-1.2L7.932%209H5.75a.75.75%200%200%201%200-1.5h2.282l.165-2.483c.171-2.565%203.112-3.926%205.178-2.395l.371.275a.75.75%200%201%201-.892%201.205zm1.23%208.936a.75.75%200%200%200-1.152-.22l-.322.276a.75.75%200%201%201-.976-1.139l.322-.276a2.25%202.25%200%200%201%203.456.66l.977%201.858l2.703-2.703a.75.75%200%201%201%201.06%201.061l-3.031%203.032l1.539%202.924a.75.75%200%200%200%201.152.22l.322-.276a.75.75%200%200%201%20.976%201.14l-.322.275a2.25%202.25%200%200%201-3.456-.66l-1.322-2.513l-3.358%203.358a.75.75%200%201%201-1.06-1.06l3.687-3.687z%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-regular.svg?color=%231a73e8&size=48