text strikethrough icon
text-strikethrough-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- text-strikethrough-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
text-abc-underline-double-32-filledtext-add-20-filledtext-add-space-after-20-filledtext-add-space-before-20-filledtext-add-t-20-filledtext-align-center-16-filledtext-align-center-rotate-270-16-filledtext-align-center-rotate-90-16-filledtext-align-distributed-20-filledtext-align-distributed-evenly-20-filledtext-align-distributed-vertical-20-filledtext-align-justify-20-filledtext-align-justify-low-20-filledtext-align-justify-low-90-20-filledtext-align-justify-low-rotate-270-20-filledtext-align-justify-low-rotate-90-20-filledtext-align-justify-rotate-270-20-filledtext-align-justify-rotate-90-20-filledtext-align-left-16-filledtext-align-left-rotate-270-16-filledtext-align-left-rotate-90-16-filledtext-align-right-16-filledtext-align-right-rotate-270-16-filledtext-align-right-rotate-90-16-filled
Use the text strikethrough icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.75 12h14.5a.75.75 0 0 1 .102 1.493l-.101.007h-2.975c.88.813 1.336 1.793 1.336 2.935c0 2.825-3.232 4.64-6.754 4.23c-2.235-.26-3.809-1.155-4.635-2.702a.75.75 0 0 1 1.323-.707c.57 1.068 1.702 1.712 3.485 1.92c2.743.318 5.081-.995 5.081-2.741c0-1.172-.805-2.127-2.565-2.886l-.116-.049H4.75a.75.75 0 0 1-.743-.648L4 12.75a.75.75 0 0 1 .648-.743zh14.5zm1.511-3.877c.152-2.83 2.822-4.468 6.324-4.061c2.188.254 3.863 1.053 4.982 2.409a.75.75 0 1 1-1.157.955c-.852-1.033-2.17-1.662-3.999-1.874c-2.717-.316-4.65.804-4.65 2.571c0 .772.234 1.348.83 1.982l.128.132c.094.096.197.195.25.24l.031.02H7.08l-.024-.038c-.143-.206-.856-1.195-.795-2.336"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextStrikethrough24Regular(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="M4.75 12h14.5a.75.75 0 0 1 .102 1.493l-.101.007h-2.975c.88.813 1.336 1.793 1.336 2.935c0 2.825-3.232 4.64-6.754 4.23c-2.235-.26-3.809-1.155-4.635-2.702a.75.75 0 0 1 1.323-.707c.57 1.068 1.702 1.712 3.485 1.92c2.743.318 5.081-.995 5.081-2.741c0-1.172-.805-2.127-2.565-2.886l-.116-.049H4.75a.75.75 0 0 1-.743-.648L4 12.75a.75.75 0 0 1 .648-.743zh14.5zm1.511-3.877c.152-2.83 2.822-4.468 6.324-4.061c2.188.254 3.863 1.053 4.982 2.409a.75.75 0 1 1-1.157.955c-.852-1.033-2.17-1.662-3.999-1.874c-2.717-.316-4.65.804-4.65 2.571c0 .772.234 1.348.83 1.982l.128.132c.094.096.197.195.25.24l.031.02H7.08l-.024-.038c-.143-.206-.856-1.195-.795-2.336"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.75 12h14.5a.75.75 0 0 1 .102 1.493l-.101.007h-2.975c.88.813 1.336 1.793 1.336 2.935c0 2.825-3.232 4.64-6.754 4.23c-2.235-.26-3.809-1.155-4.635-2.702a.75.75 0 0 1 1.323-.707c.57 1.068 1.702 1.712 3.485 1.92c2.743.318 5.081-.995 5.081-2.741c0-1.172-.805-2.127-2.565-2.886l-.116-.049H4.75a.75.75 0 0 1-.743-.648L4 12.75a.75.75 0 0 1 .648-.743zh14.5zm1.511-3.877c.152-2.83 2.822-4.468 6.324-4.061c2.188.254 3.863 1.053 4.982 2.409a.75.75 0 1 1-1.157.955c-.852-1.033-2.17-1.662-3.999-1.874c-2.717-.316-4.65.804-4.65 2.571c0 .772.234 1.348.83 1.982l.128.132c.094.096.197.195.25.24l.031.02H7.08l-.024-.038c-.143-.206-.856-1.195-.795-2.336"/></svg> </template>
CSS
.icon-text-strikethrough-24-regular {
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%22M4.75%2012h14.5a.75.75%200%200%201%20.102%201.493l-.101.007h-2.975c.88.813%201.336%201.793%201.336%202.935c0%202.825-3.232%204.64-6.754%204.23c-2.235-.26-3.809-1.155-4.635-2.702a.75.75%200%200%201%201.323-.707c.57%201.068%201.702%201.712%203.485%201.92c2.743.318%205.081-.995%205.081-2.741c0-1.172-.805-2.127-2.565-2.886l-.116-.049H4.75a.75.75%200%200%201-.743-.648L4%2012.75a.75.75%200%200%201%20.648-.743zh14.5zm1.511-3.877c.152-2.83%202.822-4.468%206.324-4.061c2.188.254%203.863%201.053%204.982%202.409a.75.75%200%201%201-1.157.955c-.852-1.033-2.17-1.662-3.999-1.874c-2.717-.316-4.65.804-4.65%202.571c0%20.772.234%201.348.83%201.982l.128.132c.094.096.197.195.25.24l.031.02H7.08l-.024-.038c-.143-.206-.856-1.195-.795-2.336%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%22M4.75%2012h14.5a.75.75%200%200%201%20.102%201.493l-.101.007h-2.975c.88.813%201.336%201.793%201.336%202.935c0%202.825-3.232%204.64-6.754%204.23c-2.235-.26-3.809-1.155-4.635-2.702a.75.75%200%200%201%201.323-.707c.57%201.068%201.702%201.712%203.485%201.92c2.743.318%205.081-.995%205.081-2.741c0-1.172-.805-2.127-2.565-2.886l-.116-.049H4.75a.75.75%200%200%201-.743-.648L4%2012.75a.75.75%200%200%201%20.648-.743zh14.5zm1.511-3.877c.152-2.83%202.822-4.468%206.324-4.061c2.188.254%203.863%201.053%204.982%202.409a.75.75%200%201%201-1.157.955c-.852-1.033-2.17-1.662-3.999-1.874c-2.717-.316-4.65.804-4.65%202.571c0%20.772.234%201.348.83%201.982l.128.132c.094.096.197.195.25.24l.031.02H7.08l-.024-.038c-.143-.206-.856-1.195-.795-2.336%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-strikethrough-24-regular.svg?color=%231a73e8&size=48