text clear formatting icon

text-clear-formatting-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
text-clear-formatting-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

8 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text clear formatting icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.582 14.004a3.42 3.42 0 0 1 4.836 0l2.578 2.578a3.42 3.42 0 0 1 0 4.836L22.414 28H27a1 1 0 1 1 0 2h-8l-.082-.004a3.4 3.4 0 0 1-2.336-1l-2.577-2.577a3.42 3.42 0 0 1-.001-4.837zm-6.164 8.992a1.42 1.42 0 0 0 0 2.008l2.578 2.578a1.42 1.42 0 0 0 2.008 0l1.082-1.082l-4.586-4.586zm9.586-7.578a1.42 1.42 0 0 0-2.008 0L17.914 20.5l4.586 4.586l5.082-5.082a1.42 1.42 0 0 0 0-2.008zM8.5 2a1 1 0 0 1 .93.635l5.5 14a1 1 0 0 1-1.86.73L11.746 14H5.253L3.93 17.365a1 1 0 0 1-1.862-.73l5.5-14C7.748 2.265 8.07 2 8.5 2M18 2a1 1 0 0 1 1 1v5.095A4.66 4.66 0 0 1 22 7c2.869 0 5 2.576 5 5.5l-.001.023a4.9 4.9 0 0 0-2.101-.938C24.542 10.033 23.307 9 22 9c-1.55 0-3 1.453-3 3.5c0 .6.125 1.148.34 1.624L17 16.464V3a1 1 0 0 1 1-1M6.038 12h4.924L8.5 5.733z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextClearFormatting32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.582 14.004a3.42 3.42 0 0 1 4.836 0l2.578 2.578a3.42 3.42 0 0 1 0 4.836L22.414 28H27a1 1 0 1 1 0 2h-8l-.082-.004a3.4 3.4 0 0 1-2.336-1l-2.577-2.577a3.42 3.42 0 0 1-.001-4.837zm-6.164 8.992a1.42 1.42 0 0 0 0 2.008l2.578 2.578a1.42 1.42 0 0 0 2.008 0l1.082-1.082l-4.586-4.586zm9.586-7.578a1.42 1.42 0 0 0-2.008 0L17.914 20.5l4.586 4.586l5.082-5.082a1.42 1.42 0 0 0 0-2.008zM8.5 2a1 1 0 0 1 .93.635l5.5 14a1 1 0 0 1-1.86.73L11.746 14H5.253L3.93 17.365a1 1 0 0 1-1.862-.73l5.5-14C7.748 2.265 8.07 2 8.5 2M18 2a1 1 0 0 1 1 1v5.095A4.66 4.66 0 0 1 22 7c2.869 0 5 2.576 5 5.5l-.001.023a4.9 4.9 0 0 0-2.101-.938C24.542 10.033 23.307 9 22 9c-1.55 0-3 1.453-3 3.5c0 .6.125 1.148.34 1.624L17 16.464V3a1 1 0 0 1 1-1M6.038 12h4.924L8.5 5.733z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.582 14.004a3.42 3.42 0 0 1 4.836 0l2.578 2.578a3.42 3.42 0 0 1 0 4.836L22.414 28H27a1 1 0 1 1 0 2h-8l-.082-.004a3.4 3.4 0 0 1-2.336-1l-2.577-2.577a3.42 3.42 0 0 1-.001-4.837zm-6.164 8.992a1.42 1.42 0 0 0 0 2.008l2.578 2.578a1.42 1.42 0 0 0 2.008 0l1.082-1.082l-4.586-4.586zm9.586-7.578a1.42 1.42 0 0 0-2.008 0L17.914 20.5l4.586 4.586l5.082-5.082a1.42 1.42 0 0 0 0-2.008zM8.5 2a1 1 0 0 1 .93.635l5.5 14a1 1 0 0 1-1.86.73L11.746 14H5.253L3.93 17.365a1 1 0 0 1-1.862-.73l5.5-14C7.748 2.265 8.07 2 8.5 2M18 2a1 1 0 0 1 1 1v5.095A4.66 4.66 0 0 1 22 7c2.869 0 5 2.576 5 5.5l-.001.023a4.9 4.9 0 0 0-2.101-.938C24.542 10.033 23.307 9 22 9c-1.55 0-3 1.453-3 3.5c0 .6.125 1.148.34 1.624L17 16.464V3a1 1 0 0 1 1-1M6.038 12h4.924L8.5 5.733z"/></svg>
</template>

CSS

.icon-text-clear-formatting-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.582%2014.004a3.42%203.42%200%200%201%204.836%200l2.578%202.578a3.42%203.42%200%200%201%200%204.836L22.414%2028H27a1%201%200%201%201%200%202h-8l-.082-.004a3.4%203.4%200%200%201-2.336-1l-2.577-2.577a3.42%203.42%200%200%201-.001-4.837zm-6.164%208.992a1.42%201.42%200%200%200%200%202.008l2.578%202.578a1.42%201.42%200%200%200%202.008%200l1.082-1.082l-4.586-4.586zm9.586-7.578a1.42%201.42%200%200%200-2.008%200L17.914%2020.5l4.586%204.586l5.082-5.082a1.42%201.42%200%200%200%200-2.008zM8.5%202a1%201%200%200%201%20.93.635l5.5%2014a1%201%200%200%201-1.86.73L11.746%2014H5.253L3.93%2017.365a1%201%200%200%201-1.862-.73l5.5-14C7.748%202.265%208.07%202%208.5%202M18%202a1%201%200%200%201%201%201v5.095A4.66%204.66%200%200%201%2022%207c2.869%200%205%202.576%205%205.5l-.001.023a4.9%204.9%200%200%200-2.101-.938C24.542%2010.033%2023.307%209%2022%209c-1.55%200-3%201.453-3%203.5c0%20.6.125%201.148.34%201.624L17%2016.464V3a1%201%200%200%201%201-1M6.038%2012h4.924L8.5%205.733z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.582%2014.004a3.42%203.42%200%200%201%204.836%200l2.578%202.578a3.42%203.42%200%200%201%200%204.836L22.414%2028H27a1%201%200%201%201%200%202h-8l-.082-.004a3.4%203.4%200%200%201-2.336-1l-2.577-2.577a3.42%203.42%200%200%201-.001-4.837zm-6.164%208.992a1.42%201.42%200%200%200%200%202.008l2.578%202.578a1.42%201.42%200%200%200%202.008%200l1.082-1.082l-4.586-4.586zm9.586-7.578a1.42%201.42%200%200%200-2.008%200L17.914%2020.5l4.586%204.586l5.082-5.082a1.42%201.42%200%200%200%200-2.008zM8.5%202a1%201%200%200%201%20.93.635l5.5%2014a1%201%200%200%201-1.86.73L11.746%2014H5.253L3.93%2017.365a1%201%200%200%201-1.862-.73l5.5-14C7.748%202.265%208.07%202%208.5%202M18%202a1%201%200%200%201%201%201v5.095A4.66%204.66%200%200%201%2022%207c2.869%200%205%202.576%205%205.5l-.001.023a4.9%204.9%200%200%200-2.101-.938C24.542%2010.033%2023.307%209%2022%209c-1.55%200-3%201.453-3%203.5c0%20.6.125%201.148.34%201.624L17%2016.464V3a1%201%200%200%201%201-1M6.038%2012h4.924L8.5%205.733z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-clear-formatting-32-regular.svg?color=%231a73e8&size=48