text clear formatting icon

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

Name
text-clear-formatting-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 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-.5M9.44 16.466a1.5 1.5 0 0 1 0-2.122l4.904-4.904a1.5 1.5 0 0 1 2.122-.001l2.095 2.095a1.5 1.5 0 0 1 0 2.122L14.215 18h2.531a.5.5 0 1 1 0 1h-4.092v-.001a1.5 1.5 0 0 1-1.12-.438zm5.611-6.319l-3.598 3.598l2.802 2.803l3.598-3.599a.5.5 0 0 0 .001-.708l-2.095-2.095a.5.5 0 0 0-.708.001m-1.503 7.108l-2.802-2.802l-.598.598a.5.5 0 0 0-.002.708l2.095 2.095a.5.5 0 0 0 .709-.001z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextClearFormatting20Regular(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-.5M9.44 16.466a1.5 1.5 0 0 1 0-2.122l4.904-4.904a1.5 1.5 0 0 1 2.122-.001l2.095 2.095a1.5 1.5 0 0 1 0 2.122L14.215 18h2.531a.5.5 0 1 1 0 1h-4.092v-.001a1.5 1.5 0 0 1-1.12-.438zm5.611-6.319l-3.598 3.598l2.802 2.803l3.598-3.599a.5.5 0 0 0 .001-.708l-2.095-2.095a.5.5 0 0 0-.708.001m-1.503 7.108l-2.802-2.802l-.598.598a.5.5 0 0 0-.002.708l2.095 2.095a.5.5 0 0 0 .709-.001z"/></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-.5M9.44 16.466a1.5 1.5 0 0 1 0-2.122l4.904-4.904a1.5 1.5 0 0 1 2.122-.001l2.095 2.095a1.5 1.5 0 0 1 0 2.122L14.215 18h2.531a.5.5 0 1 1 0 1h-4.092v-.001a1.5 1.5 0 0 1-1.12-.438zm5.611-6.319l-3.598 3.598l2.802 2.803l3.598-3.599a.5.5 0 0 0 .001-.708l-2.095-2.095a.5.5 0 0 0-.708.001m-1.503 7.108l-2.802-2.802l-.598.598a.5.5 0 0 0-.002.708l2.095 2.095a.5.5 0 0 0 .709-.001z"/></svg>
</template>

CSS

.icon-text-clear-formatting-20-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%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-.5M9.44%2016.466a1.5%201.5%200%200%201%200-2.122l4.904-4.904a1.5%201.5%200%200%201%202.122-.001l2.095%202.095a1.5%201.5%200%200%201%200%202.122L14.215%2018h2.531a.5.5%200%201%201%200%201h-4.092v-.001a1.5%201.5%200%200%201-1.12-.438zm5.611-6.319l-3.598%203.598l2.802%202.803l3.598-3.599a.5.5%200%200%200%20.001-.708l-2.095-2.095a.5.5%200%200%200-.708.001m-1.503%207.108l-2.802-2.802l-.598.598a.5.5%200%200%200-.002.708l2.095%202.095a.5.5%200%200%200%20.709-.001z%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-.5M9.44%2016.466a1.5%201.5%200%200%201%200-2.122l4.904-4.904a1.5%201.5%200%200%201%202.122-.001l2.095%202.095a1.5%201.5%200%200%201%200%202.122L14.215%2018h2.531a.5.5%200%201%201%200%201h-4.092v-.001a1.5%201.5%200%200%201-1.12-.438zm5.611-6.319l-3.598%203.598l2.802%202.803l3.598-3.599a.5.5%200%200%200%20.001-.708l-2.095-2.095a.5.5%200%200%200-.708.001m-1.503%207.108l-2.802-2.802l-.598.598a.5.5%200%200%200-.002.708l2.095%202.095a.5.5%200%200%200%20.709-.001z%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-regular.svg?color=%231a73e8&size=48