strikethrough s icon
strikethrough-s-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- strikethrough-s-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- strikethrough-s-outline-rounded
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.421 0-2.624-.751t-1.882-2.017q-.09-.188-.014-.395t.27-.297q.2-.096.418-.02t.34.276q.546.98 1.472 1.546q.926.565 2.031.565q1.389 0 2.451-.79t1.063-2.071q0-.327-.058-.654t-.23-.615q-.058-.212.061-.389q.12-.177.33-.235q.212-.057.402.062q.19.12.247.33q.212.345.279.756t.067.814q0 1.725-1.399 2.805t-3.224 1.08M3 11.5q-.213 0-.357-.143T2.5 11t.143-.357T3 10.5h18q.214 0 .357.143T21.5 11t-.143.357T21 11.5zm5.296-3.029q-.213-.058-.325-.247q-.111-.19-.054-.403q.106-1.463 1.33-2.371q1.222-.908 2.803-.908q1.066 0 2.003.452t1.566 1.287q.122.177.089.386t-.216.331q-.194.127-.412.09t-.376-.225q-.471-.617-1.163-.923t-1.48-.306q-1.194 0-2.117.67t-.998 1.782q-.057.22-.247.331t-.403.054"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightStrikethroughSRounded(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.421 0-2.624-.751t-1.882-2.017q-.09-.188-.014-.395t.27-.297q.2-.096.418-.02t.34.276q.546.98 1.472 1.546q.926.565 2.031.565q1.389 0 2.451-.79t1.063-2.071q0-.327-.058-.654t-.23-.615q-.058-.212.061-.389q.12-.177.33-.235q.212-.057.402.062q.19.12.247.33q.212.345.279.756t.067.814q0 1.725-1.399 2.805t-3.224 1.08M3 11.5q-.213 0-.357-.143T2.5 11t.143-.357T3 10.5h18q.214 0 .357.143T21.5 11t-.143.357T21 11.5zm5.296-3.029q-.213-.058-.325-.247q-.111-.19-.054-.403q.106-1.463 1.33-2.371q1.222-.908 2.803-.908q1.066 0 2.003.452t1.566 1.287q.122.177.089.386t-.216.331q-.194.127-.412.09t-.376-.225q-.471-.617-1.163-.923t-1.48-.306q-1.194 0-2.117.67t-.998 1.782q-.057.22-.247.331t-.403.054"/></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.421 0-2.624-.751t-1.882-2.017q-.09-.188-.014-.395t.27-.297q.2-.096.418-.02t.34.276q.546.98 1.472 1.546q.926.565 2.031.565q1.389 0 2.451-.79t1.063-2.071q0-.327-.058-.654t-.23-.615q-.058-.212.061-.389q.12-.177.33-.235q.212-.057.402.062q.19.12.247.33q.212.345.279.756t.067.814q0 1.725-1.399 2.805t-3.224 1.08M3 11.5q-.213 0-.357-.143T2.5 11t.143-.357T3 10.5h18q.214 0 .357.143T21.5 11t-.143.357T21 11.5zm5.296-3.029q-.213-.058-.325-.247q-.111-.19-.054-.403q.106-1.463 1.33-2.371q1.222-.908 2.803-.908q1.066 0 2.003.452t1.566 1.287q.122.177.089.386t-.216.331q-.194.127-.412.09t-.376-.225q-.471-.617-1.163-.923t-1.48-.306q-1.194 0-2.117.67t-.998 1.782q-.057.22-.247.331t-.403.054"/></svg> </template>
CSS
.icon-strikethrough-s-rounded {
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.421%200-2.624-.751t-1.882-2.017q-.09-.188-.014-.395t.27-.297q.2-.096.418-.02t.34.276q.546.98%201.472%201.546q.926.565%202.031.565q1.389%200%202.451-.79t1.063-2.071q0-.327-.058-.654t-.23-.615q-.058-.212.061-.389q.12-.177.33-.235q.212-.057.402.062q.19.12.247.33q.212.345.279.756t.067.814q0%201.725-1.399%202.805t-3.224%201.08M3%2011.5q-.213%200-.357-.143T2.5%2011t.143-.357T3%2010.5h18q.214%200%20.357.143T21.5%2011t-.143.357T21%2011.5zm5.296-3.029q-.213-.058-.325-.247q-.111-.19-.054-.403q.106-1.463%201.33-2.371q1.222-.908%202.803-.908q1.066%200%202.003.452t1.566%201.287q.122.177.089.386t-.216.331q-.194.127-.412.09t-.376-.225q-.471-.617-1.163-.923t-1.48-.306q-1.194%200-2.117.67t-.998%201.782q-.057.22-.247.331t-.403.054%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.421%200-2.624-.751t-1.882-2.017q-.09-.188-.014-.395t.27-.297q.2-.096.418-.02t.34.276q.546.98%201.472%201.546q.926.565%202.031.565q1.389%200%202.451-.79t1.063-2.071q0-.327-.058-.654t-.23-.615q-.058-.212.061-.389q.12-.177.33-.235q.212-.057.402.062q.19.12.247.33q.212.345.279.756t.067.814q0%201.725-1.399%202.805t-3.224%201.08M3%2011.5q-.213%200-.357-.143T2.5%2011t.143-.357T3%2010.5h18q.214%200%20.357.143T21.5%2011t-.143.357T21%2011.5zm5.296-3.029q-.213-.058-.325-.247q-.111-.19-.054-.403q.106-1.463%201.33-2.371q1.222-.908%202.803-.908q1.066%200%202.003.452t1.566%201.287q.122.177.089.386t-.216.331q-.194.127-.412.09t-.376-.225q-.471-.617-1.163-.923t-1.48-.306q-1.194%200-2.117.67t-.998%201.782q-.057.22-.247.331t-.403.054%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-rounded.svg?color=%231a73e8&size=48