toilet paper icon
toilet-paper-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- toilet-paper-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the toilet paper icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M72 120a8 8 0 1 1-8-8a8 8 0 0 1 8 8m164 0v88a12 12 0 0 1-12 12H112a12 12 0 0 1-12-12v-39.14C92.1 190.26 79 204 64 204c-24.67 0-44-36.9-44-84s19.33-84 44-84h128c24.67 0 44 36.9 44 84m-136 0c0-41.2-16.49-76-36-76s-36 34.8-36 76s16.49 76 36 76s36-34.8 36-76m128 88v-84h-20a4 4 0 0 1 0-8h20c-1-39.42-17.07-72-35.95-72h-109c14.29 12.8 24.14 39.76 24.9 72h20a4 4 0 0 1 0 8H108v84a4 4 0 0 0 4 4h112a4 4 0 0 0 4-4m-52-92h-16a4 4 0 0 0 0 8h16a4 4 0 0 0 0-8"/></svg>
React
import type { SVGProps } from "react";
export function PhToiletPaperThin(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="M72 120a8 8 0 1 1-8-8a8 8 0 0 1 8 8m164 0v88a12 12 0 0 1-12 12H112a12 12 0 0 1-12-12v-39.14C92.1 190.26 79 204 64 204c-24.67 0-44-36.9-44-84s19.33-84 44-84h128c24.67 0 44 36.9 44 84m-136 0c0-41.2-16.49-76-36-76s-36 34.8-36 76s16.49 76 36 76s36-34.8 36-76m128 88v-84h-20a4 4 0 0 1 0-8h20c-1-39.42-17.07-72-35.95-72h-109c14.29 12.8 24.14 39.76 24.9 72h20a4 4 0 0 1 0 8H108v84a4 4 0 0 0 4 4h112a4 4 0 0 0 4-4m-52-92h-16a4 4 0 0 0 0 8h16a4 4 0 0 0 0-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M72 120a8 8 0 1 1-8-8a8 8 0 0 1 8 8m164 0v88a12 12 0 0 1-12 12H112a12 12 0 0 1-12-12v-39.14C92.1 190.26 79 204 64 204c-24.67 0-44-36.9-44-84s19.33-84 44-84h128c24.67 0 44 36.9 44 84m-136 0c0-41.2-16.49-76-36-76s-36 34.8-36 76s16.49 76 36 76s36-34.8 36-76m128 88v-84h-20a4 4 0 0 1 0-8h20c-1-39.42-17.07-72-35.95-72h-109c14.29 12.8 24.14 39.76 24.9 72h20a4 4 0 0 1 0 8H108v84a4 4 0 0 0 4 4h112a4 4 0 0 0 4-4m-52-92h-16a4 4 0 0 0 0 8h16a4 4 0 0 0 0-8"/></svg> </template>
CSS
.icon-toilet-paper-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%22M72%20120a8%208%200%201%201-8-8a8%208%200%200%201%208%208m164%200v88a12%2012%200%200%201-12%2012H112a12%2012%200%200%201-12-12v-39.14C92.1%20190.26%2079%20204%2064%20204c-24.67%200-44-36.9-44-84s19.33-84%2044-84h128c24.67%200%2044%2036.9%2044%2084m-136%200c0-41.2-16.49-76-36-76s-36%2034.8-36%2076s16.49%2076%2036%2076s36-34.8%2036-76m128%2088v-84h-20a4%204%200%200%201%200-8h20c-1-39.42-17.07-72-35.95-72h-109c14.29%2012.8%2024.14%2039.76%2024.9%2072h20a4%204%200%200%201%200%208H108v84a4%204%200%200%200%204%204h112a4%204%200%200%200%204-4m-52-92h-16a4%204%200%200%200%200%208h16a4%204%200%200%200%200-8%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%22M72%20120a8%208%200%201%201-8-8a8%208%200%200%201%208%208m164%200v88a12%2012%200%200%201-12%2012H112a12%2012%200%200%201-12-12v-39.14C92.1%20190.26%2079%20204%2064%20204c-24.67%200-44-36.9-44-84s19.33-84%2044-84h128c24.67%200%2044%2036.9%2044%2084m-136%200c0-41.2-16.49-76-36-76s-36%2034.8-36%2076s16.49%2076%2036%2076s36-34.8%2036-76m128%2088v-84h-20a4%204%200%200%201%200-8h20c-1-39.42-17.07-72-35.95-72h-109c14.29%2012.8%2024.14%2039.76%2024.9%2072h20a4%204%200%200%201%200%208H108v84a4%204%200%200%200%204%204h112a4%204%200%200%200%204-4m-52-92h-16a4%204%200%200%200%200%208h16a4%204%200%200%200%200-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/toilet-paper-thin.svg?color=%231a73e8&size=48