text slash icon
text-slash from Font Awesome Solid by Dave Gandy · Solid · Arrows · CC-BY-4.0 Attribution required.
- Name
- text-slash
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Arrows
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More arrows icons from Font Awesome Solid
angle-double-downangle-double-leftangle-double-rightangle-double-upangle-downangle-leftangle-rightangle-uparrow-alt-circle-downarrow-alt-circle-leftarrow-alt-circle-rightarrow-alt-circle-uparrow-circle-downarrow-circle-leftarrow-circle-rightarrow-circle-uparrow-downarrow-leftarrow-rightarrow-uparrows-altarrows-alt-harrows-alt-vcaret-down
Use the text slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L354.7 320.9L400.2 160H503l-6 24.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l11-44.1c7.5-30.3-15.4-59.6-46.6-59.6h-319c-19.8 0-37.3 12.1-44.5 30.1zm139.4 139.4L217 160h116.7l-30.8 109zM273 374.8L243.3 480H192c-17.7 0-32 14.3-32 32s14.3 32 32 32h160c17.7 0 32-14.3 32-32s-14.3-32-32-32h-42.2l15.1-53.3z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidTextSlash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L354.7 320.9L400.2 160H503l-6 24.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l11-44.1c7.5-30.3-15.4-59.6-46.6-59.6h-319c-19.8 0-37.3 12.1-44.5 30.1zm139.4 139.4L217 160h116.7l-30.8 109zM273 374.8L243.3 480H192c-17.7 0-32 14.3-32 32s14.3 32 32 32h160c17.7 0 32-14.3 32-32s-14.3-32-32-32h-42.2l15.1-53.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L354.7 320.9L400.2 160H503l-6 24.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l11-44.1c7.5-30.3-15.4-59.6-46.6-59.6h-319c-19.8 0-37.3 12.1-44.5 30.1zm139.4 139.4L217 160h116.7l-30.8 109zM273 374.8L243.3 480H192c-17.7 0-32 14.3-32 32s14.3 32 32 32h160c17.7 0 32-14.3 32-32s-14.3-32-32-32h-42.2l15.1-53.3z"/></svg> </template>
CSS
.icon-text-slash {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M73%2039.1c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9L354.7%20320.9L400.2%20160H503l-6%2024.2c-4.3%2017.1%206.1%2034.5%2023.3%2038.8s34.5-6.1%2038.8-23.3l11-44.1c7.5-30.3-15.4-59.6-46.6-59.6h-319c-19.8%200-37.3%2012.1-44.5%2030.1zm139.4%20139.4L217%20160h116.7l-30.8%20109zM273%20374.8L243.3%20480H192c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h160c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-42.2l15.1-53.3z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M73%2039.1c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9L354.7%20320.9L400.2%20160H503l-6%2024.2c-4.3%2017.1%206.1%2034.5%2023.3%2038.8s34.5-6.1%2038.8-23.3l11-44.1c7.5-30.3-15.4-59.6-46.6-59.6h-319c-19.8%200-37.3%2012.1-44.5%2030.1zm139.4%20139.4L217%20160h116.7l-30.8%20109zM273%20374.8L243.3%20480H192c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h160c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-42.2l15.1-53.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/text-slash.svg?color=%231a73e8&size=48