text strikethrough icon

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

Name
text-strikethrough-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT
Aliases
text-strikethrough-s-16-filled

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 16 16"><path fill="currentColor" d="M5.55 5.3c0-.412.218-.833.675-1.175c.458-.344 1.122-.575 1.875-.575c1.116 0 2.036.523 2.364 1.047a.75.75 0 1 0 1.272-.795C11.063 2.727 9.584 2.05 8.1 2.05c-1.047 0-2.034.319-2.775.875C4.582 3.482 4.05 4.312 4.05 5.3c0 .532.155 1.022.423 1.45H6.69c-.774-.364-1.14-.951-1.14-1.45M2 8.75A.75.75 0 0 1 2.75 8h10.5a.75.75 0 0 1 0 1.5h-1.635c.213.391.335.828.335 1.3c0 .988-.532 1.817-1.275 2.375c-.742.556-1.728.875-2.775.875c-1.489 0-2.987-.683-3.656-1.886a.75.75 0 1 1 1.311-.728c.332.596 1.234 1.114 2.345 1.114c.753 0 1.416-.231 1.875-.575c.457-.343.675-.763.675-1.175c0-.435-.279-.937-.863-1.3H2.75A.75.75 0 0 1 2 8.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextStrikethrough16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.55 5.3c0-.412.218-.833.675-1.175c.458-.344 1.122-.575 1.875-.575c1.116 0 2.036.523 2.364 1.047a.75.75 0 1 0 1.272-.795C11.063 2.727 9.584 2.05 8.1 2.05c-1.047 0-2.034.319-2.775.875C4.582 3.482 4.05 4.312 4.05 5.3c0 .532.155 1.022.423 1.45H6.69c-.774-.364-1.14-.951-1.14-1.45M2 8.75A.75.75 0 0 1 2.75 8h10.5a.75.75 0 0 1 0 1.5h-1.635c.213.391.335.828.335 1.3c0 .988-.532 1.817-1.275 2.375c-.742.556-1.728.875-2.775.875c-1.489 0-2.987-.683-3.656-1.886a.75.75 0 1 1 1.311-.728c.332.596 1.234 1.114 2.345 1.114c.753 0 1.416-.231 1.875-.575c.457-.343.675-.763.675-1.175c0-.435-.279-.937-.863-1.3H2.75A.75.75 0 0 1 2 8.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.55 5.3c0-.412.218-.833.675-1.175c.458-.344 1.122-.575 1.875-.575c1.116 0 2.036.523 2.364 1.047a.75.75 0 1 0 1.272-.795C11.063 2.727 9.584 2.05 8.1 2.05c-1.047 0-2.034.319-2.775.875C4.582 3.482 4.05 4.312 4.05 5.3c0 .532.155 1.022.423 1.45H6.69c-.774-.364-1.14-.951-1.14-1.45M2 8.75A.75.75 0 0 1 2.75 8h10.5a.75.75 0 0 1 0 1.5h-1.635c.213.391.335.828.335 1.3c0 .988-.532 1.817-1.275 2.375c-.742.556-1.728.875-2.775.875c-1.489 0-2.987-.683-3.656-1.886a.75.75 0 1 1 1.311-.728c.332.596 1.234 1.114 2.345 1.114c.753 0 1.416-.231 1.875-.575c.457-.343.675-.763.675-1.175c0-.435-.279-.937-.863-1.3H2.75A.75.75 0 0 1 2 8.75"/></svg>
</template>

CSS

.icon-text-strikethrough-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.55%205.3c0-.412.218-.833.675-1.175c.458-.344%201.122-.575%201.875-.575c1.116%200%202.036.523%202.364%201.047a.75.75%200%201%200%201.272-.795C11.063%202.727%209.584%202.05%208.1%202.05c-1.047%200-2.034.319-2.775.875C4.582%203.482%204.05%204.312%204.05%205.3c0%20.532.155%201.022.423%201.45H6.69c-.774-.364-1.14-.951-1.14-1.45M2%208.75A.75.75%200%200%201%202.75%208h10.5a.75.75%200%200%201%200%201.5h-1.635c.213.391.335.828.335%201.3c0%20.988-.532%201.817-1.275%202.375c-.742.556-1.728.875-2.775.875c-1.489%200-2.987-.683-3.656-1.886a.75.75%200%201%201%201.311-.728c.332.596%201.234%201.114%202.345%201.114c.753%200%201.416-.231%201.875-.575c.457-.343.675-.763.675-1.175c0-.435-.279-.937-.863-1.3H2.75A.75.75%200%200%201%202%208.75%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.55%205.3c0-.412.218-.833.675-1.175c.458-.344%201.122-.575%201.875-.575c1.116%200%202.036.523%202.364%201.047a.75.75%200%201%200%201.272-.795C11.063%202.727%209.584%202.05%208.1%202.05c-1.047%200-2.034.319-2.775.875C4.582%203.482%204.05%204.312%204.05%205.3c0%20.532.155%201.022.423%201.45H6.69c-.774-.364-1.14-.951-1.14-1.45M2%208.75A.75.75%200%200%201%202.75%208h10.5a.75.75%200%200%201%200%201.5h-1.635c.213.391.335.828.335%201.3c0%20.988-.532%201.817-1.275%202.375c-.742.556-1.728.875-2.775.875c-1.489%200-2.987-.683-3.656-1.886a.75.75%200%201%201%201.311-.728c.332.596%201.234%201.114%202.345%201.114c.753%200%201.416-.231%201.875-.575c.457-.343.675-.763.675-1.175c0-.435-.279-.937-.863-1.3H2.75A.75.75%200%200%201%202%208.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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