toilet paper icon

toilet-paper-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
toilet-paper-fill
Set
Phosphor
Style
Fill
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="M184 120a8 8 0 0 1-8 8h-16a8 8 0 0 1 0-16h16a8 8 0 0 1 8 8m56 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-164 0a12 12 0 1 0-12 12a12 12 0 0 0 12-12m148 8h-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-16v80h112Z"/></svg>

React

import type { SVGProps } from "react";

export function PhToiletPaperFill(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="M184 120a8 8 0 0 1-8 8h-16a8 8 0 0 1 0-16h16a8 8 0 0 1 8 8m56 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-164 0a12 12 0 1 0-12 12a12 12 0 0 0 12-12m148 8h-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-16v80h112Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M184 120a8 8 0 0 1-8 8h-16a8 8 0 0 1 0-16h16a8 8 0 0 1 8 8m56 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-164 0a12 12 0 1 0-12 12a12 12 0 0 0 12-12m148 8h-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-16v80h112Z"/></svg>
</template>

CSS

.icon-toilet-paper-fill {
  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%22M184%20120a8%208%200%200%201-8%208h-16a8%208%200%200%201%200-16h16a8%208%200%200%201%208%208m56%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-164%200a12%2012%200%201%200-12%2012a12%2012%200%200%200%2012-12m148%208h-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-16v80h112Z%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%22M184%20120a8%208%200%200%201-8%208h-16a8%208%200%200%201%200-16h16a8%208%200%200%201%208%208m56%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-164%200a12%2012%200%201%200-12%2012a12%2012%200%200%200%2012-12m148%208h-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-16v80h112Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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