strikethrough icon
strikethrough from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- strikethrough
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
strikethrough-outlinedAnt Design IconsstrikethroughBoxIcons v2strikethroughCodiconsstrikethroughFramework7 IconsstrikethroughFont Awesome 6 SolidstrikethroughFont Awesome SolidstrikethroughHeroIconsstrikethroughHuge IconsstrikethroughIconParkstrikethroughIconPark OutlinestrikethroughIconoirstrikethroughLine AwesomestrikethroughLucidestrikethrough-fillMingCute Iconstrikethrough-16OcticonsstrikethroughRadix IconsstrikethroughRemix IconstrikethroughTabler Iconsstrikethrough-outlineTeenyicons
Use the strikethrough icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-7 -5.5 24 24"><path fill="currentColor" d="M3.657 4.935H1.15a3 3 0 0 1-.15-.94v-.497A3.5 3.5 0 0 1 4.498 0H6a3 3 0 0 1 3 3a1 1 0 1 1-2 0a1 1 0 0 0-1-1H4.498C3.67 2 3 2.67 3 3.498v.497a1 1 0 0 0 .657.94m5.186 2.1c.102.301.157.624.157.96v.528a3.53 3.53 0 0 1-3.528 3.528H4a3 3 0 0 1-3-3V9a1 1 0 1 1 2 0v.05a1 1 0 0 0 1 1h1.472C6.316 10.05 7 9.367 7 8.523v-.528a1 1 0 0 0-.72-.96zM.5 5.51h9a.5.5 0 0 1 0 1h-9a.5.5 0 1 1 0-1"/></svg>
React
import type { SVGProps } from "react";
export function JamStrikethrough(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-7 -5.5 24 24"><path fill="currentColor" d="M3.657 4.935H1.15a3 3 0 0 1-.15-.94v-.497A3.5 3.5 0 0 1 4.498 0H6a3 3 0 0 1 3 3a1 1 0 1 1-2 0a1 1 0 0 0-1-1H4.498C3.67 2 3 2.67 3 3.498v.497a1 1 0 0 0 .657.94m5.186 2.1c.102.301.157.624.157.96v.528a3.53 3.53 0 0 1-3.528 3.528H4a3 3 0 0 1-3-3V9a1 1 0 1 1 2 0v.05a1 1 0 0 0 1 1h1.472C6.316 10.05 7 9.367 7 8.523v-.528a1 1 0 0 0-.72-.96zM.5 5.51h9a.5.5 0 0 1 0 1h-9a.5.5 0 1 1 0-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-7 -5.5 24 24"><path fill="currentColor" d="M3.657 4.935H1.15a3 3 0 0 1-.15-.94v-.497A3.5 3.5 0 0 1 4.498 0H6a3 3 0 0 1 3 3a1 1 0 1 1-2 0a1 1 0 0 0-1-1H4.498C3.67 2 3 2.67 3 3.498v.497a1 1 0 0 0 .657.94m5.186 2.1c.102.301.157.624.157.96v.528a3.53 3.53 0 0 1-3.528 3.528H4a3 3 0 0 1-3-3V9a1 1 0 1 1 2 0v.05a1 1 0 0 0 1 1h1.472C6.316 10.05 7 9.367 7 8.523v-.528a1 1 0 0 0-.72-.96zM.5 5.51h9a.5.5 0 0 1 0 1h-9a.5.5 0 1 1 0-1"/></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%22-7%20-5.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.657%204.935H1.15a3%203%200%200%201-.15-.94v-.497A3.5%203.5%200%200%201%204.498%200H6a3%203%200%200%201%203%203a1%201%200%201%201-2%200a1%201%200%200%200-1-1H4.498C3.67%202%203%202.67%203%203.498v.497a1%201%200%200%200%20.657.94m5.186%202.1c.102.301.157.624.157.96v.528a3.53%203.53%200%200%201-3.528%203.528H4a3%203%200%200%201-3-3V9a1%201%200%201%201%202%200v.05a1%201%200%200%200%201%201h1.472C6.316%2010.05%207%209.367%207%208.523v-.528a1%201%200%200%200-.72-.96zM.5%205.51h9a.5.5%200%200%201%200%201h-9a.5.5%200%201%201%200-1%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%22-7%20-5.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.657%204.935H1.15a3%203%200%200%201-.15-.94v-.497A3.5%203.5%200%200%201%204.498%200H6a3%203%200%200%201%203%203a1%201%200%201%201-2%200a1%201%200%200%200-1-1H4.498C3.67%202%203%202.67%203%203.498v.497a1%201%200%200%200%20.657.94m5.186%202.1c.102.301.157.624.157.96v.528a3.53%203.53%200%200%201-3.528%203.528H4a3%203%200%200%201-3-3V9a1%201%200%201%201%202%200v.05a1%201%200%200%200%201%201h1.472C6.316%2010.05%207%209.367%207%208.523v-.528a1%201%200%200%200-.72-.96zM.5%205.51h9a.5.5%200%200%201%200%201h-9a.5.5%200%201%201%200-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/strikethrough.svg?color=%231a73e8&size=48