text clear formatting icon
text-clear-formatting-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- text-clear-formatting-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M6 2a.5.5 0 0 1 .466.318l3.5 8.956a.5.5 0 0 1-.931.364l-1.03-2.635H4.008l-1.042 2.68a.5.5 0 1 1-.932-.363l3.5-9.001A.5.5 0 0 1 6 2m.002 1.877L4.397 8.003h3.217zM11.5 2a.5.5 0 0 1 .5.5v3.523h.004q.338-.609.926-.953q.595-.345 1.332-.345q1.332 0 2.15.994q.819.994.818 2.643q0 .213-.013.414l-.044-.044a2.5 2.5 0 0 0-1.154-.656q-.06-.997-.533-1.614q-.54-.703-1.474-.703q-.899 0-1.474.724q-.436.551-.538 1.366v1.03q.08.645.367 1.123L11 11.37V2.5a.5.5 0 0 1 .5-.5m4.966 7.439l2.095 2.095a1.5 1.5 0 0 1 0 2.122l-3.6 3.599l-4.215-4.217l3.598-3.598a1.5 1.5 0 0 1 2.122-.001m-2.211 8.523l-4.216-4.216l-.599.598a1.5 1.5 0 0 0 0 2.122l2.094 2.095c.308.308.717.454 1.121.438V19h4.092a.5.5 0 1 0 0-1h-2.53z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextClearFormatting20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 2a.5.5 0 0 1 .466.318l3.5 8.956a.5.5 0 0 1-.931.364l-1.03-2.635H4.008l-1.042 2.68a.5.5 0 1 1-.932-.363l3.5-9.001A.5.5 0 0 1 6 2m.002 1.877L4.397 8.003h3.217zM11.5 2a.5.5 0 0 1 .5.5v3.523h.004q.338-.609.926-.953q.595-.345 1.332-.345q1.332 0 2.15.994q.819.994.818 2.643q0 .213-.013.414l-.044-.044a2.5 2.5 0 0 0-1.154-.656q-.06-.997-.533-1.614q-.54-.703-1.474-.703q-.899 0-1.474.724q-.436.551-.538 1.366v1.03q.08.645.367 1.123L11 11.37V2.5a.5.5 0 0 1 .5-.5m4.966 7.439l2.095 2.095a1.5 1.5 0 0 1 0 2.122l-3.6 3.599l-4.215-4.217l3.598-3.598a1.5 1.5 0 0 1 2.122-.001m-2.211 8.523l-4.216-4.216l-.599.598a1.5 1.5 0 0 0 0 2.122l2.094 2.095c.308.308.717.454 1.121.438V19h4.092a.5.5 0 1 0 0-1h-2.53z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 2a.5.5 0 0 1 .466.318l3.5 8.956a.5.5 0 0 1-.931.364l-1.03-2.635H4.008l-1.042 2.68a.5.5 0 1 1-.932-.363l3.5-9.001A.5.5 0 0 1 6 2m.002 1.877L4.397 8.003h3.217zM11.5 2a.5.5 0 0 1 .5.5v3.523h.004q.338-.609.926-.953q.595-.345 1.332-.345q1.332 0 2.15.994q.819.994.818 2.643q0 .213-.013.414l-.044-.044a2.5 2.5 0 0 0-1.154-.656q-.06-.997-.533-1.614q-.54-.703-1.474-.703q-.899 0-1.474.724q-.436.551-.538 1.366v1.03q.08.645.367 1.123L11 11.37V2.5a.5.5 0 0 1 .5-.5m4.966 7.439l2.095 2.095a1.5 1.5 0 0 1 0 2.122l-3.6 3.599l-4.215-4.217l3.598-3.598a1.5 1.5 0 0 1 2.122-.001m-2.211 8.523l-4.216-4.216l-.599.598a1.5 1.5 0 0 0 0 2.122l2.094 2.095c.308.308.717.454 1.121.438V19h4.092a.5.5 0 1 0 0-1h-2.53z"/></svg> </template>
CSS
.icon-text-clear-formatting-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%202a.5.5%200%200%201%20.466.318l3.5%208.956a.5.5%200%200%201-.931.364l-1.03-2.635H4.008l-1.042%202.68a.5.5%200%201%201-.932-.363l3.5-9.001A.5.5%200%200%201%206%202m.002%201.877L4.397%208.003h3.217zM11.5%202a.5.5%200%200%201%20.5.5v3.523h.004q.338-.609.926-.953q.595-.345%201.332-.345q1.332%200%202.15.994q.819.994.818%202.643q0%20.213-.013.414l-.044-.044a2.5%202.5%200%200%200-1.154-.656q-.06-.997-.533-1.614q-.54-.703-1.474-.703q-.899%200-1.474.724q-.436.551-.538%201.366v1.03q.08.645.367%201.123L11%2011.37V2.5a.5.5%200%200%201%20.5-.5m4.966%207.439l2.095%202.095a1.5%201.5%200%200%201%200%202.122l-3.6%203.599l-4.215-4.217l3.598-3.598a1.5%201.5%200%200%201%202.122-.001m-2.211%208.523l-4.216-4.216l-.599.598a1.5%201.5%200%200%200%200%202.122l2.094%202.095c.308.308.717.454%201.121.438V19h4.092a.5.5%200%201%200%200-1h-2.53z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%202a.5.5%200%200%201%20.466.318l3.5%208.956a.5.5%200%200%201-.931.364l-1.03-2.635H4.008l-1.042%202.68a.5.5%200%201%201-.932-.363l3.5-9.001A.5.5%200%200%201%206%202m.002%201.877L4.397%208.003h3.217zM11.5%202a.5.5%200%200%201%20.5.5v3.523h.004q.338-.609.926-.953q.595-.345%201.332-.345q1.332%200%202.15.994q.819.994.818%202.643q0%20.213-.013.414l-.044-.044a2.5%202.5%200%200%200-1.154-.656q-.06-.997-.533-1.614q-.54-.703-1.474-.703q-.899%200-1.474.724q-.436.551-.538%201.366v1.03q.08.645.367%201.123L11%2011.37V2.5a.5.5%200%200%201%20.5-.5m4.966%207.439l2.095%202.095a1.5%201.5%200%200%201%200%202.122l-3.6%203.599l-4.215-4.217l3.598-3.598a1.5%201.5%200%200%201%202.122-.001m-2.211%208.523l-4.216-4.216l-.599.598a1.5%201.5%200%200%200%200%202.122l2.094%202.095c.308.308.717.454%201.121.438V19h4.092a.5.5%200%201%200%200-1h-2.53z%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-20-filled.svg?color=%231a73e8&size=48