textformat strikethrough icon

textformat-strikethrough from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
textformat-strikethrough
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

Related icons in TDesign Icons

Use the textformat strikethrough icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M6.767 9.003a4 4 0 0 1-.27-1.502c0-3.505 3.5-4.5 5.506-4.5c2.153.001 3.781.857 5.501 1.996m-8.5 7.005h2.991l.012.002c1.839.336 5.493 1.004 5.493 4.5c0 3.505-3.5 4.5-5.505 4.5c-2.155 0-3.78-.854-5.495-2.001M19 12H5"/></svg>

React

import type { SVGProps } from "react";

export function TdesignTextformatStrikethrough(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M6.767 9.003a4 4 0 0 1-.27-1.502c0-3.505 3.5-4.5 5.506-4.5c2.153.001 3.781.857 5.501 1.996m-8.5 7.005h2.991l.012.002c1.839.336 5.493 1.004 5.493 4.5c0 3.505-3.5 4.5-5.505 4.5c-2.155 0-3.78-.854-5.495-2.001M19 12H5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M6.767 9.003a4 4 0 0 1-.27-1.502c0-3.505 3.5-4.5 5.506-4.5c2.153.001 3.781.857 5.501 1.996m-8.5 7.005h2.991l.012.002c1.839.336 5.493 1.004 5.493 4.5c0 3.505-3.5 4.5-5.505 4.5c-2.155 0-3.78-.854-5.495-2.001M19 12H5"/></svg>
</template>

CSS

.icon-textformat-strikethrough {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M6.767%209.003a4%204%200%200%201-.27-1.502c0-3.505%203.5-4.5%205.506-4.5c2.153.001%203.781.857%205.501%201.996m-8.5%207.005h2.991l.012.002c1.839.336%205.493%201.004%205.493%204.5c0%203.505-3.5%204.5-5.505%204.5c-2.155%200-3.78-.854-5.495-2.001M19%2012H5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M6.767%209.003a4%204%200%200%201-.27-1.502c0-3.505%203.5-4.5%205.506-4.5c2.153.001%203.781.857%205.501%201.996m-8.5%207.005h2.991l.012.002c1.839.336%205.493%201.004%205.493%204.5c0%203.505-3.5%204.5-5.505%204.5c-2.155%200-3.78-.854-5.495-2.001M19%2012H5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/textformat-strikethrough.svg?color=%231a73e8&size=48