strikethrough s icon

strikethrough-s from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
strikethrough-s
Set
Material Symbols
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
strikethrough-s-outline, strikethrough-s-outline-sharp, strikethrough-s-sharp

1 other variant in Material Symbols

The same icon in other sets

More business icons from Material Symbols

Use the 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="M12.15 20q-1.9 0-3.375-1.125T6.65 15.8l2.2-.95q.35 1.2 1.213 1.975t2.137.775q1.05 0 1.9-.5t.85-1.6q0-.45-.175-.825T14.3 14h2.8q.125.35.188.713t.062.787q0 2.15-1.537 3.325T12.15 20M2 12v-2h20v2zm10.05-8.15q1.65 0 2.888.812T16.85 7.15l-2.2.975q-.225-.725-.837-1.3T12.1 6.25q-1.025 0-1.7.463T9.65 8h-2.4q.05-1.725 1.363-2.937T12.05 3.85"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsStrikethroughS(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="M12.15 20q-1.9 0-3.375-1.125T6.65 15.8l2.2-.95q.35 1.2 1.213 1.975t2.137.775q1.05 0 1.9-.5t.85-1.6q0-.45-.175-.825T14.3 14h2.8q.125.35.188.713t.062.787q0 2.15-1.537 3.325T12.15 20M2 12v-2h20v2zm10.05-8.15q1.65 0 2.888.812T16.85 7.15l-2.2.975q-.225-.725-.837-1.3T12.1 6.25q-1.025 0-1.7.463T9.65 8h-2.4q.05-1.725 1.363-2.937T12.05 3.85"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.15 20q-1.9 0-3.375-1.125T6.65 15.8l2.2-.95q.35 1.2 1.213 1.975t2.137.775q1.05 0 1.9-.5t.85-1.6q0-.45-.175-.825T14.3 14h2.8q.125.35.188.713t.062.787q0 2.15-1.537 3.325T12.15 20M2 12v-2h20v2zm10.05-8.15q1.65 0 2.888.812T16.85 7.15l-2.2.975q-.225-.725-.837-1.3T12.1 6.25q-1.025 0-1.7.463T9.65 8h-2.4q.05-1.725 1.363-2.937T12.05 3.85"/></svg>
</template>

CSS

.icon-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%22M12.15%2020q-1.9%200-3.375-1.125T6.65%2015.8l2.2-.95q.35%201.2%201.213%201.975t2.137.775q1.05%200%201.9-.5t.85-1.6q0-.45-.175-.825T14.3%2014h2.8q.125.35.188.713t.062.787q0%202.15-1.537%203.325T12.15%2020M2%2012v-2h20v2zm10.05-8.15q1.65%200%202.888.812T16.85%207.15l-2.2.975q-.225-.725-.837-1.3T12.1%206.25q-1.025%200-1.7.463T9.65%208h-2.4q.05-1.725%201.363-2.937T12.05%203.85%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%22M12.15%2020q-1.9%200-3.375-1.125T6.65%2015.8l2.2-.95q.35%201.2%201.213%201.975t2.137.775q1.05%200%201.9-.5t.85-1.6q0-.45-.175-.825T14.3%2014h2.8q.125.35.188.713t.062.787q0%202.15-1.537%203.325T12.15%2020M2%2012v-2h20v2zm10.05-8.15q1.65%200%202.888.812T16.85%207.15l-2.2.975q-.225-.725-.837-1.3T12.1%206.25q-1.025%200-1.7.463T9.65%208h-2.4q.05-1.725%201.363-2.937T12.05%203.85%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/strikethrough-s.svg?color=%231a73e8&size=48