math formula icon
math-formula-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- math-formula-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><g fill="currentColor"><path d="M8.33 1.225A2.5 2.5 0 0 0 4.81 3.34L4.698 5H3.5a.5.5 0 0 0 0 1h1.132l-.44 6.595a1.5 1.5 0 0 1-2.112 1.268l-.375-.169a.5.5 0 0 0-.41.912l.375.17a2.5 2.5 0 0 0 3.52-2.114L5.634 6H7.5a.5.5 0 1 0 0-1H5.7l.107-1.595A1.5 1.5 0 0 1 7.92 2.137l.376.17a.5.5 0 1 0 .41-.913z"/><path d="M8.16 8.048a.25.25 0 0 1 .393.053l1.323 2.316l-2.73 2.73a.5.5 0 1 0 .708.707l2.537-2.537l1.188 2.079a1.25 1.25 0 0 0 1.969.263l.306-.305a.5.5 0 0 0-.708-.707l-.305.305a.25.25 0 0 1-.394-.052l-1.323-2.316l2.73-2.73a.5.5 0 1 0-.707-.707l-2.538 2.537l-1.188-2.08a1.25 1.25 0 0 0-1.969-.263l-.306.306a.5.5 0 1 0 .708.707z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentMathFormula16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8.33 1.225A2.5 2.5 0 0 0 4.81 3.34L4.698 5H3.5a.5.5 0 0 0 0 1h1.132l-.44 6.595a1.5 1.5 0 0 1-2.112 1.268l-.375-.169a.5.5 0 0 0-.41.912l.375.17a2.5 2.5 0 0 0 3.52-2.114L5.634 6H7.5a.5.5 0 1 0 0-1H5.7l.107-1.595A1.5 1.5 0 0 1 7.92 2.137l.376.17a.5.5 0 1 0 .41-.913z"/><path d="M8.16 8.048a.25.25 0 0 1 .393.053l1.323 2.316l-2.73 2.73a.5.5 0 1 0 .708.707l2.537-2.537l1.188 2.079a1.25 1.25 0 0 0 1.969.263l.306-.305a.5.5 0 0 0-.708-.707l-.305.305a.25.25 0 0 1-.394-.052l-1.323-2.316l2.73-2.73a.5.5 0 1 0-.707-.707l-2.538 2.537l-1.188-2.08a1.25 1.25 0 0 0-1.969-.263l-.306.306a.5.5 0 1 0 .708.707z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8.33 1.225A2.5 2.5 0 0 0 4.81 3.34L4.698 5H3.5a.5.5 0 0 0 0 1h1.132l-.44 6.595a1.5 1.5 0 0 1-2.112 1.268l-.375-.169a.5.5 0 0 0-.41.912l.375.17a2.5 2.5 0 0 0 3.52-2.114L5.634 6H7.5a.5.5 0 1 0 0-1H5.7l.107-1.595A1.5 1.5 0 0 1 7.92 2.137l.376.17a.5.5 0 1 0 .41-.913z"/><path d="M8.16 8.048a.25.25 0 0 1 .393.053l1.323 2.316l-2.73 2.73a.5.5 0 1 0 .708.707l2.537-2.537l1.188 2.079a1.25 1.25 0 0 0 1.969.263l.306-.305a.5.5 0 0 0-.708-.707l-.305.305a.25.25 0 0 1-.394-.052l-1.323-2.316l2.73-2.73a.5.5 0 1 0-.707-.707l-2.538 2.537l-1.188-2.08a1.25 1.25 0 0 0-1.969-.263l-.306.306a.5.5 0 1 0 .708.707z"/></g></svg> </template>
CSS
.icon-math-formula-16-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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.33%201.225A2.5%202.5%200%200%200%204.81%203.34L4.698%205H3.5a.5.5%200%200%200%200%201h1.132l-.44%206.595a1.5%201.5%200%200%201-2.112%201.268l-.375-.169a.5.5%200%200%200-.41.912l.375.17a2.5%202.5%200%200%200%203.52-2.114L5.634%206H7.5a.5.5%200%201%200%200-1H5.7l.107-1.595A1.5%201.5%200%200%201%207.92%202.137l.376.17a.5.5%200%201%200%20.41-.913z%22%2F%3E%3Cpath%20d%3D%22M8.16%208.048a.25.25%200%200%201%20.393.053l1.323%202.316l-2.73%202.73a.5.5%200%201%200%20.708.707l2.537-2.537l1.188%202.079a1.25%201.25%200%200%200%201.969.263l.306-.305a.5.5%200%200%200-.708-.707l-.305.305a.25.25%200%200%201-.394-.052l-1.323-2.316l2.73-2.73a.5.5%200%201%200-.707-.707l-2.538%202.537l-1.188-2.08a1.25%201.25%200%200%200-1.969-.263l-.306.306a.5.5%200%201%200%20.708.707z%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.33%201.225A2.5%202.5%200%200%200%204.81%203.34L4.698%205H3.5a.5.5%200%200%200%200%201h1.132l-.44%206.595a1.5%201.5%200%200%201-2.112%201.268l-.375-.169a.5.5%200%200%200-.41.912l.375.17a2.5%202.5%200%200%200%203.52-2.114L5.634%206H7.5a.5.5%200%201%200%200-1H5.7l.107-1.595A1.5%201.5%200%200%201%207.92%202.137l.376.17a.5.5%200%201%200%20.41-.913z%22%2F%3E%3Cpath%20d%3D%22M8.16%208.048a.25.25%200%200%201%20.393.053l1.323%202.316l-2.73%202.73a.5.5%200%201%200%20.708.707l2.537-2.537l1.188%202.079a1.25%201.25%200%200%200%201.969.263l.306-.305a.5.5%200%200%200-.708-.707l-.305.305a.25.25%200%200%201-.394-.052l-1.323-2.316l2.73-2.73a.5.5%200%201%200-.707-.707l-2.538%202.537l-1.188-2.08a1.25%201.25%200%200%200-1.969-.263l-.306.306a.5.5%200%201%200%20.708.707z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/math-formula-16-regular.svg?color=%231a73e8&size=48