clipboard math formula icon
clipboard-math-formula-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- clipboard-math-formula-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
clipboard-3-day-16-filledclipboard-arrow-right-16-filledclipboard-brush-16-filledclipboard-bullet-list-16-filledclipboard-bullet-list-ltr-16-filledclipboard-bullet-list-rtl-16-filledclipboard-chat-empty-16-filledclipboard-checkmark-16-filledclipboard-clock-20-filledclipboard-code-16-filledclipboard-data-bar-20-filledclipboard-day-16-filledclipboard-edit-20-filledclipboard-error-16-filledclipboard-heart-20-filledclipboard-image-20-filledclipboard-letter-16-filledclipboard-link-16-filledclipboard-markdown-16-filledclipboard-month-16-filledclipboard-more-20-filledclipboard-multiple-16-filledclipboard-note-16-filledclipboard-number-123-16-filled
Use the clipboard math formula icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.986 4h1.764A2.25 2.25 0 0 1 20 6.25v6.25h-.057a1.75 1.75 0 0 0-.921-1.137c-2.15-1.06-4.676.309-5.005 2.637h-.267a1.75 1.75 0 0 0-.006 3.5l-.228 2.993A1.75 1.75 0 0 0 11.001 22H6.25A2.25 2.25 0 0 1 4 19.75V6.25A2.25 2.25 0 0 1 6.25 4h1.764a2.25 2.25 0 0 1 2.236-2h3.5a2.25 2.25 0 0 1 2.236 2M9.5 4.25c0 .414.336.75.75.75h3.5a.75.75 0 0 0 0-1.5h-3.5a.75.75 0 0 0-.75.75m12.277 14.03a.75.75 0 1 0-1.06-1.06l-1.084 1.083l-.421-.677a1.325 1.325 0 0 0-1.9-.375a.75.75 0 0 0 .713 1.306l.52.835l-1.325 1.324a.75.75 0 0 0 1.06 1.061l1.078-1.077l.421.678a1.32 1.32 0 0 0 1.925.351a.75.75 0 0 0-.741-1.29l-.516-.828zm-6.788-3.973a2.494 2.494 0 0 1 3.59-2.047a.75.75 0 1 1-.663 1.345a.994.994 0 0 0-1.43.816L16.44 15h.809a.75.75 0 0 1 0 1.5h-.923l-.319 4.192a2.494 2.494 0 0 1-3.59 2.047a.75.75 0 1 1 .664-1.345a.994.994 0 0 0 1.43-.816l.31-4.078H13.75a.75.75 0 0 1 0-1.5h1.187z"/></svg>
React
import type { SVGProps } from "react";
export function FluentClipboardMathFormula24Filled(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="M15.986 4h1.764A2.25 2.25 0 0 1 20 6.25v6.25h-.057a1.75 1.75 0 0 0-.921-1.137c-2.15-1.06-4.676.309-5.005 2.637h-.267a1.75 1.75 0 0 0-.006 3.5l-.228 2.993A1.75 1.75 0 0 0 11.001 22H6.25A2.25 2.25 0 0 1 4 19.75V6.25A2.25 2.25 0 0 1 6.25 4h1.764a2.25 2.25 0 0 1 2.236-2h3.5a2.25 2.25 0 0 1 2.236 2M9.5 4.25c0 .414.336.75.75.75h3.5a.75.75 0 0 0 0-1.5h-3.5a.75.75 0 0 0-.75.75m12.277 14.03a.75.75 0 1 0-1.06-1.06l-1.084 1.083l-.421-.677a1.325 1.325 0 0 0-1.9-.375a.75.75 0 0 0 .713 1.306l.52.835l-1.325 1.324a.75.75 0 0 0 1.06 1.061l1.078-1.077l.421.678a1.32 1.32 0 0 0 1.925.351a.75.75 0 0 0-.741-1.29l-.516-.828zm-6.788-3.973a2.494 2.494 0 0 1 3.59-2.047a.75.75 0 1 1-.663 1.345a.994.994 0 0 0-1.43.816L16.44 15h.809a.75.75 0 0 1 0 1.5h-.923l-.319 4.192a2.494 2.494 0 0 1-3.59 2.047a.75.75 0 1 1 .664-1.345a.994.994 0 0 0 1.43-.816l.31-4.078H13.75a.75.75 0 0 1 0-1.5h1.187z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.986 4h1.764A2.25 2.25 0 0 1 20 6.25v6.25h-.057a1.75 1.75 0 0 0-.921-1.137c-2.15-1.06-4.676.309-5.005 2.637h-.267a1.75 1.75 0 0 0-.006 3.5l-.228 2.993A1.75 1.75 0 0 0 11.001 22H6.25A2.25 2.25 0 0 1 4 19.75V6.25A2.25 2.25 0 0 1 6.25 4h1.764a2.25 2.25 0 0 1 2.236-2h3.5a2.25 2.25 0 0 1 2.236 2M9.5 4.25c0 .414.336.75.75.75h3.5a.75.75 0 0 0 0-1.5h-3.5a.75.75 0 0 0-.75.75m12.277 14.03a.75.75 0 1 0-1.06-1.06l-1.084 1.083l-.421-.677a1.325 1.325 0 0 0-1.9-.375a.75.75 0 0 0 .713 1.306l.52.835l-1.325 1.324a.75.75 0 0 0 1.06 1.061l1.078-1.077l.421.678a1.32 1.32 0 0 0 1.925.351a.75.75 0 0 0-.741-1.29l-.516-.828zm-6.788-3.973a2.494 2.494 0 0 1 3.59-2.047a.75.75 0 1 1-.663 1.345a.994.994 0 0 0-1.43.816L16.44 15h.809a.75.75 0 0 1 0 1.5h-.923l-.319 4.192a2.494 2.494 0 0 1-3.59 2.047a.75.75 0 1 1 .664-1.345a.994.994 0 0 0 1.43-.816l.31-4.078H13.75a.75.75 0 0 1 0-1.5h1.187z"/></svg> </template>
CSS
.icon-clipboard-math-formula-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%22M15.986%204h1.764A2.25%202.25%200%200%201%2020%206.25v6.25h-.057a1.75%201.75%200%200%200-.921-1.137c-2.15-1.06-4.676.309-5.005%202.637h-.267a1.75%201.75%200%200%200-.006%203.5l-.228%202.993A1.75%201.75%200%200%200%2011.001%2022H6.25A2.25%202.25%200%200%201%204%2019.75V6.25A2.25%202.25%200%200%201%206.25%204h1.764a2.25%202.25%200%200%201%202.236-2h3.5a2.25%202.25%200%200%201%202.236%202M9.5%204.25c0%20.414.336.75.75.75h3.5a.75.75%200%200%200%200-1.5h-3.5a.75.75%200%200%200-.75.75m12.277%2014.03a.75.75%200%201%200-1.06-1.06l-1.084%201.083l-.421-.677a1.325%201.325%200%200%200-1.9-.375a.75.75%200%200%200%20.713%201.306l.52.835l-1.325%201.324a.75.75%200%200%200%201.06%201.061l1.078-1.077l.421.678a1.32%201.32%200%200%200%201.925.351a.75.75%200%200%200-.741-1.29l-.516-.828zm-6.788-3.973a2.494%202.494%200%200%201%203.59-2.047a.75.75%200%201%201-.663%201.345a.994.994%200%200%200-1.43.816L16.44%2015h.809a.75.75%200%200%201%200%201.5h-.923l-.319%204.192a2.494%202.494%200%200%201-3.59%202.047a.75.75%200%201%201%20.664-1.345a.994.994%200%200%200%201.43-.816l.31-4.078H13.75a.75.75%200%200%201%200-1.5h1.187z%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%22M15.986%204h1.764A2.25%202.25%200%200%201%2020%206.25v6.25h-.057a1.75%201.75%200%200%200-.921-1.137c-2.15-1.06-4.676.309-5.005%202.637h-.267a1.75%201.75%200%200%200-.006%203.5l-.228%202.993A1.75%201.75%200%200%200%2011.001%2022H6.25A2.25%202.25%200%200%201%204%2019.75V6.25A2.25%202.25%200%200%201%206.25%204h1.764a2.25%202.25%200%200%201%202.236-2h3.5a2.25%202.25%200%200%201%202.236%202M9.5%204.25c0%20.414.336.75.75.75h3.5a.75.75%200%200%200%200-1.5h-3.5a.75.75%200%200%200-.75.75m12.277%2014.03a.75.75%200%201%200-1.06-1.06l-1.084%201.083l-.421-.677a1.325%201.325%200%200%200-1.9-.375a.75.75%200%200%200%20.713%201.306l.52.835l-1.325%201.324a.75.75%200%200%200%201.06%201.061l1.078-1.077l.421.678a1.32%201.32%200%200%200%201.925.351a.75.75%200%200%200-.741-1.29l-.516-.828zm-6.788-3.973a2.494%202.494%200%200%201%203.59-2.047a.75.75%200%201%201-.663%201.345a.994.994%200%200%200-1.43.816L16.44%2015h.809a.75.75%200%200%201%200%201.5h-.923l-.319%204.192a2.494%202.494%200%200%201-3.59%202.047a.75.75%200%201%201%20.664-1.345a.994.994%200%200%200%201.43-.816l.31-4.078H13.75a.75.75%200%200%201%200-1.5h1.187z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/clipboard-math-formula-24-filled.svg?color=%231a73e8&size=48