toilet paper icon

toilet-paper from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
toilet-paper
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

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 1024 1024"><path fill="currentColor" d="M595.2 128H320a192 192 0 0 0-192 192v576h384V352c0-90.5 32.4-171.2 83.2-224M736 64c123.7 0 224 129 224 288S859.7 640 736 640H576v320H64V320A256 256 0 0 1 320 64zM576 352v224h160c84.4 0 160-97.3 160-224s-75.6-224-160-224s-160 97.3-160 224"/><path fill="currentColor" d="M736 448c-35.3 0-64-43-64-96s28.7-96 64-96s64 43 64 96s-28.7 96-64 96"/></svg>

React

import type { SVGProps } from "react";

export function EpToiletPaper(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M595.2 128H320a192 192 0 0 0-192 192v576h384V352c0-90.5 32.4-171.2 83.2-224M736 64c123.7 0 224 129 224 288S859.7 640 736 640H576v320H64V320A256 256 0 0 1 320 64zM576 352v224h160c84.4 0 160-97.3 160-224s-75.6-224-160-224s-160 97.3-160 224"/><path fill="currentColor" d="M736 448c-35.3 0-64-43-64-96s28.7-96 64-96s64 43 64 96s-28.7 96-64 96"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M595.2 128H320a192 192 0 0 0-192 192v576h384V352c0-90.5 32.4-171.2 83.2-224M736 64c123.7 0 224 129 224 288S859.7 640 736 640H576v320H64V320A256 256 0 0 1 320 64zM576 352v224h160c84.4 0 160-97.3 160-224s-75.6-224-160-224s-160 97.3-160 224"/><path fill="currentColor" d="M736 448c-35.3 0-64-43-64-96s28.7-96 64-96s64 43 64 96s-28.7 96-64 96"/></svg>
</template>

CSS

.icon-toilet-paper {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M595.2%20128H320a192%20192%200%200%200-192%20192v576h384V352c0-90.5%2032.4-171.2%2083.2-224M736%2064c123.7%200%20224%20129%20224%20288S859.7%20640%20736%20640H576v320H64V320A256%20256%200%200%201%20320%2064zM576%20352v224h160c84.4%200%20160-97.3%20160-224s-75.6-224-160-224s-160%2097.3-160%20224%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M736%20448c-35.3%200-64-43-64-96s28.7-96%2064-96s64%2043%2064%2096s-28.7%2096-64%2096%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M595.2%20128H320a192%20192%200%200%200-192%20192v576h384V352c0-90.5%2032.4-171.2%2083.2-224M736%2064c123.7%200%20224%20129%20224%20288S859.7%20640%20736%20640H576v320H64V320A256%20256%200%200%201%20320%2064zM576%20352v224h160c84.4%200%20160-97.3%20160-224s-75.6-224-160-224s-160%2097.3-160%20224%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M736%20448c-35.3%200-64-43-64-96s28.7-96%2064-96s64%2043%2064%2096s-28.7%2096-64%2096%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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