text strikethrough s icon
text-strikethrough-s-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- text-strikethrough-s-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Fluent UI System Icons
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 s icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4.75 12h14.5a.75.75 0 0 1 .102 1.493l-.102.007h-2.974c.879.813 1.336 1.793 1.336 2.935c0 2.825-3.232 4.64-6.755 4.23c-2.234-.26-3.808-1.155-4.634-2.702a.75.75 0 0 1 1.323-.707c.57 1.068 1.702 1.712 3.484 1.92c2.743.318 5.082-.995 5.082-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-.743L4.75 12h14.5h-14.5zm1.51-3.877c.153-2.83 2.823-4.468 6.324-4.061c2.189.254 3.864 1.053 4.983 2.409a.75.75 0 0 1-1.157.955c-.852-1.033-2.171-1.662-3.999-1.874c-2.718-.316-4.65.804-4.65 2.571c0 .772.234 1.348.83 1.982l.128.132c.094.096.196.195.25.24l.03.02H7.082l-.025-.038c-.143-.206-.856-1.195-.795-2.336z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentTextStrikethroughS24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4.75 12h14.5a.75.75 0 0 1 .102 1.493l-.102.007h-2.974c.879.813 1.336 1.793 1.336 2.935c0 2.825-3.232 4.64-6.755 4.23c-2.234-.26-3.808-1.155-4.634-2.702a.75.75 0 0 1 1.323-.707c.57 1.068 1.702 1.712 3.484 1.92c2.743.318 5.082-.995 5.082-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-.743L4.75 12h14.5h-14.5zm1.51-3.877c.153-2.83 2.823-4.468 6.324-4.061c2.189.254 3.864 1.053 4.983 2.409a.75.75 0 0 1-1.157.955c-.852-1.033-2.171-1.662-3.999-1.874c-2.718-.316-4.65.804-4.65 2.571c0 .772.234 1.348.83 1.982l.128.132c.094.096.196.195.25.24l.03.02H7.082l-.025-.038c-.143-.206-.856-1.195-.795-2.336z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M4.75 12h14.5a.75.75 0 0 1 .102 1.493l-.102.007h-2.974c.879.813 1.336 1.793 1.336 2.935c0 2.825-3.232 4.64-6.755 4.23c-2.234-.26-3.808-1.155-4.634-2.702a.75.75 0 0 1 1.323-.707c.57 1.068 1.702 1.712 3.484 1.92c2.743.318 5.082-.995 5.082-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-.743L4.75 12h14.5h-14.5zm1.51-3.877c.153-2.83 2.823-4.468 6.324-4.061c2.189.254 3.864 1.053 4.983 2.409a.75.75 0 0 1-1.157.955c-.852-1.033-2.171-1.662-3.999-1.874c-2.718-.316-4.65.804-4.65 2.571c0 .772.234 1.348.83 1.982l.128.132c.094.096.196.195.25.24l.03.02H7.082l-.025-.038c-.143-.206-.856-1.195-.795-2.336z" fill="currentColor"/></g></svg> </template>
CSS
.icon-text-strikethrough-s-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4.75%2012h14.5a.75.75%200%200%201%20.102%201.493l-.102.007h-2.974c.879.813%201.336%201.793%201.336%202.935c0%202.825-3.232%204.64-6.755%204.23c-2.234-.26-3.808-1.155-4.634-2.702a.75.75%200%200%201%201.323-.707c.57%201.068%201.702%201.712%203.484%201.92c2.743.318%205.082-.995%205.082-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-.743L4.75%2012h14.5h-14.5zm1.51-3.877c.153-2.83%202.823-4.468%206.324-4.061c2.189.254%203.864%201.053%204.983%202.409a.75.75%200%200%201-1.157.955c-.852-1.033-2.171-1.662-3.999-1.874c-2.718-.316-4.65.804-4.65%202.571c0%20.772.234%201.348.83%201.982l.128.132c.094.096.196.195.25.24l.03.02H7.082l-.025-.038c-.143-.206-.856-1.195-.795-2.336z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4.75%2012h14.5a.75.75%200%200%201%20.102%201.493l-.102.007h-2.974c.879.813%201.336%201.793%201.336%202.935c0%202.825-3.232%204.64-6.755%204.23c-2.234-.26-3.808-1.155-4.634-2.702a.75.75%200%200%201%201.323-.707c.57%201.068%201.702%201.712%203.484%201.92c2.743.318%205.082-.995%205.082-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-.743L4.75%2012h14.5h-14.5zm1.51-3.877c.153-2.83%202.823-4.468%206.324-4.061c2.189.254%203.864%201.053%204.983%202.409a.75.75%200%200%201-1.157.955c-.852-1.033-2.171-1.662-3.999-1.874c-2.718-.316-4.65.804-4.65%202.571c0%20.772.234%201.348.83%201.982l.128.132c.094.096.196.195.25.24l.03.02H7.082l-.025-.038c-.143-.206-.856-1.195-.795-2.336z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-strikethrough-s-24-regular.svg?color=%231a73e8&size=48