math format linear icon
math-format-linear-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- math-format-linear-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the math format linear icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.988 4.18a.75.75 0 0 0-.976 0l-1.75 1.5a.75.75 0 1 0 .976 1.14L10.5 5.737l1.262 1.081a.75.75 0 0 0 .976-1.138zm2.572 5.363a.75.75 0 0 1 1.152.22l1.195 2.27l-3.687 3.687a.75.75 0 1 0 1.06 1.06l3.358-3.357l1.322 2.512a2.25 2.25 0 0 0 3.456.66l.322-.276a.75.75 0 1 0-.976-1.138l-.322.276a.75.75 0 0 1-1.152-.22l-1.54-2.925L20.78 9.28a.75.75 0 0 0-1.06-1.06l-2.703 2.702l-.977-1.857a2.25 2.25 0 0 0-3.456-.66l-.322.276a.75.75 0 1 0 .976 1.138zM3.586 13.47c.926-.013 1.892-.064 2.76-.252c1.05-.226 2.087-.678 2.717-1.631c.564-.852.581-1.871.057-2.632c-.533-.774-1.51-1.122-2.6-.875a5 5 0 0 0-2.075 1.01c-.825.67-1.628 1.732-2.153 3.409c-.39 1.244-.387 2.33-.007 3.199c.387.883 1.12 1.437 1.968 1.67c1.65.456 3.727-.274 5.054-1.95a.75.75 0 0 0-1.176-.93c-1.019 1.286-2.505 1.704-3.479 1.435c-.465-.129-.808-.405-.993-.827c-.156-.357-.227-.887-.073-1.626m4.299-3.665c.139.203.192.554-.073.954c-.317.479-.9.802-1.782.993c-.579.125-1.232.181-1.923.205c.393-.827.857-1.356 1.283-1.702a3.5 3.5 0 0 1 1.462-.712c.591-.134.903.074 1.033.262"/></svg>
React
import type { SVGProps } from "react";
export function FluentMathFormatLinear24Regular(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="M10.988 4.18a.75.75 0 0 0-.976 0l-1.75 1.5a.75.75 0 1 0 .976 1.14L10.5 5.737l1.262 1.081a.75.75 0 0 0 .976-1.138zm2.572 5.363a.75.75 0 0 1 1.152.22l1.195 2.27l-3.687 3.687a.75.75 0 1 0 1.06 1.06l3.358-3.357l1.322 2.512a2.25 2.25 0 0 0 3.456.66l.322-.276a.75.75 0 1 0-.976-1.138l-.322.276a.75.75 0 0 1-1.152-.22l-1.54-2.925L20.78 9.28a.75.75 0 0 0-1.06-1.06l-2.703 2.702l-.977-1.857a2.25 2.25 0 0 0-3.456-.66l-.322.276a.75.75 0 1 0 .976 1.138zM3.586 13.47c.926-.013 1.892-.064 2.76-.252c1.05-.226 2.087-.678 2.717-1.631c.564-.852.581-1.871.057-2.632c-.533-.774-1.51-1.122-2.6-.875a5 5 0 0 0-2.075 1.01c-.825.67-1.628 1.732-2.153 3.409c-.39 1.244-.387 2.33-.007 3.199c.387.883 1.12 1.437 1.968 1.67c1.65.456 3.727-.274 5.054-1.95a.75.75 0 0 0-1.176-.93c-1.019 1.286-2.505 1.704-3.479 1.435c-.465-.129-.808-.405-.993-.827c-.156-.357-.227-.887-.073-1.626m4.299-3.665c.139.203.192.554-.073.954c-.317.479-.9.802-1.782.993c-.579.125-1.232.181-1.923.205c.393-.827.857-1.356 1.283-1.702a3.5 3.5 0 0 1 1.462-.712c.591-.134.903.074 1.033.262"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.988 4.18a.75.75 0 0 0-.976 0l-1.75 1.5a.75.75 0 1 0 .976 1.14L10.5 5.737l1.262 1.081a.75.75 0 0 0 .976-1.138zm2.572 5.363a.75.75 0 0 1 1.152.22l1.195 2.27l-3.687 3.687a.75.75 0 1 0 1.06 1.06l3.358-3.357l1.322 2.512a2.25 2.25 0 0 0 3.456.66l.322-.276a.75.75 0 1 0-.976-1.138l-.322.276a.75.75 0 0 1-1.152-.22l-1.54-2.925L20.78 9.28a.75.75 0 0 0-1.06-1.06l-2.703 2.702l-.977-1.857a2.25 2.25 0 0 0-3.456-.66l-.322.276a.75.75 0 1 0 .976 1.138zM3.586 13.47c.926-.013 1.892-.064 2.76-.252c1.05-.226 2.087-.678 2.717-1.631c.564-.852.581-1.871.057-2.632c-.533-.774-1.51-1.122-2.6-.875a5 5 0 0 0-2.075 1.01c-.825.67-1.628 1.732-2.153 3.409c-.39 1.244-.387 2.33-.007 3.199c.387.883 1.12 1.437 1.968 1.67c1.65.456 3.727-.274 5.054-1.95a.75.75 0 0 0-1.176-.93c-1.019 1.286-2.505 1.704-3.479 1.435c-.465-.129-.808-.405-.993-.827c-.156-.357-.227-.887-.073-1.626m4.299-3.665c.139.203.192.554-.073.954c-.317.479-.9.802-1.782.993c-.579.125-1.232.181-1.923.205c.393-.827.857-1.356 1.283-1.702a3.5 3.5 0 0 1 1.462-.712c.591-.134.903.074 1.033.262"/></svg> </template>
CSS
.icon-math-format-linear-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%22M10.988%204.18a.75.75%200%200%200-.976%200l-1.75%201.5a.75.75%200%201%200%20.976%201.14L10.5%205.737l1.262%201.081a.75.75%200%200%200%20.976-1.138zm2.572%205.363a.75.75%200%200%201%201.152.22l1.195%202.27l-3.687%203.687a.75.75%200%201%200%201.06%201.06l3.358-3.357l1.322%202.512a2.25%202.25%200%200%200%203.456.66l.322-.276a.75.75%200%201%200-.976-1.138l-.322.276a.75.75%200%200%201-1.152-.22l-1.54-2.925L20.78%209.28a.75.75%200%200%200-1.06-1.06l-2.703%202.702l-.977-1.857a2.25%202.25%200%200%200-3.456-.66l-.322.276a.75.75%200%201%200%20.976%201.138zM3.586%2013.47c.926-.013%201.892-.064%202.76-.252c1.05-.226%202.087-.678%202.717-1.631c.564-.852.581-1.871.057-2.632c-.533-.774-1.51-1.122-2.6-.875a5%205%200%200%200-2.075%201.01c-.825.67-1.628%201.732-2.153%203.409c-.39%201.244-.387%202.33-.007%203.199c.387.883%201.12%201.437%201.968%201.67c1.65.456%203.727-.274%205.054-1.95a.75.75%200%200%200-1.176-.93c-1.019%201.286-2.505%201.704-3.479%201.435c-.465-.129-.808-.405-.993-.827c-.156-.357-.227-.887-.073-1.626m4.299-3.665c.139.203.192.554-.073.954c-.317.479-.9.802-1.782.993c-.579.125-1.232.181-1.923.205c.393-.827.857-1.356%201.283-1.702a3.5%203.5%200%200%201%201.462-.712c.591-.134.903.074%201.033.262%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%22M10.988%204.18a.75.75%200%200%200-.976%200l-1.75%201.5a.75.75%200%201%200%20.976%201.14L10.5%205.737l1.262%201.081a.75.75%200%200%200%20.976-1.138zm2.572%205.363a.75.75%200%200%201%201.152.22l1.195%202.27l-3.687%203.687a.75.75%200%201%200%201.06%201.06l3.358-3.357l1.322%202.512a2.25%202.25%200%200%200%203.456.66l.322-.276a.75.75%200%201%200-.976-1.138l-.322.276a.75.75%200%200%201-1.152-.22l-1.54-2.925L20.78%209.28a.75.75%200%200%200-1.06-1.06l-2.703%202.702l-.977-1.857a2.25%202.25%200%200%200-3.456-.66l-.322.276a.75.75%200%201%200%20.976%201.138zM3.586%2013.47c.926-.013%201.892-.064%202.76-.252c1.05-.226%202.087-.678%202.717-1.631c.564-.852.581-1.871.057-2.632c-.533-.774-1.51-1.122-2.6-.875a5%205%200%200%200-2.075%201.01c-.825.67-1.628%201.732-2.153%203.409c-.39%201.244-.387%202.33-.007%203.199c.387.883%201.12%201.437%201.968%201.67c1.65.456%203.727-.274%205.054-1.95a.75.75%200%200%200-1.176-.93c-1.019%201.286-2.505%201.704-3.479%201.435c-.465-.129-.808-.405-.993-.827c-.156-.357-.227-.887-.073-1.626m4.299-3.665c.139.203.192.554-.073.954c-.317.479-.9.802-1.782.993c-.579.125-1.232.181-1.923.205c.393-.827.857-1.356%201.283-1.702a3.5%203.5%200%200%201%201.462-.712c.591-.134.903.074%201.033.262%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/math-format-linear-24-regular.svg?color=%231a73e8&size=48