strikethrough icon

strikethrough-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.

Name
strikethrough-solid
Set
Teenyicons
Style
Solid
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

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 15 15"><path fill="currentColor" fill-rule="evenodd" d="M4 3.781A2.78 2.78 0 0 1 6.781 1H8a3 3 0 0 1 3 3h-1a2 2 0 0 0-2-2H6.781A1.78 1.78 0 0 0 5 3.781c0 .843.502 1.605 1.277 1.937l-.394.919A3.11 3.11 0 0 1 4 3.78M9.392 8H2V7h11v1h-2.01q.185.21.34.44c.406.602.67 1.326.67 2.047A3.513 3.513 0 0 1 8.487 14H7a4 4 0 0 1-4-4h1a3 3 0 0 0 3 3h1.487A2.513 2.513 0 0 0 11 10.487c0-.484-.182-1.017-.5-1.488c-.296-.44-.69-.797-1.108-.999" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsStrikethroughSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fillRule="evenodd" d="M4 3.781A2.78 2.78 0 0 1 6.781 1H8a3 3 0 0 1 3 3h-1a2 2 0 0 0-2-2H6.781A1.78 1.78 0 0 0 5 3.781c0 .843.502 1.605 1.277 1.937l-.394.919A3.11 3.11 0 0 1 4 3.78M9.392 8H2V7h11v1h-2.01q.185.21.34.44c.406.602.67 1.326.67 2.047A3.513 3.513 0 0 1 8.487 14H7a4 4 0 0 1-4-4h1a3 3 0 0 0 3 3h1.487A2.513 2.513 0 0 0 11 10.487c0-.484-.182-1.017-.5-1.488c-.296-.44-.69-.797-1.108-.999" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M4 3.781A2.78 2.78 0 0 1 6.781 1H8a3 3 0 0 1 3 3h-1a2 2 0 0 0-2-2H6.781A1.78 1.78 0 0 0 5 3.781c0 .843.502 1.605 1.277 1.937l-.394.919A3.11 3.11 0 0 1 4 3.78M9.392 8H2V7h11v1h-2.01q.185.21.34.44c.406.602.67 1.326.67 2.047A3.513 3.513 0 0 1 8.487 14H7a4 4 0 0 1-4-4h1a3 3 0 0 0 3 3h1.487A2.513 2.513 0 0 0 11 10.487c0-.484-.182-1.017-.5-1.488c-.296-.44-.69-.797-1.108-.999" 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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%203.781A2.78%202.78%200%200%201%206.781%201H8a3%203%200%200%201%203%203h-1a2%202%200%200%200-2-2H6.781A1.78%201.78%200%200%200%205%203.781c0%20.843.502%201.605%201.277%201.937l-.394.919A3.11%203.11%200%200%201%204%203.78M9.392%208H2V7h11v1h-2.01q.185.21.34.44c.406.602.67%201.326.67%202.047A3.513%203.513%200%200%201%208.487%2014H7a4%204%200%200%201-4-4h1a3%203%200%200%200%203%203h1.487A2.513%202.513%200%200%200%2011%2010.487c0-.484-.182-1.017-.5-1.488c-.296-.44-.69-.797-1.108-.999%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%203.781A2.78%202.78%200%200%201%206.781%201H8a3%203%200%200%201%203%203h-1a2%202%200%200%200-2-2H6.781A1.78%201.78%200%200%200%205%203.781c0%20.843.502%201.605%201.277%201.937l-.394.919A3.11%203.11%200%200%201%204%203.78M9.392%208H2V7h11v1h-2.01q.185.21.34.44c.406.602.67%201.326.67%202.047A3.513%203.513%200%200%201%208.487%2014H7a4%204%200%200%201-4-4h1a3%203%200%200%200%203%203h1.487A2.513%202.513%200%200%200%2011%2010.487c0-.484-.182-1.017-.5-1.488c-.296-.44-.69-.797-1.108-.999%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/teenyicons/strikethrough-solid.svg?color=%231a73e8&size=48