toilet paper icon

toilet-paper-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
toilet-paper-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

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 24 24"><path fill="currentColor" d="M6 12.5c.552 0 1-.895 1-2s-.448-2-1-2s-1 .895-1 2s.448 2 1 2"/><path fill="currentColor" fill-rule="evenodd" d="M6 18c.804 0 1.469-.378 2-.927V20a1 1 0 0 0 1.316.949L12 20.054l2.684.895a1 1 0 0 0 .48.037L18 20.514l2.836.472A1 1 0 0 0 22 20v-9.5c0-1.906-.355-3.68-.97-5.015C20.451 4.235 19.453 3 18 3H6C4.546 3 3.548 4.235 2.97 5.485C2.356 6.82 2 8.594 2 10.5s.355 3.68.97 5.015C3.549 16.765 4.547 18 6 18M4.787 6.323C4.317 7.34 4 8.816 4 10.5s.317 3.16.787 4.177C5.295 15.78 5.797 16 6 16s.705-.22 1.213-1.323C7.683 13.66 8 12.184 8 10.5s-.317-3.16-.787-4.177C6.705 5.22 6.203 5 6 5s-.705.22-1.213 1.323" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteToiletPaperFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 12.5c.552 0 1-.895 1-2s-.448-2-1-2s-1 .895-1 2s.448 2 1 2"/><path fill="currentColor" fillRule="evenodd" d="M6 18c.804 0 1.469-.378 2-.927V20a1 1 0 0 0 1.316.949L12 20.054l2.684.895a1 1 0 0 0 .48.037L18 20.514l2.836.472A1 1 0 0 0 22 20v-9.5c0-1.906-.355-3.68-.97-5.015C20.451 4.235 19.453 3 18 3H6C4.546 3 3.548 4.235 2.97 5.485C2.356 6.82 2 8.594 2 10.5s.355 3.68.97 5.015C3.549 16.765 4.547 18 6 18M4.787 6.323C4.317 7.34 4 8.816 4 10.5s.317 3.16.787 4.177C5.295 15.78 5.797 16 6 16s.705-.22 1.213-1.323C7.683 13.66 8 12.184 8 10.5s-.317-3.16-.787-4.177C6.705 5.22 6.203 5 6 5s-.705.22-1.213 1.323" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 12.5c.552 0 1-.895 1-2s-.448-2-1-2s-1 .895-1 2s.448 2 1 2"/><path fill="currentColor" fill-rule="evenodd" d="M6 18c.804 0 1.469-.378 2-.927V20a1 1 0 0 0 1.316.949L12 20.054l2.684.895a1 1 0 0 0 .48.037L18 20.514l2.836.472A1 1 0 0 0 22 20v-9.5c0-1.906-.355-3.68-.97-5.015C20.451 4.235 19.453 3 18 3H6C4.546 3 3.548 4.235 2.97 5.485C2.356 6.82 2 8.594 2 10.5s.355 3.68.97 5.015C3.549 16.765 4.547 18 6 18M4.787 6.323C4.317 7.34 4 8.816 4 10.5s.317 3.16.787 4.177C5.295 15.78 5.797 16 6 16s.705-.22 1.213-1.323C7.683 13.66 8 12.184 8 10.5s-.317-3.16-.787-4.177C6.705 5.22 6.203 5 6 5s-.705.22-1.213 1.323" clip-rule="evenodd"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2012.5c.552%200%201-.895%201-2s-.448-2-1-2s-1%20.895-1%202s.448%202%201%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%2018c.804%200%201.469-.378%202-.927V20a1%201%200%200%200%201.316.949L12%2020.054l2.684.895a1%201%200%200%200%20.48.037L18%2020.514l2.836.472A1%201%200%200%200%2022%2020v-9.5c0-1.906-.355-3.68-.97-5.015C20.451%204.235%2019.453%203%2018%203H6C4.546%203%203.548%204.235%202.97%205.485C2.356%206.82%202%208.594%202%2010.5s.355%203.68.97%205.015C3.549%2016.765%204.547%2018%206%2018M4.787%206.323C4.317%207.34%204%208.816%204%2010.5s.317%203.16.787%204.177C5.295%2015.78%205.797%2016%206%2016s.705-.22%201.213-1.323C7.683%2013.66%208%2012.184%208%2010.5s-.317-3.16-.787-4.177C6.705%205.22%206.203%205%206%205s-.705.22-1.213%201.323%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2012.5c.552%200%201-.895%201-2s-.448-2-1-2s-1%20.895-1%202s.448%202%201%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%2018c.804%200%201.469-.378%202-.927V20a1%201%200%200%200%201.316.949L12%2020.054l2.684.895a1%201%200%200%200%20.48.037L18%2020.514l2.836.472A1%201%200%200%200%2022%2020v-9.5c0-1.906-.355-3.68-.97-5.015C20.451%204.235%2019.453%203%2018%203H6C4.546%203%203.548%204.235%202.97%205.485C2.356%206.82%202%208.594%202%2010.5s.355%203.68.97%205.015C3.549%2016.765%204.547%2018%206%2018M4.787%206.323C4.317%207.34%204%208.816%204%2010.5s.317%203.16.787%204.177C5.295%2015.78%205.797%2016%206%2016s.705-.22%201.213-1.323C7.683%2013.66%208%2012.184%208%2010.5s-.317-3.16-.787-4.177C6.705%205.22%206.203%205%206%205s-.705.22-1.213%201.323%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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