strikethrough icon
strikethrough from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- strikethrough
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
strikethrough-outlinedAnt Design IconsstrikethroughBoxIcons v2strikethroughFramework7 IconsstrikethroughFont Awesome 6 SolidstrikethroughFont Awesome SolidstrikethroughHeroIconsstrikethroughHuge IconsstrikethroughIconParkstrikethroughIconPark OutlinestrikethroughIconoirstrikethroughJam IconsstrikethroughLine 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="0 0 16 16"><path fill="currentColor" d="M5 5.1c0-.554.292-1.065.84-1.455C6.392 3.252 7.187 3 8.1 3c1.298 0 2.384.56 2.763 1.243a.5.5 0 0 0 .874-.486C11.117 2.64 9.602 2 8.1 2c-1.087 0-2.092.298-2.84.83C4.508 3.365 4 4.154 4 5.1c0 .72.3 1.375.79 1.9h1.722C5.552 6.593 5 5.83 5 5.1M13.5 8a.5.5 0 0 1 0 1h-2.342c.517.504.842 1.149.842 1.9c0 .902-.515 1.688-1.255 2.229c-.743.543-1.749.871-2.845.871c-1.624 0-3.002-.65-3.716-1.723a.5.5 0 0 1 .832-.554C5.502 12.45 6.524 13 7.9 13c.904 0 1.698-.272 2.255-.679c.56-.409.845-.923.845-1.421c0-.775-.63-1.526-1.777-1.9H2.5a.5.5 0 0 1 0-1z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconStrikethrough(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 5.1c0-.554.292-1.065.84-1.455C6.392 3.252 7.187 3 8.1 3c1.298 0 2.384.56 2.763 1.243a.5.5 0 0 0 .874-.486C11.117 2.64 9.602 2 8.1 2c-1.087 0-2.092.298-2.84.83C4.508 3.365 4 4.154 4 5.1c0 .72.3 1.375.79 1.9h1.722C5.552 6.593 5 5.83 5 5.1M13.5 8a.5.5 0 0 1 0 1h-2.342c.517.504.842 1.149.842 1.9c0 .902-.515 1.688-1.255 2.229c-.743.543-1.749.871-2.845.871c-1.624 0-3.002-.65-3.716-1.723a.5.5 0 0 1 .832-.554C5.502 12.45 6.524 13 7.9 13c.904 0 1.698-.272 2.255-.679c.56-.409.845-.923.845-1.421c0-.775-.63-1.526-1.777-1.9H2.5a.5.5 0 0 1 0-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5 5.1c0-.554.292-1.065.84-1.455C6.392 3.252 7.187 3 8.1 3c1.298 0 2.384.56 2.763 1.243a.5.5 0 0 0 .874-.486C11.117 2.64 9.602 2 8.1 2c-1.087 0-2.092.298-2.84.83C4.508 3.365 4 4.154 4 5.1c0 .72.3 1.375.79 1.9h1.722C5.552 6.593 5 5.83 5 5.1M13.5 8a.5.5 0 0 1 0 1h-2.342c.517.504.842 1.149.842 1.9c0 .902-.515 1.688-1.255 2.229c-.743.543-1.749.871-2.845.871c-1.624 0-3.002-.65-3.716-1.723a.5.5 0 0 1 .832-.554C5.502 12.45 6.524 13 7.9 13c.904 0 1.698-.272 2.255-.679c.56-.409.845-.923.845-1.421c0-.775-.63-1.526-1.777-1.9H2.5a.5.5 0 0 1 0-1z"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205.1c0-.554.292-1.065.84-1.455C6.392%203.252%207.187%203%208.1%203c1.298%200%202.384.56%202.763%201.243a.5.5%200%200%200%20.874-.486C11.117%202.64%209.602%202%208.1%202c-1.087%200-2.092.298-2.84.83C4.508%203.365%204%204.154%204%205.1c0%20.72.3%201.375.79%201.9h1.722C5.552%206.593%205%205.83%205%205.1M13.5%208a.5.5%200%200%201%200%201h-2.342c.517.504.842%201.149.842%201.9c0%20.902-.515%201.688-1.255%202.229c-.743.543-1.749.871-2.845.871c-1.624%200-3.002-.65-3.716-1.723a.5.5%200%200%201%20.832-.554C5.502%2012.45%206.524%2013%207.9%2013c.904%200%201.698-.272%202.255-.679c.56-.409.845-.923.845-1.421c0-.775-.63-1.526-1.777-1.9H2.5a.5.5%200%200%201%200-1z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205.1c0-.554.292-1.065.84-1.455C6.392%203.252%207.187%203%208.1%203c1.298%200%202.384.56%202.763%201.243a.5.5%200%200%200%20.874-.486C11.117%202.64%209.602%202%208.1%202c-1.087%200-2.092.298-2.84.83C4.508%203.365%204%204.154%204%205.1c0%20.72.3%201.375.79%201.9h1.722C5.552%206.593%205%205.83%205%205.1M13.5%208a.5.5%200%200%201%200%201h-2.342c.517.504.842%201.149.842%201.9c0%20.902-.515%201.688-1.255%202.229c-.743.543-1.749.871-2.845.871c-1.624%200-3.002-.65-3.716-1.723a.5.5%200%200%201%20.832-.554C5.502%2012.45%206.524%2013%207.9%2013c.904%200%201.698-.272%202.255-.679c.56-.409.845-.923.845-1.421c0-.775-.63-1.526-1.777-1.9H2.5a.5.5%200%200%201%200-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/strikethrough.svg?color=%231a73e8&size=48