paper-roll from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
paper-roll
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
bathroom-tissue, kitchen-roll, lavatory-roll, paper-towels, receipt-roll, toilet-paper

1 other variant in Material Design Icons

More home automation icons from Material Design Icons

Use the paper roll icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 3C5.69 3 3.14 5.69 3 9v12h9v-7.54c1.1.99 2.5 1.54 4 1.54c3.31 0 6-2.69 6-6s-2.69-6-6-6zm7 2c2.21 0 4 1.79 4 4s-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4m0 2.25c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75s1.75-.78 1.75-1.75s-.78-1.75-1.75-1.75M4 12h1v1H4zm2 0h1v1H6zm2 0h1v1H8zm2 0h1v1h-1z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPaperRoll(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="M9 3C5.69 3 3.14 5.69 3 9v12h9v-7.54c1.1.99 2.5 1.54 4 1.54c3.31 0 6-2.69 6-6s-2.69-6-6-6zm7 2c2.21 0 4 1.79 4 4s-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4m0 2.25c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75s1.75-.78 1.75-1.75s-.78-1.75-1.75-1.75M4 12h1v1H4zm2 0h1v1H6zm2 0h1v1H8zm2 0h1v1h-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 3C5.69 3 3.14 5.69 3 9v12h9v-7.54c1.1.99 2.5 1.54 4 1.54c3.31 0 6-2.69 6-6s-2.69-6-6-6zm7 2c2.21 0 4 1.79 4 4s-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4m0 2.25c-.97 0-1.75.78-1.75 1.75s.78 1.75 1.75 1.75s1.75-.78 1.75-1.75s-.78-1.75-1.75-1.75M4 12h1v1H4zm2 0h1v1H6zm2 0h1v1H8zm2 0h1v1h-1z"/></svg>
</template>

CSS

.icon-paper-roll {
  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%22M9%203C5.69%203%203.14%205.69%203%209v12h9v-7.54c1.1.99%202.5%201.54%204%201.54c3.31%200%206-2.69%206-6s-2.69-6-6-6zm7%202c2.21%200%204%201.79%204%204s-1.79%204-4%204s-4-1.79-4-4s1.79-4%204-4m0%202.25c-.97%200-1.75.78-1.75%201.75s.78%201.75%201.75%201.75s1.75-.78%201.75-1.75s-.78-1.75-1.75-1.75M4%2012h1v1H4zm2%200h1v1H6zm2%200h1v1H8zm2%200h1v1h-1z%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%22M9%203C5.69%203%203.14%205.69%203%209v12h9v-7.54c1.1.99%202.5%201.54%204%201.54c3.31%200%206-2.69%206-6s-2.69-6-6-6zm7%202c2.21%200%204%201.79%204%204s-1.79%204-4%204s-4-1.79-4-4s1.79-4%204-4m0%202.25c-.97%200-1.75.78-1.75%201.75s.78%201.75%201.75%201.75s1.75-.78%201.75-1.75s-.78-1.75-1.75-1.75M4%2012h1v1H4zm2%200h1v1H6zm2%200h1v1H8zm2%200h1v1h-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Paper Roll filled icon — Material Design Icons · IconsDB