text strikethrough icon
text-strikethrough-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- text-strikethrough-light
- Set
- Phosphor
- Style
- Light
- 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="M222 128a6 6 0 0 1-6 6h-46.55c11.28 6.92 20.55 17.38 20.55 34c0 25.36-27.81 46-62 46s-62-20.64-62-46a6 6 0 0 1 12 0c0 18.75 22.43 34 50 34s50-15.25 50-34c0-18.23-15.46-26.59-40.47-34H40a6 6 0 0 1 0-12h176a6 6 0 0 1 6 6M76.33 102a6.2 6.2 0 0 0 1.88-.3A6 6 0 0 0 82 94.13a19.7 19.7 0 0 1-.89-6.13c0-19.38 20.16-34 46.89-34c19.58 0 35.56 7.81 42.74 20.89a6 6 0 0 0 10.52-5.78C171.94 52.13 152 42 128 42c-33.57 0-58.89 19.77-58.89 46a31.6 31.6 0 0 0 1.52 9.87a6 6 0 0 0 5.7 4.13"/></svg>
React
import type { SVGProps } from "react";
export function PhTextStrikethroughLight(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="M222 128a6 6 0 0 1-6 6h-46.55c11.28 6.92 20.55 17.38 20.55 34c0 25.36-27.81 46-62 46s-62-20.64-62-46a6 6 0 0 1 12 0c0 18.75 22.43 34 50 34s50-15.25 50-34c0-18.23-15.46-26.59-40.47-34H40a6 6 0 0 1 0-12h176a6 6 0 0 1 6 6M76.33 102a6.2 6.2 0 0 0 1.88-.3A6 6 0 0 0 82 94.13a19.7 19.7 0 0 1-.89-6.13c0-19.38 20.16-34 46.89-34c19.58 0 35.56 7.81 42.74 20.89a6 6 0 0 0 10.52-5.78C171.94 52.13 152 42 128 42c-33.57 0-58.89 19.77-58.89 46a31.6 31.6 0 0 0 1.52 9.87a6 6 0 0 0 5.7 4.13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M222 128a6 6 0 0 1-6 6h-46.55c11.28 6.92 20.55 17.38 20.55 34c0 25.36-27.81 46-62 46s-62-20.64-62-46a6 6 0 0 1 12 0c0 18.75 22.43 34 50 34s50-15.25 50-34c0-18.23-15.46-26.59-40.47-34H40a6 6 0 0 1 0-12h176a6 6 0 0 1 6 6M76.33 102a6.2 6.2 0 0 0 1.88-.3A6 6 0 0 0 82 94.13a19.7 19.7 0 0 1-.89-6.13c0-19.38 20.16-34 46.89-34c19.58 0 35.56 7.81 42.74 20.89a6 6 0 0 0 10.52-5.78C171.94 52.13 152 42 128 42c-33.57 0-58.89 19.77-58.89 46a31.6 31.6 0 0 0 1.52 9.87a6 6 0 0 0 5.7 4.13"/></svg> </template>
CSS
.icon-text-strikethrough-light {
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%22M222%20128a6%206%200%200%201-6%206h-46.55c11.28%206.92%2020.55%2017.38%2020.55%2034c0%2025.36-27.81%2046-62%2046s-62-20.64-62-46a6%206%200%200%201%2012%200c0%2018.75%2022.43%2034%2050%2034s50-15.25%2050-34c0-18.23-15.46-26.59-40.47-34H40a6%206%200%200%201%200-12h176a6%206%200%200%201%206%206M76.33%20102a6.2%206.2%200%200%200%201.88-.3A6%206%200%200%200%2082%2094.13a19.7%2019.7%200%200%201-.89-6.13c0-19.38%2020.16-34%2046.89-34c19.58%200%2035.56%207.81%2042.74%2020.89a6%206%200%200%200%2010.52-5.78C171.94%2052.13%20152%2042%20128%2042c-33.57%200-58.89%2019.77-58.89%2046a31.6%2031.6%200%200%200%201.52%209.87a6%206%200%200%200%205.7%204.13%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%22M222%20128a6%206%200%200%201-6%206h-46.55c11.28%206.92%2020.55%2017.38%2020.55%2034c0%2025.36-27.81%2046-62%2046s-62-20.64-62-46a6%206%200%200%201%2012%200c0%2018.75%2022.43%2034%2050%2034s50-15.25%2050-34c0-18.23-15.46-26.59-40.47-34H40a6%206%200%200%201%200-12h176a6%206%200%200%201%206%206M76.33%20102a6.2%206.2%200%200%200%201.88-.3A6%206%200%200%200%2082%2094.13a19.7%2019.7%200%200%201-.89-6.13c0-19.38%2020.16-34%2046.89-34c19.58%200%2035.56%207.81%2042.74%2020.89a6%206%200%200%200%2010.52-5.78C171.94%2052.13%20152%2042%20128%2042c-33.57%200-58.89%2019.77-58.89%2046a31.6%2031.6%200%200%200%201.52%209.87a6%206%200%200%200%205.7%204.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/text-strikethrough-light.svg?color=%231a73e8&size=48