math format linear icon

math-format-linear-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
math-format-linear-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M9.355 3.647a.5.5 0 0 0-.707 0L7.146 5.149a.5.5 0 0 0 .708.707L9 4.707l1.148 1.149a.5.5 0 1 0 .708-.707zM7.74 7.78c-.267-.428-.756-.668-1.269-.749c-.525-.082-1.135-.012-1.745.243c-1.234.516-2.45 1.775-3.06 4.053c-.27 1.013-.203 1.904.145 2.612c.349.71.956 1.19 1.67 1.414c1.42.445 3.214-.121 4.42-1.734a.5.5 0 0 0-.802-.599c-.992 1.328-2.367 1.677-3.32 1.378a1.74 1.74 0 0 1-1.07-.9c-.183-.371-.269-.873-.163-1.51c2.166.118 3.642-.47 4.514-1.32c.896-.872 1.178-2.09.68-2.888M6.362 9.952c-.599.583-1.713 1.105-3.549 1.046c.574-1.643 1.494-2.464 2.3-2.801c.454-.19.878-.229 1.203-.178c.337.053.513.19.576.29c.16.256.167.964-.53 1.643m11.492-2.806a.5.5 0 0 1 0 .708l-3.08 3.078c.775 1.32 1.521 2.584 1.638 2.755c.066.098.25.256.467.301c.167.035.424.02.74-.346a.5.5 0 1 1 .757.654c-.53.614-1.145.787-1.701.671a1.82 1.82 0 0 1-1.09-.716c-.122-.18-.806-1.336-1.54-2.588l-3.191 3.19a.5.5 0 0 1-.708-.707l3.375-3.375c-.71-1.213-1.355-2.32-1.465-2.51a.6.6 0 0 0-.41-.258c-.143-.016-.413.02-.743.47a.5.5 0 0 1-.806-.592c.49-.668 1.085-.939 1.666-.87c.535.062.958.404 1.158.75c.11.19.681 1.169 1.331 2.28l2.894-2.895a.5.5 0 0 1 .707 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentMathFormatLinear20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.355 3.647a.5.5 0 0 0-.707 0L7.146 5.149a.5.5 0 0 0 .708.707L9 4.707l1.148 1.149a.5.5 0 1 0 .708-.707zM7.74 7.78c-.267-.428-.756-.668-1.269-.749c-.525-.082-1.135-.012-1.745.243c-1.234.516-2.45 1.775-3.06 4.053c-.27 1.013-.203 1.904.145 2.612c.349.71.956 1.19 1.67 1.414c1.42.445 3.214-.121 4.42-1.734a.5.5 0 0 0-.802-.599c-.992 1.328-2.367 1.677-3.32 1.378a1.74 1.74 0 0 1-1.07-.9c-.183-.371-.269-.873-.163-1.51c2.166.118 3.642-.47 4.514-1.32c.896-.872 1.178-2.09.68-2.888M6.362 9.952c-.599.583-1.713 1.105-3.549 1.046c.574-1.643 1.494-2.464 2.3-2.801c.454-.19.878-.229 1.203-.178c.337.053.513.19.576.29c.16.256.167.964-.53 1.643m11.492-2.806a.5.5 0 0 1 0 .708l-3.08 3.078c.775 1.32 1.521 2.584 1.638 2.755c.066.098.25.256.467.301c.167.035.424.02.74-.346a.5.5 0 1 1 .757.654c-.53.614-1.145.787-1.701.671a1.82 1.82 0 0 1-1.09-.716c-.122-.18-.806-1.336-1.54-2.588l-3.191 3.19a.5.5 0 0 1-.708-.707l3.375-3.375c-.71-1.213-1.355-2.32-1.465-2.51a.6.6 0 0 0-.41-.258c-.143-.016-.413.02-.743.47a.5.5 0 0 1-.806-.592c.49-.668 1.085-.939 1.666-.87c.535.062.958.404 1.158.75c.11.19.681 1.169 1.331 2.28l2.894-2.895a.5.5 0 0 1 .707 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.355 3.647a.5.5 0 0 0-.707 0L7.146 5.149a.5.5 0 0 0 .708.707L9 4.707l1.148 1.149a.5.5 0 1 0 .708-.707zM7.74 7.78c-.267-.428-.756-.668-1.269-.749c-.525-.082-1.135-.012-1.745.243c-1.234.516-2.45 1.775-3.06 4.053c-.27 1.013-.203 1.904.145 2.612c.349.71.956 1.19 1.67 1.414c1.42.445 3.214-.121 4.42-1.734a.5.5 0 0 0-.802-.599c-.992 1.328-2.367 1.677-3.32 1.378a1.74 1.74 0 0 1-1.07-.9c-.183-.371-.269-.873-.163-1.51c2.166.118 3.642-.47 4.514-1.32c.896-.872 1.178-2.09.68-2.888M6.362 9.952c-.599.583-1.713 1.105-3.549 1.046c.574-1.643 1.494-2.464 2.3-2.801c.454-.19.878-.229 1.203-.178c.337.053.513.19.576.29c.16.256.167.964-.53 1.643m11.492-2.806a.5.5 0 0 1 0 .708l-3.08 3.078c.775 1.32 1.521 2.584 1.638 2.755c.066.098.25.256.467.301c.167.035.424.02.74-.346a.5.5 0 1 1 .757.654c-.53.614-1.145.787-1.701.671a1.82 1.82 0 0 1-1.09-.716c-.122-.18-.806-1.336-1.54-2.588l-3.191 3.19a.5.5 0 0 1-.708-.707l3.375-3.375c-.71-1.213-1.355-2.32-1.465-2.51a.6.6 0 0 0-.41-.258c-.143-.016-.413.02-.743.47a.5.5 0 0 1-.806-.592c.49-.668 1.085-.939 1.666-.87c.535.062.958.404 1.158.75c.11.19.681 1.169 1.331 2.28l2.894-2.895a.5.5 0 0 1 .707 0"/></svg>
</template>

CSS

.icon-math-format-linear-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.355%203.647a.5.5%200%200%200-.707%200L7.146%205.149a.5.5%200%200%200%20.708.707L9%204.707l1.148%201.149a.5.5%200%201%200%20.708-.707zM7.74%207.78c-.267-.428-.756-.668-1.269-.749c-.525-.082-1.135-.012-1.745.243c-1.234.516-2.45%201.775-3.06%204.053c-.27%201.013-.203%201.904.145%202.612c.349.71.956%201.19%201.67%201.414c1.42.445%203.214-.121%204.42-1.734a.5.5%200%200%200-.802-.599c-.992%201.328-2.367%201.677-3.32%201.378a1.74%201.74%200%200%201-1.07-.9c-.183-.371-.269-.873-.163-1.51c2.166.118%203.642-.47%204.514-1.32c.896-.872%201.178-2.09.68-2.888M6.362%209.952c-.599.583-1.713%201.105-3.549%201.046c.574-1.643%201.494-2.464%202.3-2.801c.454-.19.878-.229%201.203-.178c.337.053.513.19.576.29c.16.256.167.964-.53%201.643m11.492-2.806a.5.5%200%200%201%200%20.708l-3.08%203.078c.775%201.32%201.521%202.584%201.638%202.755c.066.098.25.256.467.301c.167.035.424.02.74-.346a.5.5%200%201%201%20.757.654c-.53.614-1.145.787-1.701.671a1.82%201.82%200%200%201-1.09-.716c-.122-.18-.806-1.336-1.54-2.588l-3.191%203.19a.5.5%200%200%201-.708-.707l3.375-3.375c-.71-1.213-1.355-2.32-1.465-2.51a.6.6%200%200%200-.41-.258c-.143-.016-.413.02-.743.47a.5.5%200%200%201-.806-.592c.49-.668%201.085-.939%201.666-.87c.535.062.958.404%201.158.75c.11.19.681%201.169%201.331%202.28l2.894-2.895a.5.5%200%200%201%20.707%200%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.355%203.647a.5.5%200%200%200-.707%200L7.146%205.149a.5.5%200%200%200%20.708.707L9%204.707l1.148%201.149a.5.5%200%201%200%20.708-.707zM7.74%207.78c-.267-.428-.756-.668-1.269-.749c-.525-.082-1.135-.012-1.745.243c-1.234.516-2.45%201.775-3.06%204.053c-.27%201.013-.203%201.904.145%202.612c.349.71.956%201.19%201.67%201.414c1.42.445%203.214-.121%204.42-1.734a.5.5%200%200%200-.802-.599c-.992%201.328-2.367%201.677-3.32%201.378a1.74%201.74%200%200%201-1.07-.9c-.183-.371-.269-.873-.163-1.51c2.166.118%203.642-.47%204.514-1.32c.896-.872%201.178-2.09.68-2.888M6.362%209.952c-.599.583-1.713%201.105-3.549%201.046c.574-1.643%201.494-2.464%202.3-2.801c.454-.19.878-.229%201.203-.178c.337.053.513.19.576.29c.16.256.167.964-.53%201.643m11.492-2.806a.5.5%200%200%201%200%20.708l-3.08%203.078c.775%201.32%201.521%202.584%201.638%202.755c.066.098.25.256.467.301c.167.035.424.02.74-.346a.5.5%200%201%201%20.757.654c-.53.614-1.145.787-1.701.671a1.82%201.82%200%200%201-1.09-.716c-.122-.18-.806-1.336-1.54-2.588l-3.191%203.19a.5.5%200%200%201-.708-.707l3.375-3.375c-.71-1.213-1.355-2.32-1.465-2.51a.6.6%200%200%200-.41-.258c-.143-.016-.413.02-.743.47a.5.5%200%200%201-.806-.592c.49-.668%201.085-.939%201.666-.87c.535.062.958.404%201.158.75c.11.19.681%201.169%201.331%202.28l2.894-2.895a.5.5%200%200%201%20.707%200%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-20-regular.svg?color=%231a73e8&size=48