text strikethrough icon

text-strikethrough-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
text-strikethrough-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the text strikethrough icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 32H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16M82.71 94.58C86 76.57 104.58 64 128 64c18.2 0 33.59 7.41 41.18 19.83a8 8 0 1 1-13.66 8.34C150.94 84.66 140.39 80 128 80c-15.3 0-27.73 7.33-29.55 17.42a8 8 0 0 1-7.86 6.58a8 8 0 0 1-1.43-.13a8 8 0 0 1-6.45-9.29M192 136h-23.71a28.45 28.45 0 0 1 7.71 20c0 20.19-21.08 36-48 36c-23.89 0-43.83-12.78-47.43-30.4a8 8 0 1 1 15.67-3.2c2 9.87 16 17.6 31.76 17.6c17.35 0 32-9.16 32-20c0-9.14-6.76-14.43-25.72-20H64a8 8 0 0 1 0-16h128a8 8 0 0 1 0 16"/></svg>

React

import type { SVGProps } from "react";

export function PhTextStrikethroughFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 32H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16M82.71 94.58C86 76.57 104.58 64 128 64c18.2 0 33.59 7.41 41.18 19.83a8 8 0 1 1-13.66 8.34C150.94 84.66 140.39 80 128 80c-15.3 0-27.73 7.33-29.55 17.42a8 8 0 0 1-7.86 6.58a8 8 0 0 1-1.43-.13a8 8 0 0 1-6.45-9.29M192 136h-23.71a28.45 28.45 0 0 1 7.71 20c0 20.19-21.08 36-48 36c-23.89 0-43.83-12.78-47.43-30.4a8 8 0 1 1 15.67-3.2c2 9.87 16 17.6 31.76 17.6c17.35 0 32-9.16 32-20c0-9.14-6.76-14.43-25.72-20H64a8 8 0 0 1 0-16h128a8 8 0 0 1 0 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 32H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16M82.71 94.58C86 76.57 104.58 64 128 64c18.2 0 33.59 7.41 41.18 19.83a8 8 0 1 1-13.66 8.34C150.94 84.66 140.39 80 128 80c-15.3 0-27.73 7.33-29.55 17.42a8 8 0 0 1-7.86 6.58a8 8 0 0 1-1.43-.13a8 8 0 0 1-6.45-9.29M192 136h-23.71a28.45 28.45 0 0 1 7.71 20c0 20.19-21.08 36-48 36c-23.89 0-43.83-12.78-47.43-30.4a8 8 0 1 1 15.67-3.2c2 9.87 16 17.6 31.76 17.6c17.35 0 32-9.16 32-20c0-9.14-6.76-14.43-25.72-20H64a8 8 0 0 1 0-16h128a8 8 0 0 1 0 16"/></svg>
</template>

CSS

.icon-text-strikethrough-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2032H48a16%2016%200%200%200-16%2016v160a16%2016%200%200%200%2016%2016h160a16%2016%200%200%200%2016-16V48a16%2016%200%200%200-16-16M82.71%2094.58C86%2076.57%20104.58%2064%20128%2064c18.2%200%2033.59%207.41%2041.18%2019.83a8%208%200%201%201-13.66%208.34C150.94%2084.66%20140.39%2080%20128%2080c-15.3%200-27.73%207.33-29.55%2017.42a8%208%200%200%201-7.86%206.58a8%208%200%200%201-1.43-.13a8%208%200%200%201-6.45-9.29M192%20136h-23.71a28.45%2028.45%200%200%201%207.71%2020c0%2020.19-21.08%2036-48%2036c-23.89%200-43.83-12.78-47.43-30.4a8%208%200%201%201%2015.67-3.2c2%209.87%2016%2017.6%2031.76%2017.6c17.35%200%2032-9.16%2032-20c0-9.14-6.76-14.43-25.72-20H64a8%208%200%200%201%200-16h128a8%208%200%200%201%200%2016%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2032H48a16%2016%200%200%200-16%2016v160a16%2016%200%200%200%2016%2016h160a16%2016%200%200%200%2016-16V48a16%2016%200%200%200-16-16M82.71%2094.58C86%2076.57%20104.58%2064%20128%2064c18.2%200%2033.59%207.41%2041.18%2019.83a8%208%200%201%201-13.66%208.34C150.94%2084.66%20140.39%2080%20128%2080c-15.3%200-27.73%207.33-29.55%2017.42a8%208%200%200%201-7.86%206.58a8%208%200%200%201-1.43-.13a8%208%200%200%201-6.45-9.29M192%20136h-23.71a28.45%2028.45%200%200%201%207.71%2020c0%2020.19-21.08%2036-48%2036c-23.89%200-43.83-12.78-47.43-30.4a8%208%200%201%201%2015.67-3.2c2%209.87%2016%2017.6%2031.76%2017.6c17.35%200%2032-9.16%2032-20c0-9.14-6.76-14.43-25.72-20H64a8%208%200%200%201%200-16h128a8%208%200%200%201%200%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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