text strikethrough icon

text-strikethrough from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
text-strikethrough
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More actions icons from Carbon

Use the text strikethrough icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 15H17.956a40 40 0 0 0-1.338-.335c-2.808-.664-4.396-1.15-4.396-3.423a2.87 2.87 0 0 1 .787-2.145a4.8 4.8 0 0 1 3.013-1.09c2.83-.07 4.135.89 5.202 2.35l1.615-1.18a7.47 7.47 0 0 0-6.83-3.17a6.77 6.77 0 0 0-4.4 1.661a4.83 4.83 0 0 0-1.386 3.574A4.37 4.37 0 0 0 11.957 15H4v2h13.652c1.967.57 3.143 1.312 3.173 3.358a3.12 3.12 0 0 1-.862 2.393A5.82 5.82 0 0 1 16.243 24a6.63 6.63 0 0 1-5.145-2.691l-1.533 1.284A8.53 8.53 0 0 0 16.212 26h.1a7.67 7.67 0 0 0 5.048-1.819a5.08 5.08 0 0 0 1.465-3.853A4.95 4.95 0 0 0 21.675 17H28Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTextStrikethrough(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 15H17.956a40 40 0 0 0-1.338-.335c-2.808-.664-4.396-1.15-4.396-3.423a2.87 2.87 0 0 1 .787-2.145a4.8 4.8 0 0 1 3.013-1.09c2.83-.07 4.135.89 5.202 2.35l1.615-1.18a7.47 7.47 0 0 0-6.83-3.17a6.77 6.77 0 0 0-4.4 1.661a4.83 4.83 0 0 0-1.386 3.574A4.37 4.37 0 0 0 11.957 15H4v2h13.652c1.967.57 3.143 1.312 3.173 3.358a3.12 3.12 0 0 1-.862 2.393A5.82 5.82 0 0 1 16.243 24a6.63 6.63 0 0 1-5.145-2.691l-1.533 1.284A8.53 8.53 0 0 0 16.212 26h.1a7.67 7.67 0 0 0 5.048-1.819a5.08 5.08 0 0 0 1.465-3.853A4.95 4.95 0 0 0 21.675 17H28Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 15H17.956a40 40 0 0 0-1.338-.335c-2.808-.664-4.396-1.15-4.396-3.423a2.87 2.87 0 0 1 .787-2.145a4.8 4.8 0 0 1 3.013-1.09c2.83-.07 4.135.89 5.202 2.35l1.615-1.18a7.47 7.47 0 0 0-6.83-3.17a6.77 6.77 0 0 0-4.4 1.661a4.83 4.83 0 0 0-1.386 3.574A4.37 4.37 0 0 0 11.957 15H4v2h13.652c1.967.57 3.143 1.312 3.173 3.358a3.12 3.12 0 0 1-.862 2.393A5.82 5.82 0 0 1 16.243 24a6.63 6.63 0 0 1-5.145-2.691l-1.533 1.284A8.53 8.53 0 0 0 16.212 26h.1a7.67 7.67 0 0 0 5.048-1.819a5.08 5.08 0 0 0 1.465-3.853A4.95 4.95 0 0 0 21.675 17H28Z"/></svg>
</template>

CSS

.icon-text-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2015H17.956a40%2040%200%200%200-1.338-.335c-2.808-.664-4.396-1.15-4.396-3.423a2.87%202.87%200%200%201%20.787-2.145a4.8%204.8%200%200%201%203.013-1.09c2.83-.07%204.135.89%205.202%202.35l1.615-1.18a7.47%207.47%200%200%200-6.83-3.17a6.77%206.77%200%200%200-4.4%201.661a4.83%204.83%200%200%200-1.386%203.574A4.37%204.37%200%200%200%2011.957%2015H4v2h13.652c1.967.57%203.143%201.312%203.173%203.358a3.12%203.12%200%200%201-.862%202.393A5.82%205.82%200%200%201%2016.243%2024a6.63%206.63%200%200%201-5.145-2.691l-1.533%201.284A8.53%208.53%200%200%200%2016.212%2026h.1a7.67%207.67%200%200%200%205.048-1.819a5.08%205.08%200%200%200%201.465-3.853A4.95%204.95%200%200%200%2021.675%2017H28Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2015H17.956a40%2040%200%200%200-1.338-.335c-2.808-.664-4.396-1.15-4.396-3.423a2.87%202.87%200%200%201%20.787-2.145a4.8%204.8%200%200%201%203.013-1.09c2.83-.07%204.135.89%205.202%202.35l1.615-1.18a7.47%207.47%200%200%200-6.83-3.17a6.77%206.77%200%200%200-4.4%201.661a4.83%204.83%200%200%200-1.386%203.574A4.37%204.37%200%200%200%2011.957%2015H4v2h13.652c1.967.57%203.143%201.312%203.173%203.358a3.12%203.12%200%200%201-.862%202.393A5.82%205.82%200%200%201%2016.243%2024a6.63%206.63%200%200%201-5.145-2.691l-1.533%201.284A8.53%208.53%200%200%200%2016.212%2026h.1a7.67%207.67%200%200%200%205.048-1.819a5.08%205.08%200%200%200%201.465-3.853A4.95%204.95%200%200%200%2021.675%2017H28Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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