toilet paper slash icon

toilet-paper-slash from Font Awesome Solid by Dave Gandy · Solid · Household · CC-BY-4.0 Attribution required.

Name
toilet-paper-slash
Set
Font Awesome Solid
Style
Solid
Category
Household
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More household icons from Font Awesome Solid

Use the toilet paper 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.9l-94.5-94.5c40.2-23 69.5-96.9 69.5-184.6c0-106-43-192-96-192s-96 86-96 192c0 24.1 2.2 47.2 6.3 68.4L336 302.2V288c0-58.9 11.8-114.5 33.2-157.2c5.9-11.7 13.1-23.7 21.9-34.8H160c-8.3 0-16.4 2.1-24.1 6.1l-63-63zM64 288v264c0 30.9 25.1 56 56 56h160c30.9 0 56-25.1 56-56V437.8l-256-256C69.9 212.2 64 248.7 64 288m416 64c-17.7 0-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64s-14.3 64-32 64"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidToiletPaperSlash(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.9l-94.5-94.5c40.2-23 69.5-96.9 69.5-184.6c0-106-43-192-96-192s-96 86-96 192c0 24.1 2.2 47.2 6.3 68.4L336 302.2V288c0-58.9 11.8-114.5 33.2-157.2c5.9-11.7 13.1-23.7 21.9-34.8H160c-8.3 0-16.4 2.1-24.1 6.1l-63-63zM64 288v264c0 30.9 25.1 56 56 56h160c30.9 0 56-25.1 56-56V437.8l-256-256C69.9 212.2 64 248.7 64 288m416 64c-17.7 0-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64s-14.3 64-32 64"/></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.9l-94.5-94.5c40.2-23 69.5-96.9 69.5-184.6c0-106-43-192-96-192s-96 86-96 192c0 24.1 2.2 47.2 6.3 68.4L336 302.2V288c0-58.9 11.8-114.5 33.2-157.2c5.9-11.7 13.1-23.7 21.9-34.8H160c-8.3 0-16.4 2.1-24.1 6.1l-63-63zM64 288v264c0 30.9 25.1 56 56 56h160c30.9 0 56-25.1 56-56V437.8l-256-256C69.9 212.2 64 248.7 64 288m416 64c-17.7 0-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64s-14.3 64-32 64"/></svg>
</template>

CSS

.icon-toilet-paper-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.9l-94.5-94.5c40.2-23%2069.5-96.9%2069.5-184.6c0-106-43-192-96-192s-96%2086-96%20192c0%2024.1%202.2%2047.2%206.3%2068.4L336%20302.2V288c0-58.9%2011.8-114.5%2033.2-157.2c5.9-11.7%2013.1-23.7%2021.9-34.8H160c-8.3%200-16.4%202.1-24.1%206.1l-63-63zM64%20288v264c0%2030.9%2025.1%2056%2056%2056h160c30.9%200%2056-25.1%2056-56V437.8l-256-256C69.9%20212.2%2064%20248.7%2064%20288m416%2064c-17.7%200-32-28.7-32-64s14.3-64%2032-64s32%2028.7%2032%2064s-14.3%2064-32%2064%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.9l-94.5-94.5c40.2-23%2069.5-96.9%2069.5-184.6c0-106-43-192-96-192s-96%2086-96%20192c0%2024.1%202.2%2047.2%206.3%2068.4L336%20302.2V288c0-58.9%2011.8-114.5%2033.2-157.2c5.9-11.7%2013.1-23.7%2021.9-34.8H160c-8.3%200-16.4%202.1-24.1%206.1l-63-63zM64%20288v264c0%2030.9%2025.1%2056%2056%2056h160c30.9%200%2056-25.1%2056-56V437.8l-256-256C69.9%20212.2%2064%20248.7%2064%20288m416%2064c-17.7%200-32-28.7-32-64s14.3-64%2032-64s32%2028.7%2032%2064s-14.3%2064-32%2064%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/toilet-paper-slash.svg?color=%231a73e8&size=48