math format linear icon

math-format-linear-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
math-format-linear-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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="M11.707 3.293a1 1 0 0 0-1.414 0l-2 2a1 1 0 0 0 1.414 1.414L11 5.414l1.293 1.293a1 1 0 1 0 1.414-1.414zm2.766 6.44a.5.5 0 0 1 .768.147l1.109 2.106l-3.557 3.557a1 1 0 0 0 1.414 1.414l3.118-3.118l1.164 2.213a2.5 2.5 0 0 0 3.84.733l.322-.276a1 1 0 0 0-1.302-1.518l-.322.276a.5.5 0 0 1-.768-.147l-1.453-2.761l2.901-2.902a1 1 0 0 0-1.414-1.414l-2.463 2.463l-.82-1.558a2.5 2.5 0 0 0-3.839-.733l-.322.276a1 1 0 1 0 1.302 1.518zM3.045 13.715c.87-.017 1.777-.075 2.605-.254c1.076-.232 2.189-.705 2.872-1.737c.613-.928.642-2.058.054-2.912c-.6-.872-1.69-1.242-2.861-.977A5.2 5.2 0 0 0 3.56 8.842c-.874.694-1.701 1.807-2.257 3.581c-.4 1.281-.408 2.434.003 3.374c.421.96 1.22 1.56 2.13 1.812c1.763.486 3.939-.296 5.317-2.036a1 1 0 0 0-1.568-1.242c-.967 1.222-2.356 1.587-3.217 1.35q-.602-.167-.83-.686c-.118-.27-.19-.685-.093-1.28m3.884-3.769c.075.11.14.35-.075.674c-.265.4-.772.702-1.627.886a9.6 9.6 0 0 1-1.46.181c.341-.622.71-1.02 1.037-1.28a3.2 3.2 0 0 1 1.353-.621c.508-.115.709.069.772.16"/></svg>

React

import type { SVGProps } from "react";

export function FluentMathFormatLinear24Filled(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="M11.707 3.293a1 1 0 0 0-1.414 0l-2 2a1 1 0 0 0 1.414 1.414L11 5.414l1.293 1.293a1 1 0 1 0 1.414-1.414zm2.766 6.44a.5.5 0 0 1 .768.147l1.109 2.106l-3.557 3.557a1 1 0 0 0 1.414 1.414l3.118-3.118l1.164 2.213a2.5 2.5 0 0 0 3.84.733l.322-.276a1 1 0 0 0-1.302-1.518l-.322.276a.5.5 0 0 1-.768-.147l-1.453-2.761l2.901-2.902a1 1 0 0 0-1.414-1.414l-2.463 2.463l-.82-1.558a2.5 2.5 0 0 0-3.839-.733l-.322.276a1 1 0 1 0 1.302 1.518zM3.045 13.715c.87-.017 1.777-.075 2.605-.254c1.076-.232 2.189-.705 2.872-1.737c.613-.928.642-2.058.054-2.912c-.6-.872-1.69-1.242-2.861-.977A5.2 5.2 0 0 0 3.56 8.842c-.874.694-1.701 1.807-2.257 3.581c-.4 1.281-.408 2.434.003 3.374c.421.96 1.22 1.56 2.13 1.812c1.763.486 3.939-.296 5.317-2.036a1 1 0 0 0-1.568-1.242c-.967 1.222-2.356 1.587-3.217 1.35q-.602-.167-.83-.686c-.118-.27-.19-.685-.093-1.28m3.884-3.769c.075.11.14.35-.075.674c-.265.4-.772.702-1.627.886a9.6 9.6 0 0 1-1.46.181c.341-.622.71-1.02 1.037-1.28a3.2 3.2 0 0 1 1.353-.621c.508-.115.709.069.772.16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.707 3.293a1 1 0 0 0-1.414 0l-2 2a1 1 0 0 0 1.414 1.414L11 5.414l1.293 1.293a1 1 0 1 0 1.414-1.414zm2.766 6.44a.5.5 0 0 1 .768.147l1.109 2.106l-3.557 3.557a1 1 0 0 0 1.414 1.414l3.118-3.118l1.164 2.213a2.5 2.5 0 0 0 3.84.733l.322-.276a1 1 0 0 0-1.302-1.518l-.322.276a.5.5 0 0 1-.768-.147l-1.453-2.761l2.901-2.902a1 1 0 0 0-1.414-1.414l-2.463 2.463l-.82-1.558a2.5 2.5 0 0 0-3.839-.733l-.322.276a1 1 0 1 0 1.302 1.518zM3.045 13.715c.87-.017 1.777-.075 2.605-.254c1.076-.232 2.189-.705 2.872-1.737c.613-.928.642-2.058.054-2.912c-.6-.872-1.69-1.242-2.861-.977A5.2 5.2 0 0 0 3.56 8.842c-.874.694-1.701 1.807-2.257 3.581c-.4 1.281-.408 2.434.003 3.374c.421.96 1.22 1.56 2.13 1.812c1.763.486 3.939-.296 5.317-2.036a1 1 0 0 0-1.568-1.242c-.967 1.222-2.356 1.587-3.217 1.35q-.602-.167-.83-.686c-.118-.27-.19-.685-.093-1.28m3.884-3.769c.075.11.14.35-.075.674c-.265.4-.772.702-1.627.886a9.6 9.6 0 0 1-1.46.181c.341-.622.71-1.02 1.037-1.28a3.2 3.2 0 0 1 1.353-.621c.508-.115.709.069.772.16"/></svg>
</template>

CSS

.icon-math-format-linear-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.707%203.293a1%201%200%200%200-1.414%200l-2%202a1%201%200%200%200%201.414%201.414L11%205.414l1.293%201.293a1%201%200%201%200%201.414-1.414zm2.766%206.44a.5.5%200%200%201%20.768.147l1.109%202.106l-3.557%203.557a1%201%200%200%200%201.414%201.414l3.118-3.118l1.164%202.213a2.5%202.5%200%200%200%203.84.733l.322-.276a1%201%200%200%200-1.302-1.518l-.322.276a.5.5%200%200%201-.768-.147l-1.453-2.761l2.901-2.902a1%201%200%200%200-1.414-1.414l-2.463%202.463l-.82-1.558a2.5%202.5%200%200%200-3.839-.733l-.322.276a1%201%200%201%200%201.302%201.518zM3.045%2013.715c.87-.017%201.777-.075%202.605-.254c1.076-.232%202.189-.705%202.872-1.737c.613-.928.642-2.058.054-2.912c-.6-.872-1.69-1.242-2.861-.977A5.2%205.2%200%200%200%203.56%208.842c-.874.694-1.701%201.807-2.257%203.581c-.4%201.281-.408%202.434.003%203.374c.421.96%201.22%201.56%202.13%201.812c1.763.486%203.939-.296%205.317-2.036a1%201%200%200%200-1.568-1.242c-.967%201.222-2.356%201.587-3.217%201.35q-.602-.167-.83-.686c-.118-.27-.19-.685-.093-1.28m3.884-3.769c.075.11.14.35-.075.674c-.265.4-.772.702-1.627.886a9.6%209.6%200%200%201-1.46.181c.341-.622.71-1.02%201.037-1.28a3.2%203.2%200%200%201%201.353-.621c.508-.115.709.069.772.16%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%22M11.707%203.293a1%201%200%200%200-1.414%200l-2%202a1%201%200%200%200%201.414%201.414L11%205.414l1.293%201.293a1%201%200%201%200%201.414-1.414zm2.766%206.44a.5.5%200%200%201%20.768.147l1.109%202.106l-3.557%203.557a1%201%200%200%200%201.414%201.414l3.118-3.118l1.164%202.213a2.5%202.5%200%200%200%203.84.733l.322-.276a1%201%200%200%200-1.302-1.518l-.322.276a.5.5%200%200%201-.768-.147l-1.453-2.761l2.901-2.902a1%201%200%200%200-1.414-1.414l-2.463%202.463l-.82-1.558a2.5%202.5%200%200%200-3.839-.733l-.322.276a1%201%200%201%200%201.302%201.518zM3.045%2013.715c.87-.017%201.777-.075%202.605-.254c1.076-.232%202.189-.705%202.872-1.737c.613-.928.642-2.058.054-2.912c-.6-.872-1.69-1.242-2.861-.977A5.2%205.2%200%200%200%203.56%208.842c-.874.694-1.701%201.807-2.257%203.581c-.4%201.281-.408%202.434.003%203.374c.421.96%201.22%201.56%202.13%201.812c1.763.486%203.939-.296%205.317-2.036a1%201%200%200%200-1.568-1.242c-.967%201.222-2.356%201.587-3.217%201.35q-.602-.167-.83-.686c-.118-.27-.19-.685-.093-1.28m3.884-3.769c.075.11.14.35-.075.674c-.265.4-.772.702-1.627.886a9.6%209.6%200%200%201-1.46.181c.341-.622.71-1.02%201.037-1.28a3.2%203.2%200%200%201%201.353-.621c.508-.115.709.069.772.16%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-filled.svg?color=%231a73e8&size=48