math symbols icon
math-symbols-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- math-symbols-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M6.5 1.5a1 1 0 0 1 1 1V5h2.502a1 1 0 0 1 0 2H7.5v2.5a1 1 0 1 1-2 0V7H3.002a1 1 0 0 1 0-2H5.5V2.5a1 1 0 0 1 1-1M13.998 5a1 1 0 0 0 0 2h7a1 1 0 1 0 0-2zM13 17.5a1 1 0 0 1 1-1h7a1 1 0 1 1 0 2h-7a1 1 0 0 1-1-1m4.5-2a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m1.25 5.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M2.293 13.293a1 1 0 0 1 1.414 0L6.5 16.086l2.793-2.793a1 1 0 0 1 1.414 1.414L7.914 17.5l2.793 2.793a1 1 0 0 1-1.414 1.414L6.5 18.914l-2.793 2.793a1 1 0 0 1-1.414-1.414L5.086 17.5l-2.793-2.793a1 1 0 0 1 0-1.414"/></svg>
React
import type { SVGProps } from "react";
export function FluentMathSymbols24Filled(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="M6.5 1.5a1 1 0 0 1 1 1V5h2.502a1 1 0 0 1 0 2H7.5v2.5a1 1 0 1 1-2 0V7H3.002a1 1 0 0 1 0-2H5.5V2.5a1 1 0 0 1 1-1M13.998 5a1 1 0 0 0 0 2h7a1 1 0 1 0 0-2zM13 17.5a1 1 0 0 1 1-1h7a1 1 0 1 1 0 2h-7a1 1 0 0 1-1-1m4.5-2a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m1.25 5.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M2.293 13.293a1 1 0 0 1 1.414 0L6.5 16.086l2.793-2.793a1 1 0 0 1 1.414 1.414L7.914 17.5l2.793 2.793a1 1 0 0 1-1.414 1.414L6.5 18.914l-2.793 2.793a1 1 0 0 1-1.414-1.414L5.086 17.5l-2.793-2.793a1 1 0 0 1 0-1.414"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 1.5a1 1 0 0 1 1 1V5h2.502a1 1 0 0 1 0 2H7.5v2.5a1 1 0 1 1-2 0V7H3.002a1 1 0 0 1 0-2H5.5V2.5a1 1 0 0 1 1-1M13.998 5a1 1 0 0 0 0 2h7a1 1 0 1 0 0-2zM13 17.5a1 1 0 0 1 1-1h7a1 1 0 1 1 0 2h-7a1 1 0 0 1-1-1m4.5-2a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m1.25 5.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M2.293 13.293a1 1 0 0 1 1.414 0L6.5 16.086l2.793-2.793a1 1 0 0 1 1.414 1.414L7.914 17.5l2.793 2.793a1 1 0 0 1-1.414 1.414L6.5 18.914l-2.793 2.793a1 1 0 0 1-1.414-1.414L5.086 17.5l-2.793-2.793a1 1 0 0 1 0-1.414"/></svg> </template>
CSS
.icon-math-symbols-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%22M6.5%201.5a1%201%200%200%201%201%201V5h2.502a1%201%200%200%201%200%202H7.5v2.5a1%201%200%201%201-2%200V7H3.002a1%201%200%200%201%200-2H5.5V2.5a1%201%200%200%201%201-1M13.998%205a1%201%200%200%200%200%202h7a1%201%200%201%200%200-2zM13%2017.5a1%201%200%200%201%201-1h7a1%201%200%201%201%200%202h-7a1%201%200%200%201-1-1m4.5-2a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m1.25%205.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M2.293%2013.293a1%201%200%200%201%201.414%200L6.5%2016.086l2.793-2.793a1%201%200%200%201%201.414%201.414L7.914%2017.5l2.793%202.793a1%201%200%200%201-1.414%201.414L6.5%2018.914l-2.793%202.793a1%201%200%200%201-1.414-1.414L5.086%2017.5l-2.793-2.793a1%201%200%200%201%200-1.414%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%22M6.5%201.5a1%201%200%200%201%201%201V5h2.502a1%201%200%200%201%200%202H7.5v2.5a1%201%200%201%201-2%200V7H3.002a1%201%200%200%201%200-2H5.5V2.5a1%201%200%200%201%201-1M13.998%205a1%201%200%200%200%200%202h7a1%201%200%201%200%200-2zM13%2017.5a1%201%200%200%201%201-1h7a1%201%200%201%201%200%202h-7a1%201%200%200%201-1-1m4.5-2a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m1.25%205.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M2.293%2013.293a1%201%200%200%201%201.414%200L6.5%2016.086l2.793-2.793a1%201%200%200%201%201.414%201.414L7.914%2017.5l2.793%202.793a1%201%200%200%201-1.414%201.414L6.5%2018.914l-2.793%202.793a1%201%200%200%201-1.414-1.414L5.086%2017.5l-2.793-2.793a1%201%200%200%201%200-1.414%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/math-symbols-24-filled.svg?color=%231a73e8&size=48