text strikethrough icon

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

Name
text-strikethrough-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT
Aliases
text-strikethrough-s-20-regular

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the text strikethrough icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.528 4.026C7.428 3.403 8.654 3 10 3c2.688 0 4.326 1.434 4.9 2.2a.5.5 0 0 1-.8.6C13.674 5.232 12.312 4 10 4c-1.153 0-2.178.347-2.903.849C6.36 5.359 6 5.976 6 6.5c0 .909.432 1.484 1.167 1.933c.362.22.784.403 1.249.567H6.23C5.498 8.43 5 7.637 5 6.5c0-.976.64-1.86 1.528-2.474M16.5 10a.5.5 0 0 1 0 1h-2.73c.732.57 1.23 1.363 1.23 2.5c0 1.228-.721 2.12-1.677 2.681c-.945.556-2.163.819-3.323.819c-1.126 0-2.078-.128-2.893-.478c-.827-.356-1.477-.925-2.023-1.745a.5.5 0 0 1 .832-.554c.454.68.96 1.111 1.586 1.38C8.141 15.878 8.94 16 10 16c1.028 0 2.06-.237 2.817-.681c.748-.44 1.183-1.047 1.183-1.819c0-.909-.432-1.484-1.167-1.933A6.7 6.7 0 0 0 11.585 11H3.5a.5.5 0 0 1 0-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextStrikethrough20Regular(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.528 4.026C7.428 3.403 8.654 3 10 3c2.688 0 4.326 1.434 4.9 2.2a.5.5 0 0 1-.8.6C13.674 5.232 12.312 4 10 4c-1.153 0-2.178.347-2.903.849C6.36 5.359 6 5.976 6 6.5c0 .909.432 1.484 1.167 1.933c.362.22.784.403 1.249.567H6.23C5.498 8.43 5 7.637 5 6.5c0-.976.64-1.86 1.528-2.474M16.5 10a.5.5 0 0 1 0 1h-2.73c.732.57 1.23 1.363 1.23 2.5c0 1.228-.721 2.12-1.677 2.681c-.945.556-2.163.819-3.323.819c-1.126 0-2.078-.128-2.893-.478c-.827-.356-1.477-.925-2.023-1.745a.5.5 0 0 1 .832-.554c.454.68.96 1.111 1.586 1.38C8.141 15.878 8.94 16 10 16c1.028 0 2.06-.237 2.817-.681c.748-.44 1.183-1.047 1.183-1.819c0-.909-.432-1.484-1.167-1.933A6.7 6.7 0 0 0 11.585 11H3.5a.5.5 0 0 1 0-1z"/></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.528 4.026C7.428 3.403 8.654 3 10 3c2.688 0 4.326 1.434 4.9 2.2a.5.5 0 0 1-.8.6C13.674 5.232 12.312 4 10 4c-1.153 0-2.178.347-2.903.849C6.36 5.359 6 5.976 6 6.5c0 .909.432 1.484 1.167 1.933c.362.22.784.403 1.249.567H6.23C5.498 8.43 5 7.637 5 6.5c0-.976.64-1.86 1.528-2.474M16.5 10a.5.5 0 0 1 0 1h-2.73c.732.57 1.23 1.363 1.23 2.5c0 1.228-.721 2.12-1.677 2.681c-.945.556-2.163.819-3.323.819c-1.126 0-2.078-.128-2.893-.478c-.827-.356-1.477-.925-2.023-1.745a.5.5 0 0 1 .832-.554c.454.68.96 1.111 1.586 1.38C8.141 15.878 8.94 16 10 16c1.028 0 2.06-.237 2.817-.681c.748-.44 1.183-1.047 1.183-1.819c0-.909-.432-1.484-1.167-1.933A6.7 6.7 0 0 0 11.585 11H3.5a.5.5 0 0 1 0-1z"/></svg>
</template>

CSS

.icon-text-strikethrough-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.528%204.026C7.428%203.403%208.654%203%2010%203c2.688%200%204.326%201.434%204.9%202.2a.5.5%200%200%201-.8.6C13.674%205.232%2012.312%204%2010%204c-1.153%200-2.178.347-2.903.849C6.36%205.359%206%205.976%206%206.5c0%20.909.432%201.484%201.167%201.933c.362.22.784.403%201.249.567H6.23C5.498%208.43%205%207.637%205%206.5c0-.976.64-1.86%201.528-2.474M16.5%2010a.5.5%200%200%201%200%201h-2.73c.732.57%201.23%201.363%201.23%202.5c0%201.228-.721%202.12-1.677%202.681c-.945.556-2.163.819-3.323.819c-1.126%200-2.078-.128-2.893-.478c-.827-.356-1.477-.925-2.023-1.745a.5.5%200%200%201%20.832-.554c.454.68.96%201.111%201.586%201.38C8.141%2015.878%208.94%2016%2010%2016c1.028%200%202.06-.237%202.817-.681c.748-.44%201.183-1.047%201.183-1.819c0-.909-.432-1.484-1.167-1.933A6.7%206.7%200%200%200%2011.585%2011H3.5a.5.5%200%200%201%200-1z%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.528%204.026C7.428%203.403%208.654%203%2010%203c2.688%200%204.326%201.434%204.9%202.2a.5.5%200%200%201-.8.6C13.674%205.232%2012.312%204%2010%204c-1.153%200-2.178.347-2.903.849C6.36%205.359%206%205.976%206%206.5c0%20.909.432%201.484%201.167%201.933c.362.22.784.403%201.249.567H6.23C5.498%208.43%205%207.637%205%206.5c0-.976.64-1.86%201.528-2.474M16.5%2010a.5.5%200%200%201%200%201h-2.73c.732.57%201.23%201.363%201.23%202.5c0%201.228-.721%202.12-1.677%202.681c-.945.556-2.163.819-3.323.819c-1.126%200-2.078-.128-2.893-.478c-.827-.356-1.477-.925-2.023-1.745a.5.5%200%200%201%20.832-.554c.454.68.96%201.111%201.586%201.38C8.141%2015.878%208.94%2016%2010%2016c1.028%200%202.06-.237%202.817-.681c.748-.44%201.183-1.047%201.183-1.819c0-.909-.432-1.484-1.167-1.933A6.7%206.7%200%200%200%2011.585%2011H3.5a.5.5%200%200%201%200-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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