text clear formatting icon

text-clear-formatting-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
text-clear-formatting-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M2.761 14.001a.84.84 0 0 1-.55-.18a.6.6 0 0 1-.211-.464q0-.164.093-.408L6.02 2.71Q6.29 2 7.018 2q.685 0 .956.702l3.934 10.246q.093.245.093.408q0 .277-.22.465a.8.8 0 0 1-.541.179q-.542 0-.745-.563l-1.083-2.92h-4.83l-1.075 2.92Q3.304 14 2.762 14m2.26-4.731H8.98L7.025 3.902h-.05zm7.77 5.46l5.48 5.48l4.157-4.156a1.95 1.95 0 0 0 .002-2.758l-2.724-2.724a1.947 1.947 0 0 0-2.759.001zm1.957-3.372L13 13.106V2.756a.77.77 0 0 1 .195-.544a.68.68 0 0 1 .51-.211q.309 0 .504.21q.203.212.203.545v4.073h.032q.405-.731 1.112-1.144a3.13 3.13 0 0 1 1.598-.414q1.599 0 2.58 1.192q.982 1.194.982 3.173q0 .264-.017.514l-.286-.286a2.9 2.9 0 0 0-1.161-.715q-.095-1.098-.63-1.793q-.648-.844-1.768-.844q-1.08 0-1.769.868q-.681.861-.681 2.256q0 .999.345 1.722m2.463 9.914L11.73 15.79l-1.157 1.157a1.95 1.95 0 0 0-.002 2.759l2.724 2.723a1.94 1.94 0 0 0 1.208.564L14.5 23H20a.75.75 0 1 0 0-1.5h-3.02z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextClearFormatting24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.761 14.001a.84.84 0 0 1-.55-.18a.6.6 0 0 1-.211-.464q0-.164.093-.408L6.02 2.71Q6.29 2 7.018 2q.685 0 .956.702l3.934 10.246q.093.245.093.408q0 .277-.22.465a.8.8 0 0 1-.541.179q-.542 0-.745-.563l-1.083-2.92h-4.83l-1.075 2.92Q3.304 14 2.762 14m2.26-4.731H8.98L7.025 3.902h-.05zm7.77 5.46l5.48 5.48l4.157-4.156a1.95 1.95 0 0 0 .002-2.758l-2.724-2.724a1.947 1.947 0 0 0-2.759.001zm1.957-3.372L13 13.106V2.756a.77.77 0 0 1 .195-.544a.68.68 0 0 1 .51-.211q.309 0 .504.21q.203.212.203.545v4.073h.032q.405-.731 1.112-1.144a3.13 3.13 0 0 1 1.598-.414q1.599 0 2.58 1.192q.982 1.194.982 3.173q0 .264-.017.514l-.286-.286a2.9 2.9 0 0 0-1.161-.715q-.095-1.098-.63-1.793q-.648-.844-1.768-.844q-1.08 0-1.769.868q-.681.861-.681 2.256q0 .999.345 1.722m2.463 9.914L11.73 15.79l-1.157 1.157a1.95 1.95 0 0 0-.002 2.759l2.724 2.723a1.94 1.94 0 0 0 1.208.564L14.5 23H20a.75.75 0 1 0 0-1.5h-3.02z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.761 14.001a.84.84 0 0 1-.55-.18a.6.6 0 0 1-.211-.464q0-.164.093-.408L6.02 2.71Q6.29 2 7.018 2q.685 0 .956.702l3.934 10.246q.093.245.093.408q0 .277-.22.465a.8.8 0 0 1-.541.179q-.542 0-.745-.563l-1.083-2.92h-4.83l-1.075 2.92Q3.304 14 2.762 14m2.26-4.731H8.98L7.025 3.902h-.05zm7.77 5.46l5.48 5.48l4.157-4.156a1.95 1.95 0 0 0 .002-2.758l-2.724-2.724a1.947 1.947 0 0 0-2.759.001zm1.957-3.372L13 13.106V2.756a.77.77 0 0 1 .195-.544a.68.68 0 0 1 .51-.211q.309 0 .504.21q.203.212.203.545v4.073h.032q.405-.731 1.112-1.144a3.13 3.13 0 0 1 1.598-.414q1.599 0 2.58 1.192q.982 1.194.982 3.173q0 .264-.017.514l-.286-.286a2.9 2.9 0 0 0-1.161-.715q-.095-1.098-.63-1.793q-.648-.844-1.768-.844q-1.08 0-1.769.868q-.681.861-.681 2.256q0 .999.345 1.722m2.463 9.914L11.73 15.79l-1.157 1.157a1.95 1.95 0 0 0-.002 2.759l2.724 2.723a1.94 1.94 0 0 0 1.208.564L14.5 23H20a.75.75 0 1 0 0-1.5h-3.02z"/></svg>
</template>

CSS

.icon-text-clear-formatting-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.761%2014.001a.84.84%200%200%201-.55-.18a.6.6%200%200%201-.211-.464q0-.164.093-.408L6.02%202.71Q6.29%202%207.018%202q.685%200%20.956.702l3.934%2010.246q.093.245.093.408q0%20.277-.22.465a.8.8%200%200%201-.541.179q-.542%200-.745-.563l-1.083-2.92h-4.83l-1.075%202.92Q3.304%2014%202.762%2014m2.26-4.731H8.98L7.025%203.902h-.05zm7.77%205.46l5.48%205.48l4.157-4.156a1.95%201.95%200%200%200%20.002-2.758l-2.724-2.724a1.947%201.947%200%200%200-2.759.001zm1.957-3.372L13%2013.106V2.756a.77.77%200%200%201%20.195-.544a.68.68%200%200%201%20.51-.211q.309%200%20.504.21q.203.212.203.545v4.073h.032q.405-.731%201.112-1.144a3.13%203.13%200%200%201%201.598-.414q1.599%200%202.58%201.192q.982%201.194.982%203.173q0%20.264-.017.514l-.286-.286a2.9%202.9%200%200%200-1.161-.715q-.095-1.098-.63-1.793q-.648-.844-1.768-.844q-1.08%200-1.769.868q-.681.861-.681%202.256q0%20.999.345%201.722m2.463%209.914L11.73%2015.79l-1.157%201.157a1.95%201.95%200%200%200-.002%202.759l2.724%202.723a1.94%201.94%200%200%200%201.208.564L14.5%2023H20a.75.75%200%201%200%200-1.5h-3.02z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.761%2014.001a.84.84%200%200%201-.55-.18a.6.6%200%200%201-.211-.464q0-.164.093-.408L6.02%202.71Q6.29%202%207.018%202q.685%200%20.956.702l3.934%2010.246q.093.245.093.408q0%20.277-.22.465a.8.8%200%200%201-.541.179q-.542%200-.745-.563l-1.083-2.92h-4.83l-1.075%202.92Q3.304%2014%202.762%2014m2.26-4.731H8.98L7.025%203.902h-.05zm7.77%205.46l5.48%205.48l4.157-4.156a1.95%201.95%200%200%200%20.002-2.758l-2.724-2.724a1.947%201.947%200%200%200-2.759.001zm1.957-3.372L13%2013.106V2.756a.77.77%200%200%201%20.195-.544a.68.68%200%200%201%20.51-.211q.309%200%20.504.21q.203.212.203.545v4.073h.032q.405-.731%201.112-1.144a3.13%203.13%200%200%201%201.598-.414q1.599%200%202.58%201.192q.982%201.194.982%203.173q0%20.264-.017.514l-.286-.286a2.9%202.9%200%200%200-1.161-.715q-.095-1.098-.63-1.793q-.648-.844-1.768-.844q-1.08%200-1.769.868q-.681.861-.681%202.256q0%20.999.345%201.722m2.463%209.914L11.73%2015.79l-1.157%201.157a1.95%201.95%200%200%200-.002%202.759l2.724%202.723a1.94%201.94%200%200%200%201.208.564L14.5%2023H20a.75.75%200%201%200%200-1.5h-3.02z%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-24-filled.svg?color=%231a73e8&size=48