Back to Explorer
16 - 512
0.5 - 4.0
Save to
editoroutline
md format strikethrough
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdFormatStrikethroughIcon = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<path d="M0 0h24v24H0V0z" fill="none"/><path d="M10 19h4v-3h-4v3zM5 4v3h5v3h4V7h5V4H5zM3 14h18v-2H3v2z"/>
</svg>
);SVG Optimizer
Before
0.29 KB
↓
After
0.29 KB
Tags
alphabetcancelcharactercross outcrossedcrossed outdeletedocdocumenteditedit texteditingeditorfontformatformat textformatting optionhorizontal lineletterslineline through textmarkingremovesheetspreadsheetstrikethroughstrikethrustylesymboltexttext decorationthroughtypetypographyvisual formattingword processingwriting
Compare Alternatives
See how other libraries approach this concept.