text strikethrough icon
text-strikethrough-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- text-strikethrough-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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="M13.848 11.5H19.5a1 1 0 0 1 0 2h-2.387a4.03 4.03 0 0 1 .998 2.685c0 2.928-3.28 4.914-7.033 4.478c-2.328-.27-3.965-1.219-4.827-2.832c-.26-.487-.207-1.016.248-1.331c.455-.316 1.256-.099 1.516.388c.533.998 1.604 1.592 3.294 1.789c2.586.3 4.802-.91 4.802-2.492c0-1.099-.547-1.94-2.107-2.685H5a1 1 0 1 1 0-2zM6.987 9.695a5 5 0 0 1-.298-.51c-.3-.59-.468-1.214-.435-1.835c.16-2.965 2.934-4.713 6.602-4.287c2.26.263 3.99 1.084 5.147 2.487a.993.993 0 0 1-.153 1.4c-.426.351-1.049.326-1.4-.1c-.813-.985-2.068-1.596-3.825-1.8c-2.56-.298-4.371.718-4.371 2.323c0 .714.239 1.22.762 1.81q.338.38 1.265.815H7.192z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextStrikethrough24Filled(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="M13.848 11.5H19.5a1 1 0 0 1 0 2h-2.387a4.03 4.03 0 0 1 .998 2.685c0 2.928-3.28 4.914-7.033 4.478c-2.328-.27-3.965-1.219-4.827-2.832c-.26-.487-.207-1.016.248-1.331c.455-.316 1.256-.099 1.516.388c.533.998 1.604 1.592 3.294 1.789c2.586.3 4.802-.91 4.802-2.492c0-1.099-.547-1.94-2.107-2.685H5a1 1 0 1 1 0-2zM6.987 9.695a5 5 0 0 1-.298-.51c-.3-.59-.468-1.214-.435-1.835c.16-2.965 2.934-4.713 6.602-4.287c2.26.263 3.99 1.084 5.147 2.487a.993.993 0 0 1-.153 1.4c-.426.351-1.049.326-1.4-.1c-.813-.985-2.068-1.596-3.825-1.8c-2.56-.298-4.371.718-4.371 2.323c0 .714.239 1.22.762 1.81q.338.38 1.265.815H7.192z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.848 11.5H19.5a1 1 0 0 1 0 2h-2.387a4.03 4.03 0 0 1 .998 2.685c0 2.928-3.28 4.914-7.033 4.478c-2.328-.27-3.965-1.219-4.827-2.832c-.26-.487-.207-1.016.248-1.331c.455-.316 1.256-.099 1.516.388c.533.998 1.604 1.592 3.294 1.789c2.586.3 4.802-.91 4.802-2.492c0-1.099-.547-1.94-2.107-2.685H5a1 1 0 1 1 0-2zM6.987 9.695a5 5 0 0 1-.298-.51c-.3-.59-.468-1.214-.435-1.835c.16-2.965 2.934-4.713 6.602-4.287c2.26.263 3.99 1.084 5.147 2.487a.993.993 0 0 1-.153 1.4c-.426.351-1.049.326-1.4-.1c-.813-.985-2.068-1.596-3.825-1.8c-2.56-.298-4.371.718-4.371 2.323c0 .714.239 1.22.762 1.81q.338.38 1.265.815H7.192z"/></svg> </template>
CSS
.icon-text-strikethrough-24-filled {
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%22M13.848%2011.5H19.5a1%201%200%200%201%200%202h-2.387a4.03%204.03%200%200%201%20.998%202.685c0%202.928-3.28%204.914-7.033%204.478c-2.328-.27-3.965-1.219-4.827-2.832c-.26-.487-.207-1.016.248-1.331c.455-.316%201.256-.099%201.516.388c.533.998%201.604%201.592%203.294%201.789c2.586.3%204.802-.91%204.802-2.492c0-1.099-.547-1.94-2.107-2.685H5a1%201%200%201%201%200-2zM6.987%209.695a5%205%200%200%201-.298-.51c-.3-.59-.468-1.214-.435-1.835c.16-2.965%202.934-4.713%206.602-4.287c2.26.263%203.99%201.084%205.147%202.487a.993.993%200%200%201-.153%201.4c-.426.351-1.049.326-1.4-.1c-.813-.985-2.068-1.596-3.825-1.8c-2.56-.298-4.371.718-4.371%202.323c0%20.714.239%201.22.762%201.81q.338.38%201.265.815H7.192z%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%22M13.848%2011.5H19.5a1%201%200%200%201%200%202h-2.387a4.03%204.03%200%200%201%20.998%202.685c0%202.928-3.28%204.914-7.033%204.478c-2.328-.27-3.965-1.219-4.827-2.832c-.26-.487-.207-1.016.248-1.331c.455-.316%201.256-.099%201.516.388c.533.998%201.604%201.592%203.294%201.789c2.586.3%204.802-.91%204.802-2.492c0-1.099-.547-1.94-2.107-2.685H5a1%201%200%201%201%200-2zM6.987%209.695a5%205%200%200%201-.298-.51c-.3-.59-.468-1.214-.435-1.835c.16-2.965%202.934-4.713%206.602-4.287c2.26.263%203.99%201.084%205.147%202.487a.993.993%200%200%201-.153%201.4c-.426.351-1.049.326-1.4-.1c-.813-.985-2.068-1.596-3.825-1.8c-2.56-.298-4.371.718-4.371%202.323c0%20.714.239%201.22.762%201.81q.338.38%201.265.815H7.192z%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-filled.svg?color=%231a73e8&size=48