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

Name
math-symbols-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the math symbols icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.5 4A1.5 1.5 0 0 1 14 5.5V11h5.5a1.5 1.5 0 0 1 0 3H14v5.5a1.5 1.5 0 0 1-3 0V14H5.5a1.5 1.5 0 0 1 0-3H11V5.5A1.5 1.5 0 0 1 12.5 4m15.998 7a1.5 1.5 0 0 0 0 3h14a1.5 1.5 0 1 0 0-3zm-1.496 24.5a1.5 1.5 0 0 1 1.5-1.5h14a1.5 1.5 0 0 1 0 3h-14a1.5 1.5 0 0 1-1.5-1.5M35.5 32a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 9a2 2 0 1 1-4 0a2 2 0 0 1 4 0M4.19 27.19a1.5 1.5 0 0 1 2.12 0l6.19 6.189l6.19-6.19a1.5 1.5 0 0 1 2.12 2.122L14.622 35.5l6.19 6.19a1.5 1.5 0 0 1-2.122 2.12l-6.19-6.188l-6.19 6.19a1.5 1.5 0 0 1-2.12-2.122l6.189-6.189l-6.19-6.19a1.5 1.5 0 0 1 0-2.12"/></svg>

React

import type { SVGProps } from "react";

export function FluentMathSymbols48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.5 4A1.5 1.5 0 0 1 14 5.5V11h5.5a1.5 1.5 0 0 1 0 3H14v5.5a1.5 1.5 0 0 1-3 0V14H5.5a1.5 1.5 0 0 1 0-3H11V5.5A1.5 1.5 0 0 1 12.5 4m15.998 7a1.5 1.5 0 0 0 0 3h14a1.5 1.5 0 1 0 0-3zm-1.496 24.5a1.5 1.5 0 0 1 1.5-1.5h14a1.5 1.5 0 0 1 0 3h-14a1.5 1.5 0 0 1-1.5-1.5M35.5 32a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 9a2 2 0 1 1-4 0a2 2 0 0 1 4 0M4.19 27.19a1.5 1.5 0 0 1 2.12 0l6.19 6.189l6.19-6.19a1.5 1.5 0 0 1 2.12 2.122L14.622 35.5l6.19 6.19a1.5 1.5 0 0 1-2.122 2.12l-6.19-6.188l-6.19 6.19a1.5 1.5 0 0 1-2.12-2.122l6.189-6.189l-6.19-6.19a1.5 1.5 0 0 1 0-2.12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.5 4A1.5 1.5 0 0 1 14 5.5V11h5.5a1.5 1.5 0 0 1 0 3H14v5.5a1.5 1.5 0 0 1-3 0V14H5.5a1.5 1.5 0 0 1 0-3H11V5.5A1.5 1.5 0 0 1 12.5 4m15.998 7a1.5 1.5 0 0 0 0 3h14a1.5 1.5 0 1 0 0-3zm-1.496 24.5a1.5 1.5 0 0 1 1.5-1.5h14a1.5 1.5 0 0 1 0 3h-14a1.5 1.5 0 0 1-1.5-1.5M35.5 32a2 2 0 1 0 0-4a2 2 0 0 0 0 4m2 9a2 2 0 1 1-4 0a2 2 0 0 1 4 0M4.19 27.19a1.5 1.5 0 0 1 2.12 0l6.19 6.189l6.19-6.19a1.5 1.5 0 0 1 2.12 2.122L14.622 35.5l6.19 6.19a1.5 1.5 0 0 1-2.122 2.12l-6.19-6.188l-6.19 6.19a1.5 1.5 0 0 1-2.12-2.122l6.189-6.189l-6.19-6.19a1.5 1.5 0 0 1 0-2.12"/></svg>
</template>

CSS

.icon-math-symbols-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%204A1.5%201.5%200%200%201%2014%205.5V11h5.5a1.5%201.5%200%200%201%200%203H14v5.5a1.5%201.5%200%200%201-3%200V14H5.5a1.5%201.5%200%200%201%200-3H11V5.5A1.5%201.5%200%200%201%2012.5%204m15.998%207a1.5%201.5%200%200%200%200%203h14a1.5%201.5%200%201%200%200-3zm-1.496%2024.5a1.5%201.5%200%200%201%201.5-1.5h14a1.5%201.5%200%200%201%200%203h-14a1.5%201.5%200%200%201-1.5-1.5M35.5%2032a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2%209a2%202%200%201%201-4%200a2%202%200%200%201%204%200M4.19%2027.19a1.5%201.5%200%200%201%202.12%200l6.19%206.189l6.19-6.19a1.5%201.5%200%200%201%202.12%202.122L14.622%2035.5l6.19%206.19a1.5%201.5%200%200%201-2.122%202.12l-6.19-6.188l-6.19%206.19a1.5%201.5%200%200%201-2.12-2.122l6.189-6.189l-6.19-6.19a1.5%201.5%200%200%201%200-2.12%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%204A1.5%201.5%200%200%201%2014%205.5V11h5.5a1.5%201.5%200%200%201%200%203H14v5.5a1.5%201.5%200%200%201-3%200V14H5.5a1.5%201.5%200%200%201%200-3H11V5.5A1.5%201.5%200%200%201%2012.5%204m15.998%207a1.5%201.5%200%200%200%200%203h14a1.5%201.5%200%201%200%200-3zm-1.496%2024.5a1.5%201.5%200%200%201%201.5-1.5h14a1.5%201.5%200%200%201%200%203h-14a1.5%201.5%200%200%201-1.5-1.5M35.5%2032a2%202%200%201%200%200-4a2%202%200%200%200%200%204m2%209a2%202%200%201%201-4%200a2%202%200%200%201%204%200M4.19%2027.19a1.5%201.5%200%200%201%202.12%200l6.19%206.189l6.19-6.19a1.5%201.5%200%200%201%202.12%202.122L14.622%2035.5l6.19%206.19a1.5%201.5%200%200%201-2.122%202.12l-6.19-6.188l-6.19%206.19a1.5%201.5%200%200%201-2.12-2.122l6.189-6.189l-6.19-6.19a1.5%201.5%200%200%201%200-2.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/math-symbols-48-filled.svg?color=%231a73e8&size=48