toilet paper slash icon
toilet-paper-slash from Font Awesome 6 Solid by Dave Gandy · Regular · Household · CC-BY-4.0 Attribution required.
- Name
- toilet-paper-slash
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Household
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
More household icons from Font Awesome 6 Solid
Use the toilet paper slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-109.7-86C569.9 374 608 291.9 608 192C608 86 565 0 512 0s-96 86-96 192c0 49.1 9.2 93.9 24.4 127.9l-59-46.2c1.6-24.8 2.6-52 2.6-81.6c0-65.5 13.2-142.4 60.2-192L160 0c-24.8 0-47.4 18.8-64.4 49.6zm328.5 380.3l-300.8-237C64.9 162.4 64 177 64 192c0 101.5-11.7 170.8-23 213.9c-5.1 19.4-10.7 39.9-20.5 57.7c-5.9 9.9-6.1 22.1-.4 32.2S36.5 512 48 512h237.9c22.3 0 45.4-12.1 55.4-36.1c7.4-17.7 17.5-47.2 26-90.6zM544 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidToiletPaperSlash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-109.7-86C569.9 374 608 291.9 608 192C608 86 565 0 512 0s-96 86-96 192c0 49.1 9.2 93.9 24.4 127.9l-59-46.2c1.6-24.8 2.6-52 2.6-81.6c0-65.5 13.2-142.4 60.2-192L160 0c-24.8 0-47.4 18.8-64.4 49.6zm328.5 380.3l-300.8-237C64.9 162.4 64 177 64 192c0 101.5-11.7 170.8-23 213.9c-5.1 19.4-10.7 39.9-20.5 57.7c-5.9 9.9-6.1 22.1-.4 32.2S36.5 512 48 512h237.9c22.3 0 45.4-12.1 55.4-36.1c7.4-17.7 17.5-47.2 26-90.6zM544 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-109.7-86C569.9 374 608 291.9 608 192C608 86 565 0 512 0s-96 86-96 192c0 49.1 9.2 93.9 24.4 127.9l-59-46.2c1.6-24.8 2.6-52 2.6-81.6c0-65.5 13.2-142.4 60.2-192L160 0c-24.8 0-47.4 18.8-64.4 49.6zm328.5 380.3l-300.8-237C64.9 162.4 64 177 64 192c0 101.5-11.7 170.8-23 213.9c-5.1 19.4-10.7 39.9-20.5 57.7c-5.9 9.9-6.1 22.1-.4 32.2S36.5 512 48 512h237.9c22.3 0 45.4-12.1 55.4-36.1c7.4-17.7 17.5-47.2 26-90.6zM544 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M38.8%205.1C28.4-3.1%2013.3-1.2%205.1%209.2s-6.3%2025.5%204.1%2033.7l592%20464c10.4%208.2%2025.5%206.3%2033.7-4.1s6.3-25.5-4.1-33.7l-109.7-86C569.9%20374%20608%20291.9%20608%20192C608%2086%20565%200%20512%200s-96%2086-96%20192c0%2049.1%209.2%2093.9%2024.4%20127.9l-59-46.2c1.6-24.8%202.6-52%202.6-81.6c0-65.5%2013.2-142.4%2060.2-192L160%200c-24.8%200-47.4%2018.8-64.4%2049.6zm328.5%20380.3l-300.8-237C64.9%20162.4%2064%20177%2064%20192c0%20101.5-11.7%20170.8-23%20213.9c-5.1%2019.4-10.7%2039.9-20.5%2057.7c-5.9%209.9-6.1%2022.1-.4%2032.2S36.5%20512%2048%20512h237.9c22.3%200%2045.4-12.1%2055.4-36.1c7.4-17.7%2017.5-47.2%2026-90.6zM544%20192c0%2035.3-14.3%2064-32%2064s-32-28.7-32-64s14.3-64%2032-64s32%2028.7%2032%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M38.8%205.1C28.4-3.1%2013.3-1.2%205.1%209.2s-6.3%2025.5%204.1%2033.7l592%20464c10.4%208.2%2025.5%206.3%2033.7-4.1s6.3-25.5-4.1-33.7l-109.7-86C569.9%20374%20608%20291.9%20608%20192C608%2086%20565%200%20512%200s-96%2086-96%20192c0%2049.1%209.2%2093.9%2024.4%20127.9l-59-46.2c1.6-24.8%202.6-52%202.6-81.6c0-65.5%2013.2-142.4%2060.2-192L160%200c-24.8%200-47.4%2018.8-64.4%2049.6zm328.5%20380.3l-300.8-237C64.9%20162.4%2064%20177%2064%20192c0%20101.5-11.7%20170.8-23%20213.9c-5.1%2019.4-10.7%2039.9-20.5%2057.7c-5.9%209.9-6.1%2022.1-.4%2032.2S36.5%20512%2048%20512h237.9c22.3%200%2045.4-12.1%2055.4-36.1c7.4-17.7%2017.5-47.2%2026-90.6zM544%20192c0%2035.3-14.3%2064-32%2064s-32-28.7-32-64s14.3-64%2032-64s32%2028.7%2032%2064%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/toilet-paper-slash.svg?color=%231a73e8&size=48