text clear formatting icon
text-clear-formatting-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- text-clear-formatting-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
8 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
text-abc-underline-double-32-filledtext-add-20-filledtext-add-space-after-20-filledtext-add-space-before-20-filledtext-add-t-20-filledtext-align-center-16-filledtext-align-center-rotate-270-16-filledtext-align-center-rotate-90-16-filledtext-align-distributed-20-filledtext-align-distributed-evenly-20-filledtext-align-distributed-vertical-20-filledtext-align-justify-20-filledtext-align-justify-low-20-filledtext-align-justify-low-90-20-filledtext-align-justify-low-rotate-270-20-filledtext-align-justify-low-rotate-90-20-filledtext-align-justify-rotate-270-20-filledtext-align-justify-rotate-90-20-filledtext-align-left-16-filledtext-align-left-rotate-270-16-filledtext-align-left-rotate-90-16-filledtext-align-right-16-filledtext-align-right-rotate-270-16-filledtext-align-right-rotate-90-16-filled
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="m22.5 27.915l-.085.085H27a1 1 0 1 1 0 2h-8q-.042-.001-.083-.005a3.4 3.4 0 0 1-2.334-.998l-2.577-2.577a3.42 3.42 0 0 1-.001-4.837l1.08-1.082zm-.917-13.91a3.42 3.42 0 0 1 4.837 0l2.577 2.578a3.42 3.42 0 0 1 0 4.836L23.914 26.5L16.5 19.087zM8.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 FluentTextClearFormatting32Filled(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="m22.5 27.915l-.085.085H27a1 1 0 1 1 0 2h-8q-.042-.001-.083-.005a3.4 3.4 0 0 1-2.334-.998l-2.577-2.577a3.42 3.42 0 0 1-.001-4.837l1.08-1.082zm-.917-13.91a3.42 3.42 0 0 1 4.837 0l2.577 2.578a3.42 3.42 0 0 1 0 4.836L23.914 26.5L16.5 19.087zM8.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="m22.5 27.915l-.085.085H27a1 1 0 1 1 0 2h-8q-.042-.001-.083-.005a3.4 3.4 0 0 1-2.334-.998l-2.577-2.577a3.42 3.42 0 0 1-.001-4.837l1.08-1.082zm-.917-13.91a3.42 3.42 0 0 1 4.837 0l2.577 2.578a3.42 3.42 0 0 1 0 4.836L23.914 26.5L16.5 19.087zM8.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-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m22.5%2027.915l-.085.085H27a1%201%200%201%201%200%202h-8q-.042-.001-.083-.005a3.4%203.4%200%200%201-2.334-.998l-2.577-2.577a3.42%203.42%200%200%201-.001-4.837l1.08-1.082zm-.917-13.91a3.42%203.42%200%200%201%204.837%200l2.577%202.578a3.42%203.42%200%200%201%200%204.836L23.914%2026.5L16.5%2019.087zM8.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%22m22.5%2027.915l-.085.085H27a1%201%200%201%201%200%202h-8q-.042-.001-.083-.005a3.4%203.4%200%200%201-2.334-.998l-2.577-2.577a3.42%203.42%200%200%201-.001-4.837l1.08-1.082zm-.917-13.91a3.42%203.42%200%200%201%204.837%200l2.577%202.578a3.42%203.42%200%200%201%200%204.836L23.914%2026.5L16.5%2019.087zM8.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-filled.svg?color=%231a73e8&size=48