text strikethrough icon
text-strikethrough-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- text-strikethrough-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="m176 72l-55.31 51.05c-24-6.7-45.58-14.26-45.58-35c0-22.09 22-40 52.89-40c23.2-.05 40.37 9.59 48 23.95m-55.31 51.05L72 168c0 22.09 25.07 40 56 40s56-17.91 56-40c0-29.57-33.48-36.6-63.31-44.95" opacity=".2"/><path d="M224 128a8 8 0 0 1-8 8h-40.07c9.19 7.11 16.07 17.2 16.07 32c0 13.34-7 25.7-19.75 34.79C160.33 211.31 144.61 216 128 216s-32.33-4.69-44.25-13.21C71 193.7 64 181.34 64 168a8 8 0 0 1 16 0c0 17.35 22 32 48 32s48-14.65 48-32c0-14.85-10.54-23.58-38.77-32H40a8 8 0 0 1 0-16h176a8 8 0 0 1 8 8M76.33 104a8 8 0 0 0 7.61-10.49a17.3 17.3 0 0 1-.83-5.51c0-18.24 19.3-32 44.89-32c18.84 0 34.16 7.42 41 19.85a8 8 0 0 0 14-7.7C173.33 50.52 152.77 40 128 40c-34.71 0-60.89 20.63-60.89 48a33.7 33.7 0 0 0 1.62 10.49a8 8 0 0 0 7.6 5.51"/></g></svg>
React
import type { SVGProps } from "react";
export function PhTextStrikethroughDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m176 72l-55.31 51.05c-24-6.7-45.58-14.26-45.58-35c0-22.09 22-40 52.89-40c23.2-.05 40.37 9.59 48 23.95m-55.31 51.05L72 168c0 22.09 25.07 40 56 40s56-17.91 56-40c0-29.57-33.48-36.6-63.31-44.95" opacity=".2"/><path d="M224 128a8 8 0 0 1-8 8h-40.07c9.19 7.11 16.07 17.2 16.07 32c0 13.34-7 25.7-19.75 34.79C160.33 211.31 144.61 216 128 216s-32.33-4.69-44.25-13.21C71 193.7 64 181.34 64 168a8 8 0 0 1 16 0c0 17.35 22 32 48 32s48-14.65 48-32c0-14.85-10.54-23.58-38.77-32H40a8 8 0 0 1 0-16h176a8 8 0 0 1 8 8M76.33 104a8 8 0 0 0 7.61-10.49a17.3 17.3 0 0 1-.83-5.51c0-18.24 19.3-32 44.89-32c18.84 0 34.16 7.42 41 19.85a8 8 0 0 0 14-7.7C173.33 50.52 152.77 40 128 40c-34.71 0-60.89 20.63-60.89 48a33.7 33.7 0 0 0 1.62 10.49a8 8 0 0 0 7.6 5.51"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m176 72l-55.31 51.05c-24-6.7-45.58-14.26-45.58-35c0-22.09 22-40 52.89-40c23.2-.05 40.37 9.59 48 23.95m-55.31 51.05L72 168c0 22.09 25.07 40 56 40s56-17.91 56-40c0-29.57-33.48-36.6-63.31-44.95" opacity=".2"/><path d="M224 128a8 8 0 0 1-8 8h-40.07c9.19 7.11 16.07 17.2 16.07 32c0 13.34-7 25.7-19.75 34.79C160.33 211.31 144.61 216 128 216s-32.33-4.69-44.25-13.21C71 193.7 64 181.34 64 168a8 8 0 0 1 16 0c0 17.35 22 32 48 32s48-14.65 48-32c0-14.85-10.54-23.58-38.77-32H40a8 8 0 0 1 0-16h176a8 8 0 0 1 8 8M76.33 104a8 8 0 0 0 7.61-10.49a17.3 17.3 0 0 1-.83-5.51c0-18.24 19.3-32 44.89-32c18.84 0 34.16 7.42 41 19.85a8 8 0 0 0 14-7.7C173.33 50.52 152.77 40 128 40c-34.71 0-60.89 20.63-60.89 48a33.7 33.7 0 0 0 1.62 10.49a8 8 0 0 0 7.6 5.51"/></g></svg> </template>
CSS
.icon-text-strikethrough-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m176%2072l-55.31%2051.05c-24-6.7-45.58-14.26-45.58-35c0-22.09%2022-40%2052.89-40c23.2-.05%2040.37%209.59%2048%2023.95m-55.31%2051.05L72%20168c0%2022.09%2025.07%2040%2056%2040s56-17.91%2056-40c0-29.57-33.48-36.6-63.31-44.95%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M224%20128a8%208%200%200%201-8%208h-40.07c9.19%207.11%2016.07%2017.2%2016.07%2032c0%2013.34-7%2025.7-19.75%2034.79C160.33%20211.31%20144.61%20216%20128%20216s-32.33-4.69-44.25-13.21C71%20193.7%2064%20181.34%2064%20168a8%208%200%200%201%2016%200c0%2017.35%2022%2032%2048%2032s48-14.65%2048-32c0-14.85-10.54-23.58-38.77-32H40a8%208%200%200%201%200-16h176a8%208%200%200%201%208%208M76.33%20104a8%208%200%200%200%207.61-10.49a17.3%2017.3%200%200%201-.83-5.51c0-18.24%2019.3-32%2044.89-32c18.84%200%2034.16%207.42%2041%2019.85a8%208%200%200%200%2014-7.7C173.33%2050.52%20152.77%2040%20128%2040c-34.71%200-60.89%2020.63-60.89%2048a33.7%2033.7%200%200%200%201.62%2010.49a8%208%200%200%200%207.6%205.51%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m176%2072l-55.31%2051.05c-24-6.7-45.58-14.26-45.58-35c0-22.09%2022-40%2052.89-40c23.2-.05%2040.37%209.59%2048%2023.95m-55.31%2051.05L72%20168c0%2022.09%2025.07%2040%2056%2040s56-17.91%2056-40c0-29.57-33.48-36.6-63.31-44.95%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M224%20128a8%208%200%200%201-8%208h-40.07c9.19%207.11%2016.07%2017.2%2016.07%2032c0%2013.34-7%2025.7-19.75%2034.79C160.33%20211.31%20144.61%20216%20128%20216s-32.33-4.69-44.25-13.21C71%20193.7%2064%20181.34%2064%20168a8%208%200%200%201%2016%200c0%2017.35%2022%2032%2048%2032s48-14.65%2048-32c0-14.85-10.54-23.58-38.77-32H40a8%208%200%200%201%200-16h176a8%208%200%200%201%208%208M76.33%20104a8%208%200%200%200%207.61-10.49a17.3%2017.3%200%200%201-.83-5.51c0-18.24%2019.3-32%2044.89-32c18.84%200%2034.16%207.42%2041%2019.85a8%208%200%200%200%2014-7.7C173.33%2050.52%20152.77%2040%20128%2040c-34.71%200-60.89%2020.63-60.89%2048a33.7%2033.7%200%200%200%201.62%2010.49a8%208%200%200%200%207.6%205.51%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/text-strikethrough-duotone.svg?color=%231a73e8&size=48