strikethrough from Font Awesome Solid by Dave Gandy · Solid · Editors · CC-BY-4.0 Attribution required.

Name
strikethrough
Set
Font Awesome Solid
Style
Solid
Category
Editors
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More editors icons from Font Awesome Solid

Use the strikethrough icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M160 221.5C160 152.2 216.2 96 285.5 96H432c17.7 0 32 14.3 32 32s-14.3 32-32 32H285.5c-34 0-61.5 27.5-61.5 61.5c0 31 23.1 57.2 53.9 61L322 288h222c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32s14.3-32 32-32h83.1C167 268.6 160 245.8 160 221.5M413.2 400h65.5c.9 6.1 1.4 12.2 1.4 18.5c0 69.3-56.2 125.5-125.5 125.5H208c-17.7 0-32-14.3-32-32s14.3-32 32-32h146.5c34 0 61.5-27.5 61.5-61.5c0-6.4-1-12.7-2.8-18.5"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidStrikethrough(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M160 221.5C160 152.2 216.2 96 285.5 96H432c17.7 0 32 14.3 32 32s-14.3 32-32 32H285.5c-34 0-61.5 27.5-61.5 61.5c0 31 23.1 57.2 53.9 61L322 288h222c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32s14.3-32 32-32h83.1C167 268.6 160 245.8 160 221.5M413.2 400h65.5c.9 6.1 1.4 12.2 1.4 18.5c0 69.3-56.2 125.5-125.5 125.5H208c-17.7 0-32-14.3-32-32s14.3-32 32-32h146.5c34 0 61.5-27.5 61.5-61.5c0-6.4-1-12.7-2.8-18.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M160 221.5C160 152.2 216.2 96 285.5 96H432c17.7 0 32 14.3 32 32s-14.3 32-32 32H285.5c-34 0-61.5 27.5-61.5 61.5c0 31 23.1 57.2 53.9 61L322 288h222c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32s14.3-32 32-32h83.1C167 268.6 160 245.8 160 221.5M413.2 400h65.5c.9 6.1 1.4 12.2 1.4 18.5c0 69.3-56.2 125.5-125.5 125.5H208c-17.7 0-32-14.3-32-32s14.3-32 32-32h146.5c34 0 61.5-27.5 61.5-61.5c0-6.4-1-12.7-2.8-18.5"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20221.5C160%20152.2%20216.2%2096%20285.5%2096H432c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H285.5c-34%200-61.5%2027.5-61.5%2061.5c0%2031%2023.1%2057.2%2053.9%2061L322%20288h222c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H96c-17.7%200-32-14.3-32-32s14.3-32%2032-32h83.1C167%20268.6%20160%20245.8%20160%20221.5M413.2%20400h65.5c.9%206.1%201.4%2012.2%201.4%2018.5c0%2069.3-56.2%20125.5-125.5%20125.5H208c-17.7%200-32-14.3-32-32s14.3-32%2032-32h146.5c34%200%2061.5-27.5%2061.5-61.5c0-6.4-1-12.7-2.8-18.5%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20221.5C160%20152.2%20216.2%2096%20285.5%2096H432c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H285.5c-34%200-61.5%2027.5-61.5%2061.5c0%2031%2023.1%2057.2%2053.9%2061L322%20288h222c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H96c-17.7%200-32-14.3-32-32s14.3-32%2032-32h83.1C167%20268.6%20160%20245.8%20160%20221.5M413.2%20400h65.5c.9%206.1%201.4%2012.2%201.4%2018.5c0%2069.3-56.2%20125.5-125.5%20125.5H208c-17.7%200-32-14.3-32-32s14.3-32%2032-32h146.5c34%200%2061.5-27.5%2061.5-61.5c0-6.4-1-12.7-2.8-18.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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