text strikethrough icon
text-strikethrough-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- text-strikethrough-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the text strikethrough icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228 128a12 12 0 0 1-12 12h-30.14A41.48 41.48 0 0 1 196 168c0 14.45-7.81 28.32-21.43 38.05C162 215.05 145.44 220 128 220s-34-4.95-46.57-13.95C67.81 196.32 60 182.45 60 168a12 12 0 0 1 24 0c0 15.18 20.15 28 44 28s44-12.82 44-28c0-12.76-9.3-20.18-35.35-28H40a12 12 0 0 1 0-24h176a12 12 0 0 1 12 12M75.11 100a12 12 0 0 0 12-12c0-16 17.58-28 40.89-28c17.36 0 31.37 6.65 37.48 17.78a12 12 0 0 0 21-11.56C176.13 47.3 154.25 36 128 36c-37 0-64.89 22.35-64.89 52a12 12 0 0 0 12 12"/></svg>
React
import type { SVGProps } from "react";
export function PhTextStrikethroughBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228 128a12 12 0 0 1-12 12h-30.14A41.48 41.48 0 0 1 196 168c0 14.45-7.81 28.32-21.43 38.05C162 215.05 145.44 220 128 220s-34-4.95-46.57-13.95C67.81 196.32 60 182.45 60 168a12 12 0 0 1 24 0c0 15.18 20.15 28 44 28s44-12.82 44-28c0-12.76-9.3-20.18-35.35-28H40a12 12 0 0 1 0-24h176a12 12 0 0 1 12 12M75.11 100a12 12 0 0 0 12-12c0-16 17.58-28 40.89-28c17.36 0 31.37 6.65 37.48 17.78a12 12 0 0 0 21-11.56C176.13 47.3 154.25 36 128 36c-37 0-64.89 22.35-64.89 52a12 12 0 0 0 12 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228 128a12 12 0 0 1-12 12h-30.14A41.48 41.48 0 0 1 196 168c0 14.45-7.81 28.32-21.43 38.05C162 215.05 145.44 220 128 220s-34-4.95-46.57-13.95C67.81 196.32 60 182.45 60 168a12 12 0 0 1 24 0c0 15.18 20.15 28 44 28s44-12.82 44-28c0-12.76-9.3-20.18-35.35-28H40a12 12 0 0 1 0-24h176a12 12 0 0 1 12 12M75.11 100a12 12 0 0 0 12-12c0-16 17.58-28 40.89-28c17.36 0 31.37 6.65 37.48 17.78a12 12 0 0 0 21-11.56C176.13 47.3 154.25 36 128 36c-37 0-64.89 22.35-64.89 52a12 12 0 0 0 12 12"/></svg> </template>
CSS
.icon-text-strikethrough-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M228%20128a12%2012%200%200%201-12%2012h-30.14A41.48%2041.48%200%200%201%20196%20168c0%2014.45-7.81%2028.32-21.43%2038.05C162%20215.05%20145.44%20220%20128%20220s-34-4.95-46.57-13.95C67.81%20196.32%2060%20182.45%2060%20168a12%2012%200%200%201%2024%200c0%2015.18%2020.15%2028%2044%2028s44-12.82%2044-28c0-12.76-9.3-20.18-35.35-28H40a12%2012%200%200%201%200-24h176a12%2012%200%200%201%2012%2012M75.11%20100a12%2012%200%200%200%2012-12c0-16%2017.58-28%2040.89-28c17.36%200%2031.37%206.65%2037.48%2017.78a12%2012%200%200%200%2021-11.56C176.13%2047.3%20154.25%2036%20128%2036c-37%200-64.89%2022.35-64.89%2052a12%2012%200%200%200%2012%2012%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M228%20128a12%2012%200%200%201-12%2012h-30.14A41.48%2041.48%200%200%201%20196%20168c0%2014.45-7.81%2028.32-21.43%2038.05C162%20215.05%20145.44%20220%20128%20220s-34-4.95-46.57-13.95C67.81%20196.32%2060%20182.45%2060%20168a12%2012%200%200%201%2024%200c0%2015.18%2020.15%2028%2044%2028s44-12.82%2044-28c0-12.76-9.3-20.18-35.35-28H40a12%2012%200%200%201%200-24h176a12%2012%200%200%201%2012%2012M75.11%20100a12%2012%200%200%200%2012-12c0-16%2017.58-28%2040.89-28c17.36%200%2031.37%206.65%2037.48%2017.78a12%2012%200%200%200%2021-11.56C176.13%2047.3%20154.25%2036%20128%2036c-37%200-64.89%2022.35-64.89%2052a12%2012%200%200%200%2012%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/text-strikethrough-bold.svg?color=%231a73e8&size=48