twotone strikethrough s icon
twotone-strikethrough-s from Google Material Icons by Material Design Authors · Baseline · Editor · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-strikethrough-s
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Editor
- Viewbox
- 24×24
- License
- Apache 2.0
More editor icons from Google Material Icons
baseline-add-chartbaseline-add-commentbaseline-align-horizontal-centerbaseline-align-horizontal-leftbaseline-align-horizontal-rightbaseline-align-vertical-bottombaseline-align-vertical-centerbaseline-align-vertical-topbaseline-area-chartbaseline-attach-filebaseline-attach-moneybaseline-auto-graphbaseline-bar-chartbaseline-border-allbaseline-border-bottombaseline-border-clearbaseline-border-colorbaseline-border-horizontalbaseline-border-innerbaseline-border-leftbaseline-border-outerbaseline-border-rightbaseline-border-stylebaseline-border-top
Use the twotone strikethrough s icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.44 5.88q.285-.225.72-.36c.29-.09.64-.13 1.03-.13c.4 0 .76.06 1.06.16c.3.11.55.25.75.44s.35.41.44.68c.1.26.15.54.15.85h3.01c0-.66-.13-1.26-.38-1.81s-.61-1.03-1.08-1.43a4.9 4.9 0 0 0-1.69-.94c-.67-.23-1.4-.34-2.21-.34c-.79 0-1.52.1-2.18.29c-.65.2-1.22.48-1.7.83q-.72.54-1.11 1.29c-.27.51-.4 1.06-.4 1.67c0 .64.13 1.19.39 1.67c.04.08.1.17.15.25H12c-.64-.22-1.03-.45-1.41-.7c-.49-.33-.74-.73-.74-1.21q0-.345.15-.66c.15-.315.25-.39.44-.55M3 12h9.62c.18.07.4.14.55.2q.555.255.87.51c.21.17.35.36.43.57c.07.2.11.43.11.69c0 .23-.05.45-.14.66c-.09.2-.23.38-.42.53s-.42.26-.71.35c-.29.08-.63.13-1.01.13c-.43 0-.83-.04-1.18-.13s-.66-.23-.91-.42s-.45-.44-.59-.75s-.25-.76-.25-1.21H6.4c0 .55.08 1.13.24 1.58s.37.85.65 1.21c.28.35.6.66.98.92c.37.26.78.48 1.22.65s.9.3 1.38.39c.48.08.96.13 1.44.13c.8 0 1.53-.09 2.18-.28s1.21-.45 1.67-.79s.82-.77 1.07-1.27s.38-1.07.38-1.71c0-.6-.1-1.14-.31-1.61c-.05-.11-.11-.23-.17-.33H21V10H3z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneStrikethroughS(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="M10.44 5.88q.285-.225.72-.36c.29-.09.64-.13 1.03-.13c.4 0 .76.06 1.06.16c.3.11.55.25.75.44s.35.41.44.68c.1.26.15.54.15.85h3.01c0-.66-.13-1.26-.38-1.81s-.61-1.03-1.08-1.43a4.9 4.9 0 0 0-1.69-.94c-.67-.23-1.4-.34-2.21-.34c-.79 0-1.52.1-2.18.29c-.65.2-1.22.48-1.7.83q-.72.54-1.11 1.29c-.27.51-.4 1.06-.4 1.67c0 .64.13 1.19.39 1.67c.04.08.1.17.15.25H12c-.64-.22-1.03-.45-1.41-.7c-.49-.33-.74-.73-.74-1.21q0-.345.15-.66c.15-.315.25-.39.44-.55M3 12h9.62c.18.07.4.14.55.2q.555.255.87.51c.21.17.35.36.43.57c.07.2.11.43.11.69c0 .23-.05.45-.14.66c-.09.2-.23.38-.42.53s-.42.26-.71.35c-.29.08-.63.13-1.01.13c-.43 0-.83-.04-1.18-.13s-.66-.23-.91-.42s-.45-.44-.59-.75s-.25-.76-.25-1.21H6.4c0 .55.08 1.13.24 1.58s.37.85.65 1.21c.28.35.6.66.98.92c.37.26.78.48 1.22.65s.9.3 1.38.39c.48.08.96.13 1.44.13c.8 0 1.53-.09 2.18-.28s1.21-.45 1.67-.79s.82-.77 1.07-1.27s.38-1.07.38-1.71c0-.6-.1-1.14-.31-1.61c-.05-.11-.11-.23-.17-.33H21V10H3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.44 5.88q.285-.225.72-.36c.29-.09.64-.13 1.03-.13c.4 0 .76.06 1.06.16c.3.11.55.25.75.44s.35.41.44.68c.1.26.15.54.15.85h3.01c0-.66-.13-1.26-.38-1.81s-.61-1.03-1.08-1.43a4.9 4.9 0 0 0-1.69-.94c-.67-.23-1.4-.34-2.21-.34c-.79 0-1.52.1-2.18.29c-.65.2-1.22.48-1.7.83q-.72.54-1.11 1.29c-.27.51-.4 1.06-.4 1.67c0 .64.13 1.19.39 1.67c.04.08.1.17.15.25H12c-.64-.22-1.03-.45-1.41-.7c-.49-.33-.74-.73-.74-1.21q0-.345.15-.66c.15-.315.25-.39.44-.55M3 12h9.62c.18.07.4.14.55.2q.555.255.87.51c.21.17.35.36.43.57c.07.2.11.43.11.69c0 .23-.05.45-.14.66c-.09.2-.23.38-.42.53s-.42.26-.71.35c-.29.08-.63.13-1.01.13c-.43 0-.83-.04-1.18-.13s-.66-.23-.91-.42s-.45-.44-.59-.75s-.25-.76-.25-1.21H6.4c0 .55.08 1.13.24 1.58s.37.85.65 1.21c.28.35.6.66.98.92c.37.26.78.48 1.22.65s.9.3 1.38.39c.48.08.96.13 1.44.13c.8 0 1.53-.09 2.18-.28s1.21-.45 1.67-.79s.82-.77 1.07-1.27s.38-1.07.38-1.71c0-.6-.1-1.14-.31-1.61c-.05-.11-.11-.23-.17-.33H21V10H3z"/></svg> </template>
CSS
.icon-twotone-strikethrough-s {
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%22M10.44%205.88q.285-.225.72-.36c.29-.09.64-.13%201.03-.13c.4%200%20.76.06%201.06.16c.3.11.55.25.75.44s.35.41.44.68c.1.26.15.54.15.85h3.01c0-.66-.13-1.26-.38-1.81s-.61-1.03-1.08-1.43a4.9%204.9%200%200%200-1.69-.94c-.67-.23-1.4-.34-2.21-.34c-.79%200-1.52.1-2.18.29c-.65.2-1.22.48-1.7.83q-.72.54-1.11%201.29c-.27.51-.4%201.06-.4%201.67c0%20.64.13%201.19.39%201.67c.04.08.1.17.15.25H12c-.64-.22-1.03-.45-1.41-.7c-.49-.33-.74-.73-.74-1.21q0-.345.15-.66c.15-.315.25-.39.44-.55M3%2012h9.62c.18.07.4.14.55.2q.555.255.87.51c.21.17.35.36.43.57c.07.2.11.43.11.69c0%20.23-.05.45-.14.66c-.09.2-.23.38-.42.53s-.42.26-.71.35c-.29.08-.63.13-1.01.13c-.43%200-.83-.04-1.18-.13s-.66-.23-.91-.42s-.45-.44-.59-.75s-.25-.76-.25-1.21H6.4c0%20.55.08%201.13.24%201.58s.37.85.65%201.21c.28.35.6.66.98.92c.37.26.78.48%201.22.65s.9.3%201.38.39c.48.08.96.13%201.44.13c.8%200%201.53-.09%202.18-.28s1.21-.45%201.67-.79s.82-.77%201.07-1.27s.38-1.07.38-1.71c0-.6-.1-1.14-.31-1.61c-.05-.11-.11-.23-.17-.33H21V10H3z%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%22M10.44%205.88q.285-.225.72-.36c.29-.09.64-.13%201.03-.13c.4%200%20.76.06%201.06.16c.3.11.55.25.75.44s.35.41.44.68c.1.26.15.54.15.85h3.01c0-.66-.13-1.26-.38-1.81s-.61-1.03-1.08-1.43a4.9%204.9%200%200%200-1.69-.94c-.67-.23-1.4-.34-2.21-.34c-.79%200-1.52.1-2.18.29c-.65.2-1.22.48-1.7.83q-.72.54-1.11%201.29c-.27.51-.4%201.06-.4%201.67c0%20.64.13%201.19.39%201.67c.04.08.1.17.15.25H12c-.64-.22-1.03-.45-1.41-.7c-.49-.33-.74-.73-.74-1.21q0-.345.15-.66c.15-.315.25-.39.44-.55M3%2012h9.62c.18.07.4.14.55.2q.555.255.87.51c.21.17.35.36.43.57c.07.2.11.43.11.69c0%20.23-.05.45-.14.66c-.09.2-.23.38-.42.53s-.42.26-.71.35c-.29.08-.63.13-1.01.13c-.43%200-.83-.04-1.18-.13s-.66-.23-.91-.42s-.45-.44-.59-.75s-.25-.76-.25-1.21H6.4c0%20.55.08%201.13.24%201.58s.37.85.65%201.21c.28.35.6.66.98.92c.37.26.78.48%201.22.65s.9.3%201.38.39c.48.08.96.13%201.44.13c.8%200%201.53-.09%202.18-.28s1.21-.45%201.67-.79s.82-.77%201.07-1.27s.38-1.07.38-1.71c0-.6-.1-1.14-.31-1.61c-.05-.11-.11-.23-.17-.33H21V10H3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-strikethrough-s.svg?color=%231a73e8&size=48