strikethrough icon

strikethrough from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
strikethrough
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M3.992 12h16"/><path d="M17.492 7.667c0-2.578-2.462-4.667-5.5-4.667s-5.5 2.09-5.5 4.667Q6.491 8.396 6.66 9m-.667 7.333c0 2.578 2.686 4.667 6 4.667s6-1.333 6-4.667c0-2.393-1.03-3.755-3.092-4.333"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsStrikethrough(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M3.992 12h16"/><path d="M17.492 7.667c0-2.578-2.462-4.667-5.5-4.667s-5.5 2.09-5.5 4.667Q6.491 8.396 6.66 9m-.667 7.333c0 2.578 2.686 4.667 6 4.667s6-1.333 6-4.667c0-2.393-1.03-3.755-3.092-4.333"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M3.992 12h16"/><path d="M17.492 7.667c0-2.578-2.462-4.667-5.5-4.667s-5.5 2.09-5.5 4.667Q6.491 8.396 6.66 9m-.667 7.333c0 2.578 2.686 4.667 6 4.667s6-1.333 6-4.667c0-2.393-1.03-3.755-3.092-4.333"/></g></svg>
</template>

CSS

.icon-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3.992%2012h16%22%2F%3E%3Cpath%20d%3D%22M17.492%207.667c0-2.578-2.462-4.667-5.5-4.667s-5.5%202.09-5.5%204.667Q6.491%208.396%206.66%209m-.667%207.333c0%202.578%202.686%204.667%206%204.667s6-1.333%206-4.667c0-2.393-1.03-3.755-3.092-4.333%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3.992%2012h16%22%2F%3E%3Cpath%20d%3D%22M17.492%207.667c0-2.578-2.462-4.667-5.5-4.667s-5.5%202.09-5.5%204.667Q6.491%208.396%206.66%209m-.667%207.333c0%202.578%202.686%204.667%206%204.667s6-1.333%206-4.667c0-2.393-1.03-3.755-3.092-4.333%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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