toilet paper icon
toilet-paper-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- toilet-paper-bold
- Set
- Phosphor
- Style
- Bold
- 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="M80 120a16 16 0 1 1-16-16a16 16 0 0 1 16 16m164 0v88a20 20 0 0 1-20 20H112a20 20 0 0 1-20-20v-9.61C84 207.07 74.46 212 64 212c-29.65 0-52-39.55-52-92s22.35-92 52-92h128c29.65 0 52 39.55 52 92m-152 0c0-19.26-3.81-37.92-10.45-51.2C76.29 58.28 69.73 52 64 52s-12.29 6.28-17.55 16.8C39.81 82.08 36 100.74 36 120s3.81 37.92 10.45 51.2C51.71 181.72 58.27 188 64 188s12.29-6.28 17.55-16.8C88.19 157.92 92 139.26 92 120m128 84v-72h-8a12 12 0 0 1 0-24h7.5c-1.23-14.85-4.7-28.71-9.95-39.2S197.73 52 192 52H99.74c8.61 14.11 14.35 33.56 15.86 56h8.4a12 12 0 0 1 0 24h-8v72Zm-48-96h-8a12 12 0 0 0 0 24h8a12 12 0 0 0 0-24"/></svg>
React
import type { SVGProps } from "react";
export function PhToiletPaperBold(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="M80 120a16 16 0 1 1-16-16a16 16 0 0 1 16 16m164 0v88a20 20 0 0 1-20 20H112a20 20 0 0 1-20-20v-9.61C84 207.07 74.46 212 64 212c-29.65 0-52-39.55-52-92s22.35-92 52-92h128c29.65 0 52 39.55 52 92m-152 0c0-19.26-3.81-37.92-10.45-51.2C76.29 58.28 69.73 52 64 52s-12.29 6.28-17.55 16.8C39.81 82.08 36 100.74 36 120s3.81 37.92 10.45 51.2C51.71 181.72 58.27 188 64 188s12.29-6.28 17.55-16.8C88.19 157.92 92 139.26 92 120m128 84v-72h-8a12 12 0 0 1 0-24h7.5c-1.23-14.85-4.7-28.71-9.95-39.2S197.73 52 192 52H99.74c8.61 14.11 14.35 33.56 15.86 56h8.4a12 12 0 0 1 0 24h-8v72Zm-48-96h-8a12 12 0 0 0 0 24h8a12 12 0 0 0 0-24"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M80 120a16 16 0 1 1-16-16a16 16 0 0 1 16 16m164 0v88a20 20 0 0 1-20 20H112a20 20 0 0 1-20-20v-9.61C84 207.07 74.46 212 64 212c-29.65 0-52-39.55-52-92s22.35-92 52-92h128c29.65 0 52 39.55 52 92m-152 0c0-19.26-3.81-37.92-10.45-51.2C76.29 58.28 69.73 52 64 52s-12.29 6.28-17.55 16.8C39.81 82.08 36 100.74 36 120s3.81 37.92 10.45 51.2C51.71 181.72 58.27 188 64 188s12.29-6.28 17.55-16.8C88.19 157.92 92 139.26 92 120m128 84v-72h-8a12 12 0 0 1 0-24h7.5c-1.23-14.85-4.7-28.71-9.95-39.2S197.73 52 192 52H99.74c8.61 14.11 14.35 33.56 15.86 56h8.4a12 12 0 0 1 0 24h-8v72Zm-48-96h-8a12 12 0 0 0 0 24h8a12 12 0 0 0 0-24"/></svg> </template>
CSS
.icon-toilet-paper-bold {
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%22M80%20120a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m164%200v88a20%2020%200%200%201-20%2020H112a20%2020%200%200%201-20-20v-9.61C84%20207.07%2074.46%20212%2064%20212c-29.65%200-52-39.55-52-92s22.35-92%2052-92h128c29.65%200%2052%2039.55%2052%2092m-152%200c0-19.26-3.81-37.92-10.45-51.2C76.29%2058.28%2069.73%2052%2064%2052s-12.29%206.28-17.55%2016.8C39.81%2082.08%2036%20100.74%2036%20120s3.81%2037.92%2010.45%2051.2C51.71%20181.72%2058.27%20188%2064%20188s12.29-6.28%2017.55-16.8C88.19%20157.92%2092%20139.26%2092%20120m128%2084v-72h-8a12%2012%200%200%201%200-24h7.5c-1.23-14.85-4.7-28.71-9.95-39.2S197.73%2052%20192%2052H99.74c8.61%2014.11%2014.35%2033.56%2015.86%2056h8.4a12%2012%200%200%201%200%2024h-8v72Zm-48-96h-8a12%2012%200%200%200%200%2024h8a12%2012%200%200%200%200-24%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%22M80%20120a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m164%200v88a20%2020%200%200%201-20%2020H112a20%2020%200%200%201-20-20v-9.61C84%20207.07%2074.46%20212%2064%20212c-29.65%200-52-39.55-52-92s22.35-92%2052-92h128c29.65%200%2052%2039.55%2052%2092m-152%200c0-19.26-3.81-37.92-10.45-51.2C76.29%2058.28%2069.73%2052%2064%2052s-12.29%206.28-17.55%2016.8C39.81%2082.08%2036%20100.74%2036%20120s3.81%2037.92%2010.45%2051.2C51.71%20181.72%2058.27%20188%2064%20188s12.29-6.28%2017.55-16.8C88.19%20157.92%2092%20139.26%2092%20120m128%2084v-72h-8a12%2012%200%200%201%200-24h7.5c-1.23-14.85-4.7-28.71-9.95-39.2S197.73%2052%20192%2052H99.74c8.61%2014.11%2014.35%2033.56%2015.86%2056h8.4a12%2012%200%200%201%200%2024h-8v72Zm-48-96h-8a12%2012%200%200%200%200%2024h8a12%2012%200%200%200%200-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/toilet-paper-bold.svg?color=%231a73e8&size=48