toilet paper icon

toilet-paper from Unicons by Iconscout · Line · Medical · Apache-2.0 Free for personal and commercial use.

Name
toilet-paper
Set
Unicons
Style
Line
Category
Medical
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More medical icons from Unicons

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="M22.26 20.357a7.52 7.52 0 0 1-1.76-4.905v-7.46c0-3.308-2.243-6-5-6h-9c-2.757 0-5 2.692-5 6s2.243 6 5 6h3v1.46a9.53 9.53 0 0 0 2.24 6.206a1 1 0 0 0 .76.35h9a1 1 0 0 0 .76-1.651M6.5 11.993c-1.654 0-3-1.795-3-4s1.346-4 3-4s3 1.794 3 4s-1.346 4-3 4m6.479 8.014a7.58 7.58 0 0 1-1.479-4.555v-7c0-.028-.014-.052-.016-.08c.007-.126.016-.251.016-.38a6.68 6.68 0 0 0-1.284-4H15.5c1.654 0 3 1.795 3 4v7.46a9.7 9.7 0 0 0 1.118 4.555ZM6.5 6.743a1.146 1.146 0 0 0-1 1.25a1.146 1.146 0 0 0 1 1.25a1.146 1.146 0 0 0 1-1.25a1.146 1.146 0 0 0-1-1.25"/></svg>

React

import type { SVGProps } from "react";

export function UilToiletPaper(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="M22.26 20.357a7.52 7.52 0 0 1-1.76-4.905v-7.46c0-3.308-2.243-6-5-6h-9c-2.757 0-5 2.692-5 6s2.243 6 5 6h3v1.46a9.53 9.53 0 0 0 2.24 6.206a1 1 0 0 0 .76.35h9a1 1 0 0 0 .76-1.651M6.5 11.993c-1.654 0-3-1.795-3-4s1.346-4 3-4s3 1.794 3 4s-1.346 4-3 4m6.479 8.014a7.58 7.58 0 0 1-1.479-4.555v-7c0-.028-.014-.052-.016-.08c.007-.126.016-.251.016-.38a6.68 6.68 0 0 0-1.284-4H15.5c1.654 0 3 1.795 3 4v7.46a9.7 9.7 0 0 0 1.118 4.555ZM6.5 6.743a1.146 1.146 0 0 0-1 1.25a1.146 1.146 0 0 0 1 1.25a1.146 1.146 0 0 0 1-1.25a1.146 1.146 0 0 0-1-1.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.26 20.357a7.52 7.52 0 0 1-1.76-4.905v-7.46c0-3.308-2.243-6-5-6h-9c-2.757 0-5 2.692-5 6s2.243 6 5 6h3v1.46a9.53 9.53 0 0 0 2.24 6.206a1 1 0 0 0 .76.35h9a1 1 0 0 0 .76-1.651M6.5 11.993c-1.654 0-3-1.795-3-4s1.346-4 3-4s3 1.794 3 4s-1.346 4-3 4m6.479 8.014a7.58 7.58 0 0 1-1.479-4.555v-7c0-.028-.014-.052-.016-.08c.007-.126.016-.251.016-.38a6.68 6.68 0 0 0-1.284-4H15.5c1.654 0 3 1.795 3 4v7.46a9.7 9.7 0 0 0 1.118 4.555ZM6.5 6.743a1.146 1.146 0 0 0-1 1.25a1.146 1.146 0 0 0 1 1.25a1.146 1.146 0 0 0 1-1.25a1.146 1.146 0 0 0-1-1.25"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.26%2020.357a7.52%207.52%200%200%201-1.76-4.905v-7.46c0-3.308-2.243-6-5-6h-9c-2.757%200-5%202.692-5%206s2.243%206%205%206h3v1.46a9.53%209.53%200%200%200%202.24%206.206a1%201%200%200%200%20.76.35h9a1%201%200%200%200%20.76-1.651M6.5%2011.993c-1.654%200-3-1.795-3-4s1.346-4%203-4s3%201.794%203%204s-1.346%204-3%204m6.479%208.014a7.58%207.58%200%200%201-1.479-4.555v-7c0-.028-.014-.052-.016-.08c.007-.126.016-.251.016-.38a6.68%206.68%200%200%200-1.284-4H15.5c1.654%200%203%201.795%203%204v7.46a9.7%209.7%200%200%200%201.118%204.555ZM6.5%206.743a1.146%201.146%200%200%200-1%201.25a1.146%201.146%200%200%200%201%201.25a1.146%201.146%200%200%200%201-1.25a1.146%201.146%200%200%200-1-1.25%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%22M22.26%2020.357a7.52%207.52%200%200%201-1.76-4.905v-7.46c0-3.308-2.243-6-5-6h-9c-2.757%200-5%202.692-5%206s2.243%206%205%206h3v1.46a9.53%209.53%200%200%200%202.24%206.206a1%201%200%200%200%20.76.35h9a1%201%200%200%200%20.76-1.651M6.5%2011.993c-1.654%200-3-1.795-3-4s1.346-4%203-4s3%201.794%203%204s-1.346%204-3%204m6.479%208.014a7.58%207.58%200%200%201-1.479-4.555v-7c0-.028-.014-.052-.016-.08c.007-.126.016-.251.016-.38a6.68%206.68%200%200%200-1.284-4H15.5c1.654%200%203%201.795%203%204v7.46a9.7%209.7%200%200%200%201.118%204.555ZM6.5%206.743a1.146%201.146%200%200%200-1%201.25a1.146%201.146%200%200%200%201%201.25a1.146%201.146%200%200%200%201-1.25a1.146%201.146%200%200%200-1-1.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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