strikethrough s icon
strikethrough-s from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- strikethrough-s
- Set
- Material Symbols Light
- 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 Light
The same icon in other sets
More business icons from Material Symbols Light
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 19.385q-1.63 0-2.875-.875t-1.856-2.402l1.008-.431q.485 1.142 1.414 1.879q.93.736 2.32.736q1.281 0 2.4-.673t1.12-2.119q0-.68-.185-1.133q-.184-.452-.542-.867h1.3q.24.312.38.818q.139.507.139 1.182q0 1.862-1.384 2.873t-3.239 1.012M2.5 11.5v-1h19v1zm9.55-6.958q1.342 0 2.301.572t1.634 1.767l-.989.455q-.379-.686-1.107-1.194q-.727-.508-1.827-.508q-1.545 0-2.412.857T8.92 8.5H7.826q-.161-1.533 1.016-2.745t3.207-1.213"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightStrikethroughS(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 19.385q-1.63 0-2.875-.875t-1.856-2.402l1.008-.431q.485 1.142 1.414 1.879q.93.736 2.32.736q1.281 0 2.4-.673t1.12-2.119q0-.68-.185-1.133q-.184-.452-.542-.867h1.3q.24.312.38.818q.139.507.139 1.182q0 1.862-1.384 2.873t-3.239 1.012M2.5 11.5v-1h19v1zm9.55-6.958q1.342 0 2.301.572t1.634 1.767l-.989.455q-.379-.686-1.107-1.194q-.727-.508-1.827-.508q-1.545 0-2.412.857T8.92 8.5H7.826q-.161-1.533 1.016-2.745t3.207-1.213"/></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 19.385q-1.63 0-2.875-.875t-1.856-2.402l1.008-.431q.485 1.142 1.414 1.879q.93.736 2.32.736q1.281 0 2.4-.673t1.12-2.119q0-.68-.185-1.133q-.184-.452-.542-.867h1.3q.24.312.38.818q.139.507.139 1.182q0 1.862-1.384 2.873t-3.239 1.012M2.5 11.5v-1h19v1zm9.55-6.958q1.342 0 2.301.572t1.634 1.767l-.989.455q-.379-.686-1.107-1.194q-.727-.508-1.827-.508q-1.545 0-2.412.857T8.92 8.5H7.826q-.161-1.533 1.016-2.745t3.207-1.213"/></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%2019.385q-1.63%200-2.875-.875t-1.856-2.402l1.008-.431q.485%201.142%201.414%201.879q.93.736%202.32.736q1.281%200%202.4-.673t1.12-2.119q0-.68-.185-1.133q-.184-.452-.542-.867h1.3q.24.312.38.818q.139.507.139%201.182q0%201.862-1.384%202.873t-3.239%201.012M2.5%2011.5v-1h19v1zm9.55-6.958q1.342%200%202.301.572t1.634%201.767l-.989.455q-.379-.686-1.107-1.194q-.727-.508-1.827-.508q-1.545%200-2.412.857T8.92%208.5H7.826q-.161-1.533%201.016-2.745t3.207-1.213%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%2019.385q-1.63%200-2.875-.875t-1.856-2.402l1.008-.431q.485%201.142%201.414%201.879q.93.736%202.32.736q1.281%200%202.4-.673t1.12-2.119q0-.68-.185-1.133q-.184-.452-.542-.867h1.3q.24.312.38.818q.139.507.139%201.182q0%201.862-1.384%202.873t-3.239%201.012M2.5%2011.5v-1h19v1zm9.55-6.958q1.342%200%202.301.572t1.634%201.767l-.989.455q-.379-.686-1.107-1.194q-.727-.508-1.827-.508q-1.545%200-2.412.857T8.92%208.5H7.826q-.161-1.533%201.016-2.745t3.207-1.213%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/strikethrough-s.svg?color=%231a73e8&size=48