strikethrough icon
strikethrough-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- strikethrough-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
1 other variant in Octicons
The same icon in other sets
strikethrough-outlinedAnt Design IconsstrikethroughBoxIcons v2strikethroughCodiconsstrikethroughFramework7 IconsstrikethroughFont Awesome 6 SolidstrikethroughFont Awesome SolidstrikethroughHeroIconsstrikethroughHuge IconsstrikethroughIconParkstrikethroughIconPark OutlinestrikethroughIconoirstrikethroughJam IconsstrikethroughLine AwesomestrikethroughLucidestrikethrough-fillMingCute IconstrikethroughRadix IconsstrikethroughRemix IconstrikethroughTabler Iconsstrikethrough-outlineTeenyicons
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="m16.533 12.5l.054.043c.93.75 1.538 1.77 1.538 3.066a4.13 4.13 0 0 1-1.479 3.177c-1.058.904-2.679 1.464-4.974 1.464c-2.35 0-4.252-.837-5.318-1.865a.75.75 0 1 1 1.042-1.08c.747.722 2.258 1.445 4.276 1.445c2.065 0 3.296-.504 3.999-1.105a2.63 2.63 0 0 0 .954-2.036c0-.764-.337-1.38-.979-1.898c-.649-.523-1.598-.931-2.76-1.211H3.75a.75.75 0 0 1 0-1.5h16.5a.75.75 0 0 1 0 1.5ZM12.36 5C9.37 5 8.105 6.613 8.105 7.848c0 .411.072.744.193 1.02a.75.75 0 0 1-1.373.603a4 4 0 0 1-.32-1.623c0-2.363 2.271-4.348 5.755-4.348c1.931 0 3.722.794 4.814 1.5a.75.75 0 1 1-.814 1.26c-.94-.607-2.448-1.26-4-1.26"/></svg>
React
import type { SVGProps } from "react";
export function OcticonStrikethrough24(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="m16.533 12.5l.054.043c.93.75 1.538 1.77 1.538 3.066a4.13 4.13 0 0 1-1.479 3.177c-1.058.904-2.679 1.464-4.974 1.464c-2.35 0-4.252-.837-5.318-1.865a.75.75 0 1 1 1.042-1.08c.747.722 2.258 1.445 4.276 1.445c2.065 0 3.296-.504 3.999-1.105a2.63 2.63 0 0 0 .954-2.036c0-.764-.337-1.38-.979-1.898c-.649-.523-1.598-.931-2.76-1.211H3.75a.75.75 0 0 1 0-1.5h16.5a.75.75 0 0 1 0 1.5ZM12.36 5C9.37 5 8.105 6.613 8.105 7.848c0 .411.072.744.193 1.02a.75.75 0 0 1-1.373.603a4 4 0 0 1-.32-1.623c0-2.363 2.271-4.348 5.755-4.348c1.931 0 3.722.794 4.814 1.5a.75.75 0 1 1-.814 1.26c-.94-.607-2.448-1.26-4-1.26"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.533 12.5l.054.043c.93.75 1.538 1.77 1.538 3.066a4.13 4.13 0 0 1-1.479 3.177c-1.058.904-2.679 1.464-4.974 1.464c-2.35 0-4.252-.837-5.318-1.865a.75.75 0 1 1 1.042-1.08c.747.722 2.258 1.445 4.276 1.445c2.065 0 3.296-.504 3.999-1.105a2.63 2.63 0 0 0 .954-2.036c0-.764-.337-1.38-.979-1.898c-.649-.523-1.598-.931-2.76-1.211H3.75a.75.75 0 0 1 0-1.5h16.5a.75.75 0 0 1 0 1.5ZM12.36 5C9.37 5 8.105 6.613 8.105 7.848c0 .411.072.744.193 1.02a.75.75 0 0 1-1.373.603a4 4 0 0 1-.32-1.623c0-2.363 2.271-4.348 5.755-4.348c1.931 0 3.722.794 4.814 1.5a.75.75 0 1 1-.814 1.26c-.94-.607-2.448-1.26-4-1.26"/></svg> </template>
CSS
.icon-strikethrough-24 {
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%22m16.533%2012.5l.054.043c.93.75%201.538%201.77%201.538%203.066a4.13%204.13%200%200%201-1.479%203.177c-1.058.904-2.679%201.464-4.974%201.464c-2.35%200-4.252-.837-5.318-1.865a.75.75%200%201%201%201.042-1.08c.747.722%202.258%201.445%204.276%201.445c2.065%200%203.296-.504%203.999-1.105a2.63%202.63%200%200%200%20.954-2.036c0-.764-.337-1.38-.979-1.898c-.649-.523-1.598-.931-2.76-1.211H3.75a.75.75%200%200%201%200-1.5h16.5a.75.75%200%200%201%200%201.5ZM12.36%205C9.37%205%208.105%206.613%208.105%207.848c0%20.411.072.744.193%201.02a.75.75%200%200%201-1.373.603a4%204%200%200%201-.32-1.623c0-2.363%202.271-4.348%205.755-4.348c1.931%200%203.722.794%204.814%201.5a.75.75%200%201%201-.814%201.26c-.94-.607-2.448-1.26-4-1.26%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%22m16.533%2012.5l.054.043c.93.75%201.538%201.77%201.538%203.066a4.13%204.13%200%200%201-1.479%203.177c-1.058.904-2.679%201.464-4.974%201.464c-2.35%200-4.252-.837-5.318-1.865a.75.75%200%201%201%201.042-1.08c.747.722%202.258%201.445%204.276%201.445c2.065%200%203.296-.504%203.999-1.105a2.63%202.63%200%200%200%20.954-2.036c0-.764-.337-1.38-.979-1.898c-.649-.523-1.598-.931-2.76-1.211H3.75a.75.75%200%200%201%200-1.5h16.5a.75.75%200%200%201%200%201.5ZM12.36%205C9.37%205%208.105%206.613%208.105%207.848c0%20.411.072.744.193%201.02a.75.75%200%200%201-1.373.603a4%204%200%200%201-.32-1.623c0-2.363%202.271-4.348%205.755-4.348c1.931%200%203.722.794%204.814%201.5a.75.75%200%201%201-.814%201.26c-.94-.607-2.448-1.26-4-1.26%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/strikethrough-24.svg?color=%231a73e8&size=48