math formula icon
math-formula-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- math-formula-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- 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.753 1.502C7.07.24 4.659 1.347 4.519 3.445L4.449 4.5H3.75a.75.75 0 0 0 0 1.5h.598l-.42 6.293a1.25 1.25 0 0 1-1.674 1.092l-.247-.09a.75.75 0 0 0-.513 1.41l.248.09a2.75 2.75 0 0 0 3.683-2.402L5.852 6H7.25a.75.75 0 1 0 0-1.5H5.952l.063-.955a1.15 1.15 0 0 1 1.838-.843l.197.148a.75.75 0 1 0 .9-1.2z"/><path d="M9.636 7.665a1.5 1.5 0 0 0-2.338-.274l-.328.328a.75.75 0 0 0 1.06 1.06l.329-.328l1.192 1.937L7.22 12.72a.75.75 0 0 0 1.06 1.06l2.079-2.078l1.005 1.633a1.5 1.5 0 0 0 2.338.274l.328-.328a.75.75 0 0 0-1.06-1.06l-.329.328l-1.192-1.937L13.78 8.28a.75.75 0 0 0-1.06-1.06l-2.08 2.077z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentMathFormula16Filled(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.753 1.502C7.07.24 4.659 1.347 4.519 3.445L4.449 4.5H3.75a.75.75 0 0 0 0 1.5h.598l-.42 6.293a1.25 1.25 0 0 1-1.674 1.092l-.247-.09a.75.75 0 0 0-.513 1.41l.248.09a2.75 2.75 0 0 0 3.683-2.402L5.852 6H7.25a.75.75 0 1 0 0-1.5H5.952l.063-.955a1.15 1.15 0 0 1 1.838-.843l.197.148a.75.75 0 1 0 .9-1.2z"/><path d="M9.636 7.665a1.5 1.5 0 0 0-2.338-.274l-.328.328a.75.75 0 0 0 1.06 1.06l.329-.328l1.192 1.937L7.22 12.72a.75.75 0 0 0 1.06 1.06l2.079-2.078l1.005 1.633a1.5 1.5 0 0 0 2.338.274l.328-.328a.75.75 0 0 0-1.06-1.06l-.329.328l-1.192-1.937L13.78 8.28a.75.75 0 0 0-1.06-1.06l-2.08 2.077z"/></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.753 1.502C7.07.24 4.659 1.347 4.519 3.445L4.449 4.5H3.75a.75.75 0 0 0 0 1.5h.598l-.42 6.293a1.25 1.25 0 0 1-1.674 1.092l-.247-.09a.75.75 0 0 0-.513 1.41l.248.09a2.75 2.75 0 0 0 3.683-2.402L5.852 6H7.25a.75.75 0 1 0 0-1.5H5.952l.063-.955a1.15 1.15 0 0 1 1.838-.843l.197.148a.75.75 0 1 0 .9-1.2z"/><path d="M9.636 7.665a1.5 1.5 0 0 0-2.338-.274l-.328.328a.75.75 0 0 0 1.06 1.06l.329-.328l1.192 1.937L7.22 12.72a.75.75 0 0 0 1.06 1.06l2.079-2.078l1.005 1.633a1.5 1.5 0 0 0 2.338.274l.328-.328a.75.75 0 0 0-1.06-1.06l-.329.328l-1.192-1.937L13.78 8.28a.75.75 0 0 0-1.06-1.06l-2.08 2.077z"/></g></svg> </template>
CSS
.icon-math-formula-16-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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.753%201.502C7.07.24%204.659%201.347%204.519%203.445L4.449%204.5H3.75a.75.75%200%200%200%200%201.5h.598l-.42%206.293a1.25%201.25%200%200%201-1.674%201.092l-.247-.09a.75.75%200%200%200-.513%201.41l.248.09a2.75%202.75%200%200%200%203.683-2.402L5.852%206H7.25a.75.75%200%201%200%200-1.5H5.952l.063-.955a1.15%201.15%200%200%201%201.838-.843l.197.148a.75.75%200%201%200%20.9-1.2z%22%2F%3E%3Cpath%20d%3D%22M9.636%207.665a1.5%201.5%200%200%200-2.338-.274l-.328.328a.75.75%200%200%200%201.06%201.06l.329-.328l1.192%201.937L7.22%2012.72a.75.75%200%200%200%201.06%201.06l2.079-2.078l1.005%201.633a1.5%201.5%200%200%200%202.338.274l.328-.328a.75.75%200%200%200-1.06-1.06l-.329.328l-1.192-1.937L13.78%208.28a.75.75%200%200%200-1.06-1.06l-2.08%202.077z%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.753%201.502C7.07.24%204.659%201.347%204.519%203.445L4.449%204.5H3.75a.75.75%200%200%200%200%201.5h.598l-.42%206.293a1.25%201.25%200%200%201-1.674%201.092l-.247-.09a.75.75%200%200%200-.513%201.41l.248.09a2.75%202.75%200%200%200%203.683-2.402L5.852%206H7.25a.75.75%200%201%200%200-1.5H5.952l.063-.955a1.15%201.15%200%200%201%201.838-.843l.197.148a.75.75%200%201%200%20.9-1.2z%22%2F%3E%3Cpath%20d%3D%22M9.636%207.665a1.5%201.5%200%200%200-2.338-.274l-.328.328a.75.75%200%200%200%201.06%201.06l.329-.328l1.192%201.937L7.22%2012.72a.75.75%200%200%200%201.06%201.06l2.079-2.078l1.005%201.633a1.5%201.5%200%200%200%202.338.274l.328-.328a.75.75%200%200%200-1.06-1.06l-.329.328l-1.192-1.937L13.78%208.28a.75.75%200%200%200-1.06-1.06l-2.08%202.077z%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-filled.svg?color=%231a73e8&size=48