text strikethrough icon
text-strikethrough-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- text-strikethrough-thin
- Set
- Phosphor
- Style
- Thin
- 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="M220 128a4 4 0 0 1-4 4h-54.84c15.45 7.24 26.84 17.8 26.84 36c0 24.26-26.92 44-60 44s-60-19.74-60-44a4 4 0 0 1 8 0c0 19.85 23.33 36 52 36s52-16.15 52-36c0-19.54-16.13-28.3-42.18-36H40a4 4 0 0 1 0-8h176a4 4 0 0 1 4 4M76.33 100a3.9 3.9 0 0 0 1.25-.2a4 4 0 0 0 2.55-5a21.9 21.9 0 0 1-1-6.75c0-20.52 21-36 48.89-36c20.32 0 37 8.2 44.49 21.92a4 4 0 0 0 7-3.85C170.54 53.75 151.29 44 128 44c-32.43 0-56.89 18.92-56.89 44a29.8 29.8 0 0 0 1.42 9.25a4 4 0 0 0 3.8 2.75"/></svg>
React
import type { SVGProps } from "react";
export function PhTextStrikethroughThin(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="M220 128a4 4 0 0 1-4 4h-54.84c15.45 7.24 26.84 17.8 26.84 36c0 24.26-26.92 44-60 44s-60-19.74-60-44a4 4 0 0 1 8 0c0 19.85 23.33 36 52 36s52-16.15 52-36c0-19.54-16.13-28.3-42.18-36H40a4 4 0 0 1 0-8h176a4 4 0 0 1 4 4M76.33 100a3.9 3.9 0 0 0 1.25-.2a4 4 0 0 0 2.55-5a21.9 21.9 0 0 1-1-6.75c0-20.52 21-36 48.89-36c20.32 0 37 8.2 44.49 21.92a4 4 0 0 0 7-3.85C170.54 53.75 151.29 44 128 44c-32.43 0-56.89 18.92-56.89 44a29.8 29.8 0 0 0 1.42 9.25a4 4 0 0 0 3.8 2.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220 128a4 4 0 0 1-4 4h-54.84c15.45 7.24 26.84 17.8 26.84 36c0 24.26-26.92 44-60 44s-60-19.74-60-44a4 4 0 0 1 8 0c0 19.85 23.33 36 52 36s52-16.15 52-36c0-19.54-16.13-28.3-42.18-36H40a4 4 0 0 1 0-8h176a4 4 0 0 1 4 4M76.33 100a3.9 3.9 0 0 0 1.25-.2a4 4 0 0 0 2.55-5a21.9 21.9 0 0 1-1-6.75c0-20.52 21-36 48.89-36c20.32 0 37 8.2 44.49 21.92a4 4 0 0 0 7-3.85C170.54 53.75 151.29 44 128 44c-32.43 0-56.89 18.92-56.89 44a29.8 29.8 0 0 0 1.42 9.25a4 4 0 0 0 3.8 2.75"/></svg> </template>
CSS
.icon-text-strikethrough-thin {
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%22M220%20128a4%204%200%200%201-4%204h-54.84c15.45%207.24%2026.84%2017.8%2026.84%2036c0%2024.26-26.92%2044-60%2044s-60-19.74-60-44a4%204%200%200%201%208%200c0%2019.85%2023.33%2036%2052%2036s52-16.15%2052-36c0-19.54-16.13-28.3-42.18-36H40a4%204%200%200%201%200-8h176a4%204%200%200%201%204%204M76.33%20100a3.9%203.9%200%200%200%201.25-.2a4%204%200%200%200%202.55-5a21.9%2021.9%200%200%201-1-6.75c0-20.52%2021-36%2048.89-36c20.32%200%2037%208.2%2044.49%2021.92a4%204%200%200%200%207-3.85C170.54%2053.75%20151.29%2044%20128%2044c-32.43%200-56.89%2018.92-56.89%2044a29.8%2029.8%200%200%200%201.42%209.25a4%204%200%200%200%203.8%202.75%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%22M220%20128a4%204%200%200%201-4%204h-54.84c15.45%207.24%2026.84%2017.8%2026.84%2036c0%2024.26-26.92%2044-60%2044s-60-19.74-60-44a4%204%200%200%201%208%200c0%2019.85%2023.33%2036%2052%2036s52-16.15%2052-36c0-19.54-16.13-28.3-42.18-36H40a4%204%200%200%201%200-8h176a4%204%200%200%201%204%204M76.33%20100a3.9%203.9%200%200%200%201.25-.2a4%204%200%200%200%202.55-5a21.9%2021.9%200%200%201-1-6.75c0-20.52%2021-36%2048.89-36c20.32%200%2037%208.2%2044.49%2021.92a4%204%200%200%200%207-3.85C170.54%2053.75%20151.29%2044%20128%2044c-32.43%200-56.89%2018.92-56.89%2044a29.8%2029.8%200%200%200%201.42%209.25a4%204%200%200%200%203.8%202.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/text-strikethrough-thin.svg?color=%231a73e8&size=48