clipboard math formula icon

clipboard-math-formula-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
clipboard-math-formula-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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="M8.379 5.5H6.25a.75.75 0 0 0-.75.75v13.5c0 .414.336.75.75.75h5.72A1.74 1.74 0 0 0 11 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 2h1.764A2.25 2.25 0 0 1 20 6.25V13h-.003a1.75 1.75 0 0 0-.975-1.637a3.6 3.6 0 0 0-.522-.209V6.25a.75.75 0 0 0-.75-.75h-2.129c-.404.603-1.09 1-1.871 1h-3.5c-.78 0-1.467-.397-1.871-1M9.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 FluentClipboardMathFormula24Regular(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="M8.379 5.5H6.25a.75.75 0 0 0-.75.75v13.5c0 .414.336.75.75.75h5.72A1.74 1.74 0 0 0 11 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 2h1.764A2.25 2.25 0 0 1 20 6.25V13h-.003a1.75 1.75 0 0 0-.975-1.637a3.6 3.6 0 0 0-.522-.209V6.25a.75.75 0 0 0-.75-.75h-2.129c-.404.603-1.09 1-1.871 1h-3.5c-.78 0-1.467-.397-1.871-1M9.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="M8.379 5.5H6.25a.75.75 0 0 0-.75.75v13.5c0 .414.336.75.75.75h5.72A1.74 1.74 0 0 0 11 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 2h1.764A2.25 2.25 0 0 1 20 6.25V13h-.003a1.75 1.75 0 0 0-.975-1.637a3.6 3.6 0 0 0-.522-.209V6.25a.75.75 0 0 0-.75-.75h-2.129c-.404.603-1.09 1-1.871 1h-3.5c-.78 0-1.467-.397-1.871-1M9.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-regular {
  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%22M8.379%205.5H6.25a.75.75%200%200%200-.75.75v13.5c0%20.414.336.75.75.75h5.72A1.74%201.74%200%200%200%2011%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%202h1.764A2.25%202.25%200%200%201%2020%206.25V13h-.003a1.75%201.75%200%200%200-.975-1.637a3.6%203.6%200%200%200-.522-.209V6.25a.75.75%200%200%200-.75-.75h-2.129c-.404.603-1.09%201-1.871%201h-3.5c-.78%200-1.467-.397-1.871-1M9.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%22M8.379%205.5H6.25a.75.75%200%200%200-.75.75v13.5c0%20.414.336.75.75.75h5.72A1.74%201.74%200%200%200%2011%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%202h1.764A2.25%202.25%200%200%201%2020%206.25V13h-.003a1.75%201.75%200%200%200-.975-1.637a3.6%203.6%200%200%200-.522-.209V6.25a.75.75%200%200%200-.75-.75h-2.129c-.404.603-1.09%201-1.871%201h-3.5c-.78%200-1.467-.397-1.871-1M9.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-regular.svg?color=%231a73e8&size=48