text strikethrough s icon

text-strikethrough-s-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
text-strikethrough-s-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

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="M13.848 11.499H19.5a1 1 0 1 1 0 2h-2.387a4.03 4.03 0 0 1 .999 2.683c0 2.929-3.28 4.914-7.033 4.478c-2.328-.27-3.965-1.219-4.827-2.832c-.26-.487-.207-1.015.248-1.33c.455-.316 1.256-.1 1.516.388c.533.997 1.604 1.591 3.293 1.788c2.587.3 4.803-.91 4.803-2.492c0-1.098-.548-1.939-2.107-2.684H5a1 1 0 1 1 0-2H13.848zM6.987 9.694a5.12 5.12 0 0 1-.298-.51c-.3-.59-.468-1.214-.435-1.835c.16-2.964 2.934-4.712 6.602-4.285c2.26.262 3.989 1.083 5.147 2.486c.351.426.272 1.048-.154 1.4c-.425.35-1.048.325-1.4-.1c-.812-.985-2.067-1.596-3.824-1.8c-2.56-.298-4.371.718-4.371 2.323c0 .713.239 1.22.761 1.81c.226.253.647.525 1.266.814H7.192c-.111-.163-.18-.264-.205-.303z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentTextStrikethroughS24Filled(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="M13.848 11.499H19.5a1 1 0 1 1 0 2h-2.387a4.03 4.03 0 0 1 .999 2.683c0 2.929-3.28 4.914-7.033 4.478c-2.328-.27-3.965-1.219-4.827-2.832c-.26-.487-.207-1.015.248-1.33c.455-.316 1.256-.1 1.516.388c.533.997 1.604 1.591 3.293 1.788c2.587.3 4.803-.91 4.803-2.492c0-1.098-.548-1.939-2.107-2.684H5a1 1 0 1 1 0-2H13.848zM6.987 9.694a5.12 5.12 0 0 1-.298-.51c-.3-.59-.468-1.214-.435-1.835c.16-2.964 2.934-4.712 6.602-4.285c2.26.262 3.989 1.083 5.147 2.486c.351.426.272 1.048-.154 1.4c-.425.35-1.048.325-1.4-.1c-.812-.985-2.067-1.596-3.824-1.8c-2.56-.298-4.371.718-4.371 2.323c0 .713.239 1.22.761 1.81c.226.253.647.525 1.266.814H7.192c-.111-.163-.18-.264-.205-.303z" 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="M13.848 11.499H19.5a1 1 0 1 1 0 2h-2.387a4.03 4.03 0 0 1 .999 2.683c0 2.929-3.28 4.914-7.033 4.478c-2.328-.27-3.965-1.219-4.827-2.832c-.26-.487-.207-1.015.248-1.33c.455-.316 1.256-.1 1.516.388c.533.997 1.604 1.591 3.293 1.788c2.587.3 4.803-.91 4.803-2.492c0-1.098-.548-1.939-2.107-2.684H5a1 1 0 1 1 0-2H13.848zM6.987 9.694a5.12 5.12 0 0 1-.298-.51c-.3-.59-.468-1.214-.435-1.835c.16-2.964 2.934-4.712 6.602-4.285c2.26.262 3.989 1.083 5.147 2.486c.351.426.272 1.048-.154 1.4c-.425.35-1.048.325-1.4-.1c-.812-.985-2.067-1.596-3.824-1.8c-2.56-.298-4.371.718-4.371 2.323c0 .713.239 1.22.761 1.81c.226.253.647.525 1.266.814H7.192c-.111-.163-.18-.264-.205-.303z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-text-strikethrough-s-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M13.848%2011.499H19.5a1%201%200%201%201%200%202h-2.387a4.03%204.03%200%200%201%20.999%202.683c0%202.929-3.28%204.914-7.033%204.478c-2.328-.27-3.965-1.219-4.827-2.832c-.26-.487-.207-1.015.248-1.33c.455-.316%201.256-.1%201.516.388c.533.997%201.604%201.591%203.293%201.788c2.587.3%204.803-.91%204.803-2.492c0-1.098-.548-1.939-2.107-2.684H5a1%201%200%201%201%200-2H13.848zM6.987%209.694a5.12%205.12%200%200%201-.298-.51c-.3-.59-.468-1.214-.435-1.835c.16-2.964%202.934-4.712%206.602-4.285c2.26.262%203.989%201.083%205.147%202.486c.351.426.272%201.048-.154%201.4c-.425.35-1.048.325-1.4-.1c-.812-.985-2.067-1.596-3.824-1.8c-2.56-.298-4.371.718-4.371%202.323c0%20.713.239%201.22.761%201.81c.226.253.647.525%201.266.814H7.192c-.111-.163-.18-.264-.205-.303z%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%22M13.848%2011.499H19.5a1%201%200%201%201%200%202h-2.387a4.03%204.03%200%200%201%20.999%202.683c0%202.929-3.28%204.914-7.033%204.478c-2.328-.27-3.965-1.219-4.827-2.832c-.26-.487-.207-1.015.248-1.33c.455-.316%201.256-.1%201.516.388c.533.997%201.604%201.591%203.293%201.788c2.587.3%204.803-.91%204.803-2.492c0-1.098-.548-1.939-2.107-2.684H5a1%201%200%201%201%200-2H13.848zM6.987%209.694a5.12%205.12%200%200%201-.298-.51c-.3-.59-.468-1.214-.435-1.835c.16-2.964%202.934-4.712%206.602-4.285c2.26.262%203.989%201.083%205.147%202.486c.351.426.272%201.048-.154%201.4c-.425.35-1.048.325-1.4-.1c-.812-.985-2.067-1.596-3.824-1.8c-2.56-.298-4.371.718-4.371%202.323c0%20.713.239%201.22.761%201.81c.226.253.647.525%201.266.814H7.192c-.111-.163-.18-.264-.205-.303z%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-filled.svg?color=%231a73e8&size=48