strikethrough icon

strikethrough-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.

Name
strikethrough-solid
Set
HeroIcons
Style
Solid 24x24
Viewbox
24×24
License
MIT

3 other variants in HeroIcons

The same icon in other sets

Use the strikethrough icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.657 4.728c-1.086.385-1.766 1.057-1.979 1.85c-.214.8.046 1.733.81 2.616c.746.862 1.93 1.612 3.388 2.003q.105.029.21.053h8.163a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1 0-1.5h4.78a7 7 0 0 1-1.175-1.074C6.372 9.042 5.849 7.61 6.229 6.19c.377-1.408 1.528-2.38 2.927-2.876c1.402-.497 3.127-.55 4.855-.086A8.9 8.9 0 0 1 16.94 4.6a.75.75 0 0 1-.881 1.215a7.4 7.4 0 0 0-2.436-1.14c-1.473-.394-2.885-.331-3.966.052m6.533 9.632a.75.75 0 0 1 1.03.25c.592.974.846 2.094.55 3.2c-.378 1.408-1.529 2.38-2.927 2.876c-1.402.497-3.127.55-4.855.087c-1.712-.46-3.168-1.354-4.134-2.47a.75.75 0 0 1 1.134-.982c.746.862 1.93 1.612 3.388 2.003c1.473.394 2.884.331 3.966-.052c1.085-.384 1.766-1.056 1.978-1.85c.169-.628.046-1.33-.381-2.032a.75.75 0 0 1 .25-1.03" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsStrikethroughSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M9.657 4.728c-1.086.385-1.766 1.057-1.979 1.85c-.214.8.046 1.733.81 2.616c.746.862 1.93 1.612 3.388 2.003q.105.029.21.053h8.163a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1 0-1.5h4.78a7 7 0 0 1-1.175-1.074C6.372 9.042 5.849 7.61 6.229 6.19c.377-1.408 1.528-2.38 2.927-2.876c1.402-.497 3.127-.55 4.855-.086A8.9 8.9 0 0 1 16.94 4.6a.75.75 0 0 1-.881 1.215a7.4 7.4 0 0 0-2.436-1.14c-1.473-.394-2.885-.331-3.966.052m6.533 9.632a.75.75 0 0 1 1.03.25c.592.974.846 2.094.55 3.2c-.378 1.408-1.529 2.38-2.927 2.876c-1.402.497-3.127.55-4.855.087c-1.712-.46-3.168-1.354-4.134-2.47a.75.75 0 0 1 1.134-.982c.746.862 1.93 1.612 3.388 2.003c1.473.394 2.884.331 3.966-.052c1.085-.384 1.766-1.056 1.978-1.85c.169-.628.046-1.33-.381-2.032a.75.75 0 0 1 .25-1.03" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.657 4.728c-1.086.385-1.766 1.057-1.979 1.85c-.214.8.046 1.733.81 2.616c.746.862 1.93 1.612 3.388 2.003q.105.029.21.053h8.163a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1 0-1.5h4.78a7 7 0 0 1-1.175-1.074C6.372 9.042 5.849 7.61 6.229 6.19c.377-1.408 1.528-2.38 2.927-2.876c1.402-.497 3.127-.55 4.855-.086A8.9 8.9 0 0 1 16.94 4.6a.75.75 0 0 1-.881 1.215a7.4 7.4 0 0 0-2.436-1.14c-1.473-.394-2.885-.331-3.966.052m6.533 9.632a.75.75 0 0 1 1.03.25c.592.974.846 2.094.55 3.2c-.378 1.408-1.529 2.38-2.927 2.876c-1.402.497-3.127.55-4.855.087c-1.712-.46-3.168-1.354-4.134-2.47a.75.75 0 0 1 1.134-.982c.746.862 1.93 1.612 3.388 2.003c1.473.394 2.884.331 3.966-.052c1.085-.384 1.766-1.056 1.978-1.85c.169-.628.046-1.33-.381-2.032a.75.75 0 0 1 .25-1.03" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-strikethrough-solid {
  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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.657%204.728c-1.086.385-1.766%201.057-1.979%201.85c-.214.8.046%201.733.81%202.616c.746.862%201.93%201.612%203.388%202.003q.105.029.21.053h8.163a.75.75%200%200%201%200%201.5H3.75a.75.75%200%200%201%200-1.5h4.78a7%207%200%200%201-1.175-1.074C6.372%209.042%205.849%207.61%206.229%206.19c.377-1.408%201.528-2.38%202.927-2.876c1.402-.497%203.127-.55%204.855-.086A8.9%208.9%200%200%201%2016.94%204.6a.75.75%200%200%201-.881%201.215a7.4%207.4%200%200%200-2.436-1.14c-1.473-.394-2.885-.331-3.966.052m6.533%209.632a.75.75%200%200%201%201.03.25c.592.974.846%202.094.55%203.2c-.378%201.408-1.529%202.38-2.927%202.876c-1.402.497-3.127.55-4.855.087c-1.712-.46-3.168-1.354-4.134-2.47a.75.75%200%200%201%201.134-.982c.746.862%201.93%201.612%203.388%202.003c1.473.394%202.884.331%203.966-.052c1.085-.384%201.766-1.056%201.978-1.85c.169-.628.046-1.33-.381-2.032a.75.75%200%200%201%20.25-1.03%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.657%204.728c-1.086.385-1.766%201.057-1.979%201.85c-.214.8.046%201.733.81%202.616c.746.862%201.93%201.612%203.388%202.003q.105.029.21.053h8.163a.75.75%200%200%201%200%201.5H3.75a.75.75%200%200%201%200-1.5h4.78a7%207%200%200%201-1.175-1.074C6.372%209.042%205.849%207.61%206.229%206.19c.377-1.408%201.528-2.38%202.927-2.876c1.402-.497%203.127-.55%204.855-.086A8.9%208.9%200%200%201%2016.94%204.6a.75.75%200%200%201-.881%201.215a7.4%207.4%200%200%200-2.436-1.14c-1.473-.394-2.885-.331-3.966.052m6.533%209.632a.75.75%200%200%201%201.03.25c.592.974.846%202.094.55%203.2c-.378%201.408-1.529%202.38-2.927%202.876c-1.402.497-3.127.55-4.855.087c-1.712-.46-3.168-1.354-4.134-2.47a.75.75%200%200%201%201.134-.982c.746.862%201.93%201.612%203.388%202.003c1.473.394%202.884.331%203.966-.052c1.085-.384%201.766-1.056%201.978-1.85c.169-.628.046-1.33-.381-2.032a.75.75%200%200%201%20.25-1.03%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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