strikethrough icon
strikethrough-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- strikethrough-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
strikethrough-outlinedAnt Design IconsstrikethroughBoxIcons v2strikethroughCodiconsstrikethroughFramework7 IconsstrikethroughFont Awesome 6 SolidstrikethroughFont Awesome SolidstrikethroughHeroIconsstrikethroughHuge IconsstrikethroughIconParkstrikethroughIconPark OutlinestrikethroughIconoirstrikethroughJam IconsstrikethroughLine AwesomestrikethroughLucidestrikethrough-16OcticonsstrikethroughRadix 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="M19 11.5a1.5 1.5 0 0 1 0 3h-1.273q.086.199.156.405c1.081 3.244-1.334 6.595-4.753 6.595h-1.702a6.24 6.24 0 0 1-5.58-3.448l-.19-.381a1.5 1.5 0 0 1 2.684-1.342l.19.382a3.24 3.24 0 0 0 2.896 1.789h1.702a2.011 2.011 0 0 0 .898-3.809l-.383-.191H5a1.5 1.5 0 0 1 0-3zm-6.428-9a6.24 6.24 0 0 1 5.58 3.448l.19.381a1.5 1.5 0 0 1-2.684 1.342l-.19-.382A3.24 3.24 0 0 0 12.572 5.5H10.87a2.011 2.011 0 0 0-.898 3.809l1.383.691H6.52a5 5 0 0 1-.404-.905C5.036 5.85 7.451 2.5 10.87 2.5z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteStrikethroughFill(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="M19 11.5a1.5 1.5 0 0 1 0 3h-1.273q.086.199.156.405c1.081 3.244-1.334 6.595-4.753 6.595h-1.702a6.24 6.24 0 0 1-5.58-3.448l-.19-.381a1.5 1.5 0 0 1 2.684-1.342l.19.382a3.24 3.24 0 0 0 2.896 1.789h1.702a2.011 2.011 0 0 0 .898-3.809l-.383-.191H5a1.5 1.5 0 0 1 0-3zm-6.428-9a6.24 6.24 0 0 1 5.58 3.448l.19.381a1.5 1.5 0 0 1-2.684 1.342l-.19-.382A3.24 3.24 0 0 0 12.572 5.5H10.87a2.011 2.011 0 0 0-.898 3.809l1.383.691H6.52a5 5 0 0 1-.404-.905C5.036 5.85 7.451 2.5 10.87 2.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 11.5a1.5 1.5 0 0 1 0 3h-1.273q.086.199.156.405c1.081 3.244-1.334 6.595-4.753 6.595h-1.702a6.24 6.24 0 0 1-5.58-3.448l-.19-.381a1.5 1.5 0 0 1 2.684-1.342l.19.382a3.24 3.24 0 0 0 2.896 1.789h1.702a2.011 2.011 0 0 0 .898-3.809l-.383-.191H5a1.5 1.5 0 0 1 0-3zm-6.428-9a6.24 6.24 0 0 1 5.58 3.448l.19.381a1.5 1.5 0 0 1-2.684 1.342l-.19-.382A3.24 3.24 0 0 0 12.572 5.5H10.87a2.011 2.011 0 0 0-.898 3.809l1.383.691H6.52a5 5 0 0 1-.404-.905C5.036 5.85 7.451 2.5 10.87 2.5z"/></svg> </template>
CSS
.icon-strikethrough-fill {
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%22M19%2011.5a1.5%201.5%200%200%201%200%203h-1.273q.086.199.156.405c1.081%203.244-1.334%206.595-4.753%206.595h-1.702a6.24%206.24%200%200%201-5.58-3.448l-.19-.381a1.5%201.5%200%200%201%202.684-1.342l.19.382a3.24%203.24%200%200%200%202.896%201.789h1.702a2.011%202.011%200%200%200%20.898-3.809l-.383-.191H5a1.5%201.5%200%200%201%200-3zm-6.428-9a6.24%206.24%200%200%201%205.58%203.448l.19.381a1.5%201.5%200%200%201-2.684%201.342l-.19-.382A3.24%203.24%200%200%200%2012.572%205.5H10.87a2.011%202.011%200%200%200-.898%203.809l1.383.691H6.52a5%205%200%200%201-.404-.905C5.036%205.85%207.451%202.5%2010.87%202.5z%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%22M19%2011.5a1.5%201.5%200%200%201%200%203h-1.273q.086.199.156.405c1.081%203.244-1.334%206.595-4.753%206.595h-1.702a6.24%206.24%200%200%201-5.58-3.448l-.19-.381a1.5%201.5%200%200%201%202.684-1.342l.19.382a3.24%203.24%200%200%200%202.896%201.789h1.702a2.011%202.011%200%200%200%20.898-3.809l-.383-.191H5a1.5%201.5%200%200%201%200-3zm-6.428-9a6.24%206.24%200%200%201%205.58%203.448l.19.381a1.5%201.5%200%200%201-2.684%201.342l-.19-.382A3.24%203.24%200%200%200%2012.572%205.5H10.87a2.011%202.011%200%200%200-.898%203.809l1.383.691H6.52a5%205%200%200%201-.404-.905C5.036%205.85%207.451%202.5%2010.87%202.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/strikethrough-fill.svg?color=%231a73e8&size=48