math format linear icon
math-format-linear-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- math-format-linear-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- 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.011 3.18a.75.75 0 0 1 .978 0l1.75 1.503a.75.75 0 1 1-.978 1.138L9.5 4.738L8.239 5.821a.75.75 0 0 1-.978-1.138zm2.308 5.705c.349-.406.535-.386.55-.384c.05.005.152.05.263.197l1.315 2.051l-3.207 2.978a.75.75 0 1 0 1.02 1.1l3.01-2.795l1.349 2.106l.008.013c.45.668 1.117.954 1.767.909c.609-.043 1.188-.378 1.5-.898a.75.75 0 1 0-1.287-.771a.42.42 0 0 1-.51.135a.6.6 0 0 1-.22-.206l-1.491-2.325l2.874-2.669a.75.75 0 0 0-1.02-1.1l-2.676 2.486l-1.183-1.844l-.024-.036c-.25-.346-.696-.756-1.33-.823c-.674-.07-1.304.269-1.846.899a.75.75 0 1 0 1.138.977M7.668 7.848c-.35-.512-.95-.755-1.52-.825c-.592-.072-1.263.022-1.917.296c-1.333.557-2.603 1.856-3.122 4.08c-.228.972-.092 1.843.347 2.54c.432.687 1.11 1.133 1.843 1.364c1.439.453 3.28.137 4.472-1.088a.75.75 0 1 0-1.075-1.046c-.753.774-1.985 1.006-2.946.703c-.467-.147-.819-.405-1.024-.732a1.5 1.5 0 0 1-.221-.702c2.122.258 3.627-.293 4.54-1.223c.502-.511.8-1.116.908-1.7c.105-.57.041-1.189-.285-1.667m-1.694 2.316c-.494.504-1.465.982-3.17.799c.484-1.28 1.285-1.96 2.005-2.26c.439-.183.848-.228 1.156-.19c.329.04.446.155.464.18c.04.06.106.244.05.548a1.8 1.8 0 0 1-.505.923"/></svg>
React
import type { SVGProps } from "react";
export function FluentMathFormatLinear20Filled(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.011 3.18a.75.75 0 0 1 .978 0l1.75 1.503a.75.75 0 1 1-.978 1.138L9.5 4.738L8.239 5.821a.75.75 0 0 1-.978-1.138zm2.308 5.705c.349-.406.535-.386.55-.384c.05.005.152.05.263.197l1.315 2.051l-3.207 2.978a.75.75 0 1 0 1.02 1.1l3.01-2.795l1.349 2.106l.008.013c.45.668 1.117.954 1.767.909c.609-.043 1.188-.378 1.5-.898a.75.75 0 1 0-1.287-.771a.42.42 0 0 1-.51.135a.6.6 0 0 1-.22-.206l-1.491-2.325l2.874-2.669a.75.75 0 0 0-1.02-1.1l-2.676 2.486l-1.183-1.844l-.024-.036c-.25-.346-.696-.756-1.33-.823c-.674-.07-1.304.269-1.846.899a.75.75 0 1 0 1.138.977M7.668 7.848c-.35-.512-.95-.755-1.52-.825c-.592-.072-1.263.022-1.917.296c-1.333.557-2.603 1.856-3.122 4.08c-.228.972-.092 1.843.347 2.54c.432.687 1.11 1.133 1.843 1.364c1.439.453 3.28.137 4.472-1.088a.75.75 0 1 0-1.075-1.046c-.753.774-1.985 1.006-2.946.703c-.467-.147-.819-.405-1.024-.732a1.5 1.5 0 0 1-.221-.702c2.122.258 3.627-.293 4.54-1.223c.502-.511.8-1.116.908-1.7c.105-.57.041-1.189-.285-1.667m-1.694 2.316c-.494.504-1.465.982-3.17.799c.484-1.28 1.285-1.96 2.005-2.26c.439-.183.848-.228 1.156-.19c.329.04.446.155.464.18c.04.06.106.244.05.548a1.8 1.8 0 0 1-.505.923"/></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.011 3.18a.75.75 0 0 1 .978 0l1.75 1.503a.75.75 0 1 1-.978 1.138L9.5 4.738L8.239 5.821a.75.75 0 0 1-.978-1.138zm2.308 5.705c.349-.406.535-.386.55-.384c.05.005.152.05.263.197l1.315 2.051l-3.207 2.978a.75.75 0 1 0 1.02 1.1l3.01-2.795l1.349 2.106l.008.013c.45.668 1.117.954 1.767.909c.609-.043 1.188-.378 1.5-.898a.75.75 0 1 0-1.287-.771a.42.42 0 0 1-.51.135a.6.6 0 0 1-.22-.206l-1.491-2.325l2.874-2.669a.75.75 0 0 0-1.02-1.1l-2.676 2.486l-1.183-1.844l-.024-.036c-.25-.346-.696-.756-1.33-.823c-.674-.07-1.304.269-1.846.899a.75.75 0 1 0 1.138.977M7.668 7.848c-.35-.512-.95-.755-1.52-.825c-.592-.072-1.263.022-1.917.296c-1.333.557-2.603 1.856-3.122 4.08c-.228.972-.092 1.843.347 2.54c.432.687 1.11 1.133 1.843 1.364c1.439.453 3.28.137 4.472-1.088a.75.75 0 1 0-1.075-1.046c-.753.774-1.985 1.006-2.946.703c-.467-.147-.819-.405-1.024-.732a1.5 1.5 0 0 1-.221-.702c2.122.258 3.627-.293 4.54-1.223c.502-.511.8-1.116.908-1.7c.105-.57.041-1.189-.285-1.667m-1.694 2.316c-.494.504-1.465.982-3.17.799c.484-1.28 1.285-1.96 2.005-2.26c.439-.183.848-.228 1.156-.19c.329.04.446.155.464.18c.04.06.106.244.05.548a1.8 1.8 0 0 1-.505.923"/></svg> </template>
CSS
.icon-math-format-linear-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.011%203.18a.75.75%200%200%201%20.978%200l1.75%201.503a.75.75%200%201%201-.978%201.138L9.5%204.738L8.239%205.821a.75.75%200%200%201-.978-1.138zm2.308%205.705c.349-.406.535-.386.55-.384c.05.005.152.05.263.197l1.315%202.051l-3.207%202.978a.75.75%200%201%200%201.02%201.1l3.01-2.795l1.349%202.106l.008.013c.45.668%201.117.954%201.767.909c.609-.043%201.188-.378%201.5-.898a.75.75%200%201%200-1.287-.771a.42.42%200%200%201-.51.135a.6.6%200%200%201-.22-.206l-1.491-2.325l2.874-2.669a.75.75%200%200%200-1.02-1.1l-2.676%202.486l-1.183-1.844l-.024-.036c-.25-.346-.696-.756-1.33-.823c-.674-.07-1.304.269-1.846.899a.75.75%200%201%200%201.138.977M7.668%207.848c-.35-.512-.95-.755-1.52-.825c-.592-.072-1.263.022-1.917.296c-1.333.557-2.603%201.856-3.122%204.08c-.228.972-.092%201.843.347%202.54c.432.687%201.11%201.133%201.843%201.364c1.439.453%203.28.137%204.472-1.088a.75.75%200%201%200-1.075-1.046c-.753.774-1.985%201.006-2.946.703c-.467-.147-.819-.405-1.024-.732a1.5%201.5%200%200%201-.221-.702c2.122.258%203.627-.293%204.54-1.223c.502-.511.8-1.116.908-1.7c.105-.57.041-1.189-.285-1.667m-1.694%202.316c-.494.504-1.465.982-3.17.799c.484-1.28%201.285-1.96%202.005-2.26c.439-.183.848-.228%201.156-.19c.329.04.446.155.464.18c.04.06.106.244.05.548a1.8%201.8%200%200%201-.505.923%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.011%203.18a.75.75%200%200%201%20.978%200l1.75%201.503a.75.75%200%201%201-.978%201.138L9.5%204.738L8.239%205.821a.75.75%200%200%201-.978-1.138zm2.308%205.705c.349-.406.535-.386.55-.384c.05.005.152.05.263.197l1.315%202.051l-3.207%202.978a.75.75%200%201%200%201.02%201.1l3.01-2.795l1.349%202.106l.008.013c.45.668%201.117.954%201.767.909c.609-.043%201.188-.378%201.5-.898a.75.75%200%201%200-1.287-.771a.42.42%200%200%201-.51.135a.6.6%200%200%201-.22-.206l-1.491-2.325l2.874-2.669a.75.75%200%200%200-1.02-1.1l-2.676%202.486l-1.183-1.844l-.024-.036c-.25-.346-.696-.756-1.33-.823c-.674-.07-1.304.269-1.846.899a.75.75%200%201%200%201.138.977M7.668%207.848c-.35-.512-.95-.755-1.52-.825c-.592-.072-1.263.022-1.917.296c-1.333.557-2.603%201.856-3.122%204.08c-.228.972-.092%201.843.347%202.54c.432.687%201.11%201.133%201.843%201.364c1.439.453%203.28.137%204.472-1.088a.75.75%200%201%200-1.075-1.046c-.753.774-1.985%201.006-2.946.703c-.467-.147-.819-.405-1.024-.732a1.5%201.5%200%200%201-.221-.702c2.122.258%203.627-.293%204.54-1.223c.502-.511.8-1.116.908-1.7c.105-.57.041-1.189-.285-1.667m-1.694%202.316c-.494.504-1.465.982-3.17.799c.484-1.28%201.285-1.96%202.005-2.26c.439-.183.848-.228%201.156-.19c.329.04.446.155.464.18c.04.06.106.244.05.548a1.8%201.8%200%200%201-.505.923%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-filled.svg?color=%231a73e8&size=48