toilet paper icon
toilet-paper-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- toilet-paper-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M104 120c0 44.18-17.91 80-40 80s-40-35.82-40-80s17.91-80 40-80s40 35.82 40 80" opacity=".2"/><path d="M76 120a12 12 0 1 1-12-12a12 12 0 0 1 12 12m164 0v88a16 16 0 0 1-16 16H112a16 16 0 0 1-16-16v-21.65C87.37 200.37 76.18 208 64 208c-13.87 0-26.46-9.89-35.44-27.85C20.46 164 16 142.59 16 120s4.46-43.95 12.56-60.15C37.54 41.89 50.13 32 64 32h128c13.87 0 26.46 9.89 35.44 27.85C235.54 76.05 240 97.41 240 120m-144 0c0-42.43-16.86-72-32-72s-32 29.57-32 72s16.86 72 32 72s32-29.57 32-72m128 88v-80h-16a8 8 0 0 1 0-16h15.79c-1.95-38.1-17.63-64-31.79-64H92.12a73.6 73.6 0 0 1 7.32 11.85c7.14 14.28 11.44 32.56 12.37 52.15H128a8 8 0 0 1 0 16h-16v80Zm-48-96h-16a8 8 0 0 0 0 16h16a8 8 0 0 0 0-16"/></g></svg>
React
import type { SVGProps } from "react";
export function PhToiletPaperDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M104 120c0 44.18-17.91 80-40 80s-40-35.82-40-80s17.91-80 40-80s40 35.82 40 80" opacity=".2"/><path d="M76 120a12 12 0 1 1-12-12a12 12 0 0 1 12 12m164 0v88a16 16 0 0 1-16 16H112a16 16 0 0 1-16-16v-21.65C87.37 200.37 76.18 208 64 208c-13.87 0-26.46-9.89-35.44-27.85C20.46 164 16 142.59 16 120s4.46-43.95 12.56-60.15C37.54 41.89 50.13 32 64 32h128c13.87 0 26.46 9.89 35.44 27.85C235.54 76.05 240 97.41 240 120m-144 0c0-42.43-16.86-72-32-72s-32 29.57-32 72s16.86 72 32 72s32-29.57 32-72m128 88v-80h-16a8 8 0 0 1 0-16h15.79c-1.95-38.1-17.63-64-31.79-64H92.12a73.6 73.6 0 0 1 7.32 11.85c7.14 14.28 11.44 32.56 12.37 52.15H128a8 8 0 0 1 0 16h-16v80Zm-48-96h-16a8 8 0 0 0 0 16h16a8 8 0 0 0 0-16"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M104 120c0 44.18-17.91 80-40 80s-40-35.82-40-80s17.91-80 40-80s40 35.82 40 80" opacity=".2"/><path d="M76 120a12 12 0 1 1-12-12a12 12 0 0 1 12 12m164 0v88a16 16 0 0 1-16 16H112a16 16 0 0 1-16-16v-21.65C87.37 200.37 76.18 208 64 208c-13.87 0-26.46-9.89-35.44-27.85C20.46 164 16 142.59 16 120s4.46-43.95 12.56-60.15C37.54 41.89 50.13 32 64 32h128c13.87 0 26.46 9.89 35.44 27.85C235.54 76.05 240 97.41 240 120m-144 0c0-42.43-16.86-72-32-72s-32 29.57-32 72s16.86 72 32 72s32-29.57 32-72m128 88v-80h-16a8 8 0 0 1 0-16h15.79c-1.95-38.1-17.63-64-31.79-64H92.12a73.6 73.6 0 0 1 7.32 11.85c7.14 14.28 11.44 32.56 12.37 52.15H128a8 8 0 0 1 0 16h-16v80Zm-48-96h-16a8 8 0 0 0 0 16h16a8 8 0 0 0 0-16"/></g></svg> </template>
CSS
.icon-toilet-paper-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M104%20120c0%2044.18-17.91%2080-40%2080s-40-35.82-40-80s17.91-80%2040-80s40%2035.82%2040%2080%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M76%20120a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m164%200v88a16%2016%200%200%201-16%2016H112a16%2016%200%200%201-16-16v-21.65C87.37%20200.37%2076.18%20208%2064%20208c-13.87%200-26.46-9.89-35.44-27.85C20.46%20164%2016%20142.59%2016%20120s4.46-43.95%2012.56-60.15C37.54%2041.89%2050.13%2032%2064%2032h128c13.87%200%2026.46%209.89%2035.44%2027.85C235.54%2076.05%20240%2097.41%20240%20120m-144%200c0-42.43-16.86-72-32-72s-32%2029.57-32%2072s16.86%2072%2032%2072s32-29.57%2032-72m128%2088v-80h-16a8%208%200%200%201%200-16h15.79c-1.95-38.1-17.63-64-31.79-64H92.12a73.6%2073.6%200%200%201%207.32%2011.85c7.14%2014.28%2011.44%2032.56%2012.37%2052.15H128a8%208%200%200%201%200%2016h-16v80Zm-48-96h-16a8%208%200%200%200%200%2016h16a8%208%200%200%200%200-16%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M104%20120c0%2044.18-17.91%2080-40%2080s-40-35.82-40-80s17.91-80%2040-80s40%2035.82%2040%2080%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M76%20120a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m164%200v88a16%2016%200%200%201-16%2016H112a16%2016%200%200%201-16-16v-21.65C87.37%20200.37%2076.18%20208%2064%20208c-13.87%200-26.46-9.89-35.44-27.85C20.46%20164%2016%20142.59%2016%20120s4.46-43.95%2012.56-60.15C37.54%2041.89%2050.13%2032%2064%2032h128c13.87%200%2026.46%209.89%2035.44%2027.85C235.54%2076.05%20240%2097.41%20240%20120m-144%200c0-42.43-16.86-72-32-72s-32%2029.57-32%2072s16.86%2072%2032%2072s32-29.57%2032-72m128%2088v-80h-16a8%208%200%200%201%200-16h15.79c-1.95-38.1-17.63-64-31.79-64H92.12a73.6%2073.6%200%200%201%207.32%2011.85c7.14%2014.28%2011.44%2032.56%2012.37%2052.15H128a8%208%200%200%201%200%2016h-16v80Zm-48-96h-16a8%208%200%200%200%200%2016h16a8%208%200%200%200%200-16%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/toilet-paper-duotone.svg?color=%231a73e8&size=48