clipboard math formula icon

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

Name
clipboard-math-formula-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M9.708 5.5H7.75c-.69 0-1.25.56-1.25 1.25v16.5c0 .69.56 1.25 1.25 1.25h6.098A1.74 1.74 0 0 0 13 26H7.75A2.75 2.75 0 0 1 5 23.25V6.75A2.75 2.75 0 0 1 7.75 4h1.8A2.5 2.5 0 0 1 12 2h4a2.5 2.5 0 0 1 2.45 2h1.8A2.75 2.75 0 0 1 23 6.75v8.141a1.75 1.75 0 0 0-.962-1.454l-.068-.034a4 4 0 0 0-.47-.199V6.75c0-.69-.56-1.25-1.25-1.25h-1.958A2.5 2.5 0 0 1 16 7h-4a2.5 2.5 0 0 1-2.292-1.5M11 4.5a1 1 0 0 0 1 1h4a1 1 0 1 0 0-2h-4a1 1 0 0 0-1 1m11.066 15.742a1.57 1.57 0 0 0-2.254-.445a.75.75 0 1 0 .877 1.217a.07.07 0 0 1 .103.02l1 1.608l-2.072 2.072a.75.75 0 1 0 1.06 1.06l1.826-1.824l.815 1.31a1.566 1.566 0 0 0 2.28.418a.75.75 0 1 0-.91-1.192a.066.066 0 0 1-.096-.018l-1-1.608l2.08-2.08a.75.75 0 0 0-1.06-1.06l-1.834 1.833zm-4.521-3.693c.145-1.952 2.227-3.131 3.976-2.253l.069.035a.75.75 0 1 1-.673 1.34l-.069-.034a1.25 1.25 0 0 0-1.807 1.024l-.026.339h1.235a.75.75 0 0 1 0 1.5h-1.347l-.444 5.952c-.146 1.952-2.227 3.131-3.977 2.253l-.068-.035a.75.75 0 1 1 .673-1.34l.068.034a1.25 1.25 0 0 0 1.808-1.024l.436-5.84H16.25a.75.75 0 0 1 0-1.5h1.261z"/></svg>

React

import type { SVGProps } from "react";

export function FluentClipboardMathFormula28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.708 5.5H7.75c-.69 0-1.25.56-1.25 1.25v16.5c0 .69.56 1.25 1.25 1.25h6.098A1.74 1.74 0 0 0 13 26H7.75A2.75 2.75 0 0 1 5 23.25V6.75A2.75 2.75 0 0 1 7.75 4h1.8A2.5 2.5 0 0 1 12 2h4a2.5 2.5 0 0 1 2.45 2h1.8A2.75 2.75 0 0 1 23 6.75v8.141a1.75 1.75 0 0 0-.962-1.454l-.068-.034a4 4 0 0 0-.47-.199V6.75c0-.69-.56-1.25-1.25-1.25h-1.958A2.5 2.5 0 0 1 16 7h-4a2.5 2.5 0 0 1-2.292-1.5M11 4.5a1 1 0 0 0 1 1h4a1 1 0 1 0 0-2h-4a1 1 0 0 0-1 1m11.066 15.742a1.57 1.57 0 0 0-2.254-.445a.75.75 0 1 0 .877 1.217a.07.07 0 0 1 .103.02l1 1.608l-2.072 2.072a.75.75 0 1 0 1.06 1.06l1.826-1.824l.815 1.31a1.566 1.566 0 0 0 2.28.418a.75.75 0 1 0-.91-1.192a.066.066 0 0 1-.096-.018l-1-1.608l2.08-2.08a.75.75 0 0 0-1.06-1.06l-1.834 1.833zm-4.521-3.693c.145-1.952 2.227-3.131 3.976-2.253l.069.035a.75.75 0 1 1-.673 1.34l-.069-.034a1.25 1.25 0 0 0-1.807 1.024l-.026.339h1.235a.75.75 0 0 1 0 1.5h-1.347l-.444 5.952c-.146 1.952-2.227 3.131-3.977 2.253l-.068-.035a.75.75 0 1 1 .673-1.34l.068.034a1.25 1.25 0 0 0 1.808-1.024l.436-5.84H16.25a.75.75 0 0 1 0-1.5h1.261z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9.708 5.5H7.75c-.69 0-1.25.56-1.25 1.25v16.5c0 .69.56 1.25 1.25 1.25h6.098A1.74 1.74 0 0 0 13 26H7.75A2.75 2.75 0 0 1 5 23.25V6.75A2.75 2.75 0 0 1 7.75 4h1.8A2.5 2.5 0 0 1 12 2h4a2.5 2.5 0 0 1 2.45 2h1.8A2.75 2.75 0 0 1 23 6.75v8.141a1.75 1.75 0 0 0-.962-1.454l-.068-.034a4 4 0 0 0-.47-.199V6.75c0-.69-.56-1.25-1.25-1.25h-1.958A2.5 2.5 0 0 1 16 7h-4a2.5 2.5 0 0 1-2.292-1.5M11 4.5a1 1 0 0 0 1 1h4a1 1 0 1 0 0-2h-4a1 1 0 0 0-1 1m11.066 15.742a1.57 1.57 0 0 0-2.254-.445a.75.75 0 1 0 .877 1.217a.07.07 0 0 1 .103.02l1 1.608l-2.072 2.072a.75.75 0 1 0 1.06 1.06l1.826-1.824l.815 1.31a1.566 1.566 0 0 0 2.28.418a.75.75 0 1 0-.91-1.192a.066.066 0 0 1-.096-.018l-1-1.608l2.08-2.08a.75.75 0 0 0-1.06-1.06l-1.834 1.833zm-4.521-3.693c.145-1.952 2.227-3.131 3.976-2.253l.069.035a.75.75 0 1 1-.673 1.34l-.069-.034a1.25 1.25 0 0 0-1.807 1.024l-.026.339h1.235a.75.75 0 0 1 0 1.5h-1.347l-.444 5.952c-.146 1.952-2.227 3.131-3.977 2.253l-.068-.035a.75.75 0 1 1 .673-1.34l.068.034a1.25 1.25 0 0 0 1.808-1.024l.436-5.84H16.25a.75.75 0 0 1 0-1.5h1.261z"/></svg>
</template>

CSS

.icon-clipboard-math-formula-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.708%205.5H7.75c-.69%200-1.25.56-1.25%201.25v16.5c0%20.69.56%201.25%201.25%201.25h6.098A1.74%201.74%200%200%200%2013%2026H7.75A2.75%202.75%200%200%201%205%2023.25V6.75A2.75%202.75%200%200%201%207.75%204h1.8A2.5%202.5%200%200%201%2012%202h4a2.5%202.5%200%200%201%202.45%202h1.8A2.75%202.75%200%200%201%2023%206.75v8.141a1.75%201.75%200%200%200-.962-1.454l-.068-.034a4%204%200%200%200-.47-.199V6.75c0-.69-.56-1.25-1.25-1.25h-1.958A2.5%202.5%200%200%201%2016%207h-4a2.5%202.5%200%200%201-2.292-1.5M11%204.5a1%201%200%200%200%201%201h4a1%201%200%201%200%200-2h-4a1%201%200%200%200-1%201m11.066%2015.742a1.57%201.57%200%200%200-2.254-.445a.75.75%200%201%200%20.877%201.217a.07.07%200%200%201%20.103.02l1%201.608l-2.072%202.072a.75.75%200%201%200%201.06%201.06l1.826-1.824l.815%201.31a1.566%201.566%200%200%200%202.28.418a.75.75%200%201%200-.91-1.192a.066.066%200%200%201-.096-.018l-1-1.608l2.08-2.08a.75.75%200%200%200-1.06-1.06l-1.834%201.833zm-4.521-3.693c.145-1.952%202.227-3.131%203.976-2.253l.069.035a.75.75%200%201%201-.673%201.34l-.069-.034a1.25%201.25%200%200%200-1.807%201.024l-.026.339h1.235a.75.75%200%200%201%200%201.5h-1.347l-.444%205.952c-.146%201.952-2.227%203.131-3.977%202.253l-.068-.035a.75.75%200%201%201%20.673-1.34l.068.034a1.25%201.25%200%200%200%201.808-1.024l.436-5.84H16.25a.75.75%200%200%201%200-1.5h1.261z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.708%205.5H7.75c-.69%200-1.25.56-1.25%201.25v16.5c0%20.69.56%201.25%201.25%201.25h6.098A1.74%201.74%200%200%200%2013%2026H7.75A2.75%202.75%200%200%201%205%2023.25V6.75A2.75%202.75%200%200%201%207.75%204h1.8A2.5%202.5%200%200%201%2012%202h4a2.5%202.5%200%200%201%202.45%202h1.8A2.75%202.75%200%200%201%2023%206.75v8.141a1.75%201.75%200%200%200-.962-1.454l-.068-.034a4%204%200%200%200-.47-.199V6.75c0-.69-.56-1.25-1.25-1.25h-1.958A2.5%202.5%200%200%201%2016%207h-4a2.5%202.5%200%200%201-2.292-1.5M11%204.5a1%201%200%200%200%201%201h4a1%201%200%201%200%200-2h-4a1%201%200%200%200-1%201m11.066%2015.742a1.57%201.57%200%200%200-2.254-.445a.75.75%200%201%200%20.877%201.217a.07.07%200%200%201%20.103.02l1%201.608l-2.072%202.072a.75.75%200%201%200%201.06%201.06l1.826-1.824l.815%201.31a1.566%201.566%200%200%200%202.28.418a.75.75%200%201%200-.91-1.192a.066.066%200%200%201-.096-.018l-1-1.608l2.08-2.08a.75.75%200%200%200-1.06-1.06l-1.834%201.833zm-4.521-3.693c.145-1.952%202.227-3.131%203.976-2.253l.069.035a.75.75%200%201%201-.673%201.34l-.069-.034a1.25%201.25%200%200%200-1.807%201.024l-.026.339h1.235a.75.75%200%200%201%200%201.5h-1.347l-.444%205.952c-.146%201.952-2.227%203.131-3.977%202.253l-.068-.035a.75.75%200%201%201%20.673-1.34l.068.034a1.25%201.25%200%200%200%201.808-1.024l.436-5.84H16.25a.75.75%200%200%201%200-1.5h1.261z%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-28-regular.svg?color=%231a73e8&size=48