strikethrough icon

strikethrough from Remix Icon by Remix Design · Regular · Editor · Apache-2.0 Free for personal and commercial use.

Name
strikethrough
Set
Remix Icon
Style
Regular
Category
Editor
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More editor icons from Remix Icon

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" d="M17.154 14q.346.774.346 1.72q0 2.014-1.571 3.147Q14.357 20 11.586 20q-2.46 0-4.87-1.145v-2.254q2.28 1.316 4.666 1.316q3.826 0 3.839-2.197a2.2 2.2 0 0 0-.648-1.603l-.12-.117H3v-2h18v2zm-4.078-3H7.629a4 4 0 0 1-.481-.522Q6.5 9.643 6.5 8.452q0-1.854 1.397-3.153T12.222 4q2.207 0 4.222.984v2.152q-1.8-1.03-3.946-1.03q-3.72 0-3.719 2.346q0 .63.654 1.099q.654.47 1.613.75q.93.27 2.03.699"/></svg>

React

import type { SVGProps } from "react";

export function RiStrikethrough(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" d="M17.154 14q.346.774.346 1.72q0 2.014-1.571 3.147Q14.357 20 11.586 20q-2.46 0-4.87-1.145v-2.254q2.28 1.316 4.666 1.316q3.826 0 3.839-2.197a2.2 2.2 0 0 0-.648-1.603l-.12-.117H3v-2h18v2zm-4.078-3H7.629a4 4 0 0 1-.481-.522Q6.5 9.643 6.5 8.452q0-1.854 1.397-3.153T12.222 4q2.207 0 4.222.984v2.152q-1.8-1.03-3.946-1.03q-3.72 0-3.719 2.346q0 .63.654 1.099q.654.47 1.613.75q.93.27 2.03.699"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.154 14q.346.774.346 1.72q0 2.014-1.571 3.147Q14.357 20 11.586 20q-2.46 0-4.87-1.145v-2.254q2.28 1.316 4.666 1.316q3.826 0 3.839-2.197a2.2 2.2 0 0 0-.648-1.603l-.12-.117H3v-2h18v2zm-4.078-3H7.629a4 4 0 0 1-.481-.522Q6.5 9.643 6.5 8.452q0-1.854 1.397-3.153T12.222 4q2.207 0 4.222.984v2.152q-1.8-1.03-3.946-1.03q-3.72 0-3.719 2.346q0 .63.654 1.099q.654.47 1.613.75q.93.27 2.03.699"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.154%2014q.346.774.346%201.72q0%202.014-1.571%203.147Q14.357%2020%2011.586%2020q-2.46%200-4.87-1.145v-2.254q2.28%201.316%204.666%201.316q3.826%200%203.839-2.197a2.2%202.2%200%200%200-.648-1.603l-.12-.117H3v-2h18v2zm-4.078-3H7.629a4%204%200%200%201-.481-.522Q6.5%209.643%206.5%208.452q0-1.854%201.397-3.153T12.222%204q2.207%200%204.222.984v2.152q-1.8-1.03-3.946-1.03q-3.72%200-3.719%202.346q0%20.63.654%201.099q.654.47%201.613.75q.93.27%202.03.699%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%20d%3D%22M17.154%2014q.346.774.346%201.72q0%202.014-1.571%203.147Q14.357%2020%2011.586%2020q-2.46%200-4.87-1.145v-2.254q2.28%201.316%204.666%201.316q3.826%200%203.839-2.197a2.2%202.2%200%200%200-.648-1.603l-.12-.117H3v-2h18v2zm-4.078-3H7.629a4%204%200%200%201-.481-.522Q6.5%209.643%206.5%208.452q0-1.854%201.397-3.153T12.222%204q2.207%200%204.222.984v2.152q-1.8-1.03-3.946-1.03q-3.72%200-3.719%202.346q0%20.63.654%201.099q.654.47%201.613.75q.93.27%202.03.699%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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