roll of paper emoji

roll-of-paper from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
roll-of-paper
Set
Noto Emoji
Style
Default
Category
Objects
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More objects icons from Noto Emoji

Use the roll of paper emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b7d5e5" d="m20.92 18.75l87.86-2.28v88.5c0 6.29-19.67 11.39-43.93 11.39s-43.93-5.1-43.93-11.39"/><ellipse cx="64" cy="16.89" fill="#e0e0e0" rx="44.91" ry="11.39"/><ellipse cx="64" cy="16.89" fill="#82aec0" rx="18.65" ry="4.73"/><ellipse cx="64" cy="16.68" fill="#2f7889" rx="15.26" ry="3.51"/><path fill="#b7d5e5" d="M64 5.5c-2.12 0-5.2.07-6.23.11c-1.04.04-.94.6 0 .65s14.84.75 22.45 1.6c10.97 1.22 19.72 3.66 23.25 5.82c1.23.75 4.53 2.07 2.93 5.37c-.42.86-1.53 2.57-7.03 4.86c-2.07.86 7.35 1.48 9.41-.64c0 0 .13-4.41.13-6.37c0-6.3-20.11-11.4-44.91-11.4"/><path fill="#fff" d="M84.13 39.89s-12.3-5.12-36.42-8.71c-23.98-3.57-27.37-11.63-27.37-11.63v84.19c3.03 12.92 40.2 13.56 51.51 14.83c5.94.67 14.41 5.12 14.41 5.12c3.13-6.18-3.34-24.41-3.67-29.11c-.54-7.65 2.72-7.49 2.72-15.05s-2.81-10.27-3.72-19.51s2.68-10.71 2.54-20.13"/><path fill="#eee" d="M46.29 33.48c23.26 3.83 37.84 6.42 37.84 6.42c-.51-.21-12.17-5.62-36.19-9.2c-22.48-3.35-25.54-10.23-28.85-13.29c0 0 .73 11.71 27.2 16.07"/><path fill="#81b6cc" d="M81.99 47.33c-1.34 3.45-2.87 7.36-2.36 12.57c.47 4.83 1.42 8.05 2.26 10.89c1.54 4.19 2.66 8.73.28 15.45c-2.17 6.14-2.65 12.79 1 22.44c.49 1.3 2.95 8.22 3.32 15.81c0 0 .01 0 .01.01c0 0 2.01-5.67.71-12.11c-1.67-8.28-3.62-9.26-3.86-15.04c-.32-7.95 2.88-9.66 3.15-17.5c.3-8.9-2.92-10.66-3.86-20.25c-.9-9.2 2.95-10.83 1.49-19.71c-.49 2.42-.97 4.42-2.14 7.44"/><path fill="#b7d5e5" d="M72.89 117.37c-1.79-.32-4.2-.39-6.97-.6c-7.84-.61-18.57-1.44-27.72-3.52c-11.81-2.68-15.3-6.14-16.08-8.66c0 0 .31-70.81.12-74.91c-.26-5.73-3.15-12.27-3.15-12.27v87.58c3.14 13.4 41.72 14.08 53.46 15.4c6.16.69 10.87 2.53 13.96 4.12c0-.01-.52-4.8-13.62-7.14"/><path fill="#81b6cc" d="M106.67 27.12c-.14 3.96-.92 77.86-.92 77.86c-.04.49-10.99 7.77-20.61.21l1.37 9.7c13.3-1.96 22.28-5.66 22.28-9.91l.13-88.1c-.01.01-2.04 4.11-2.25 10.24"/></svg>

React

import type { SVGProps } from "react";

export function NotoRollOfPaper(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b7d5e5" d="m20.92 18.75l87.86-2.28v88.5c0 6.29-19.67 11.39-43.93 11.39s-43.93-5.1-43.93-11.39"/><ellipse cx="64" cy="16.89" fill="#e0e0e0" rx="44.91" ry="11.39"/><ellipse cx="64" cy="16.89" fill="#82aec0" rx="18.65" ry="4.73"/><ellipse cx="64" cy="16.68" fill="#2f7889" rx="15.26" ry="3.51"/><path fill="#b7d5e5" d="M64 5.5c-2.12 0-5.2.07-6.23.11c-1.04.04-.94.6 0 .65s14.84.75 22.45 1.6c10.97 1.22 19.72 3.66 23.25 5.82c1.23.75 4.53 2.07 2.93 5.37c-.42.86-1.53 2.57-7.03 4.86c-2.07.86 7.35 1.48 9.41-.64c0 0 .13-4.41.13-6.37c0-6.3-20.11-11.4-44.91-11.4"/><path fill="#fff" d="M84.13 39.89s-12.3-5.12-36.42-8.71c-23.98-3.57-27.37-11.63-27.37-11.63v84.19c3.03 12.92 40.2 13.56 51.51 14.83c5.94.67 14.41 5.12 14.41 5.12c3.13-6.18-3.34-24.41-3.67-29.11c-.54-7.65 2.72-7.49 2.72-15.05s-2.81-10.27-3.72-19.51s2.68-10.71 2.54-20.13"/><path fill="#eee" d="M46.29 33.48c23.26 3.83 37.84 6.42 37.84 6.42c-.51-.21-12.17-5.62-36.19-9.2c-22.48-3.35-25.54-10.23-28.85-13.29c0 0 .73 11.71 27.2 16.07"/><path fill="#81b6cc" d="M81.99 47.33c-1.34 3.45-2.87 7.36-2.36 12.57c.47 4.83 1.42 8.05 2.26 10.89c1.54 4.19 2.66 8.73.28 15.45c-2.17 6.14-2.65 12.79 1 22.44c.49 1.3 2.95 8.22 3.32 15.81c0 0 .01 0 .01.01c0 0 2.01-5.67.71-12.11c-1.67-8.28-3.62-9.26-3.86-15.04c-.32-7.95 2.88-9.66 3.15-17.5c.3-8.9-2.92-10.66-3.86-20.25c-.9-9.2 2.95-10.83 1.49-19.71c-.49 2.42-.97 4.42-2.14 7.44"/><path fill="#b7d5e5" d="M72.89 117.37c-1.79-.32-4.2-.39-6.97-.6c-7.84-.61-18.57-1.44-27.72-3.52c-11.81-2.68-15.3-6.14-16.08-8.66c0 0 .31-70.81.12-74.91c-.26-5.73-3.15-12.27-3.15-12.27v87.58c3.14 13.4 41.72 14.08 53.46 15.4c6.16.69 10.87 2.53 13.96 4.12c0-.01-.52-4.8-13.62-7.14"/><path fill="#81b6cc" d="M106.67 27.12c-.14 3.96-.92 77.86-.92 77.86c-.04.49-10.99 7.77-20.61.21l1.37 9.7c13.3-1.96 22.28-5.66 22.28-9.91l.13-88.1c-.01.01-2.04 4.11-2.25 10.24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b7d5e5" d="m20.92 18.75l87.86-2.28v88.5c0 6.29-19.67 11.39-43.93 11.39s-43.93-5.1-43.93-11.39"/><ellipse cx="64" cy="16.89" fill="#e0e0e0" rx="44.91" ry="11.39"/><ellipse cx="64" cy="16.89" fill="#82aec0" rx="18.65" ry="4.73"/><ellipse cx="64" cy="16.68" fill="#2f7889" rx="15.26" ry="3.51"/><path fill="#b7d5e5" d="M64 5.5c-2.12 0-5.2.07-6.23.11c-1.04.04-.94.6 0 .65s14.84.75 22.45 1.6c10.97 1.22 19.72 3.66 23.25 5.82c1.23.75 4.53 2.07 2.93 5.37c-.42.86-1.53 2.57-7.03 4.86c-2.07.86 7.35 1.48 9.41-.64c0 0 .13-4.41.13-6.37c0-6.3-20.11-11.4-44.91-11.4"/><path fill="#fff" d="M84.13 39.89s-12.3-5.12-36.42-8.71c-23.98-3.57-27.37-11.63-27.37-11.63v84.19c3.03 12.92 40.2 13.56 51.51 14.83c5.94.67 14.41 5.12 14.41 5.12c3.13-6.18-3.34-24.41-3.67-29.11c-.54-7.65 2.72-7.49 2.72-15.05s-2.81-10.27-3.72-19.51s2.68-10.71 2.54-20.13"/><path fill="#eee" d="M46.29 33.48c23.26 3.83 37.84 6.42 37.84 6.42c-.51-.21-12.17-5.62-36.19-9.2c-22.48-3.35-25.54-10.23-28.85-13.29c0 0 .73 11.71 27.2 16.07"/><path fill="#81b6cc" d="M81.99 47.33c-1.34 3.45-2.87 7.36-2.36 12.57c.47 4.83 1.42 8.05 2.26 10.89c1.54 4.19 2.66 8.73.28 15.45c-2.17 6.14-2.65 12.79 1 22.44c.49 1.3 2.95 8.22 3.32 15.81c0 0 .01 0 .01.01c0 0 2.01-5.67.71-12.11c-1.67-8.28-3.62-9.26-3.86-15.04c-.32-7.95 2.88-9.66 3.15-17.5c.3-8.9-2.92-10.66-3.86-20.25c-.9-9.2 2.95-10.83 1.49-19.71c-.49 2.42-.97 4.42-2.14 7.44"/><path fill="#b7d5e5" d="M72.89 117.37c-1.79-.32-4.2-.39-6.97-.6c-7.84-.61-18.57-1.44-27.72-3.52c-11.81-2.68-15.3-6.14-16.08-8.66c0 0 .31-70.81.12-74.91c-.26-5.73-3.15-12.27-3.15-12.27v87.58c3.14 13.4 41.72 14.08 53.46 15.4c6.16.69 10.87 2.53 13.96 4.12c0-.01-.52-4.8-13.62-7.14"/><path fill="#81b6cc" d="M106.67 27.12c-.14 3.96-.92 77.86-.92 77.86c-.04.49-10.99 7.77-20.61.21l1.37 9.7c13.3-1.96 22.28-5.66 22.28-9.91l.13-88.1c-.01.01-2.04 4.11-2.25 10.24"/></svg>
</template>

CSS

.icon-roll-of-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%20128%20128%22%3E%3Cpath%20fill%3D%22%23b7d5e5%22%20d%3D%22m20.92%2018.75l87.86-2.28v88.5c0%206.29-19.67%2011.39-43.93%2011.39s-43.93-5.1-43.93-11.39%22%2F%3E%3Cellipse%20cx%3D%2264%22%20cy%3D%2216.89%22%20fill%3D%22%23e0e0e0%22%20rx%3D%2244.91%22%20ry%3D%2211.39%22%2F%3E%3Cellipse%20cx%3D%2264%22%20cy%3D%2216.89%22%20fill%3D%22%2382aec0%22%20rx%3D%2218.65%22%20ry%3D%224.73%22%2F%3E%3Cellipse%20cx%3D%2264%22%20cy%3D%2216.68%22%20fill%3D%22%232f7889%22%20rx%3D%2215.26%22%20ry%3D%223.51%22%2F%3E%3Cpath%20fill%3D%22%23b7d5e5%22%20d%3D%22M64%205.5c-2.12%200-5.2.07-6.23.11c-1.04.04-.94.6%200%20.65s14.84.75%2022.45%201.6c10.97%201.22%2019.72%203.66%2023.25%205.82c1.23.75%204.53%202.07%202.93%205.37c-.42.86-1.53%202.57-7.03%204.86c-2.07.86%207.35%201.48%209.41-.64c0%200%20.13-4.41.13-6.37c0-6.3-20.11-11.4-44.91-11.4%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M84.13%2039.89s-12.3-5.12-36.42-8.71c-23.98-3.57-27.37-11.63-27.37-11.63v84.19c3.03%2012.92%2040.2%2013.56%2051.51%2014.83c5.94.67%2014.41%205.12%2014.41%205.12c3.13-6.18-3.34-24.41-3.67-29.11c-.54-7.65%202.72-7.49%202.72-15.05s-2.81-10.27-3.72-19.51s2.68-10.71%202.54-20.13%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M46.29%2033.48c23.26%203.83%2037.84%206.42%2037.84%206.42c-.51-.21-12.17-5.62-36.19-9.2c-22.48-3.35-25.54-10.23-28.85-13.29c0%200%20.73%2011.71%2027.2%2016.07%22%2F%3E%3Cpath%20fill%3D%22%2381b6cc%22%20d%3D%22M81.99%2047.33c-1.34%203.45-2.87%207.36-2.36%2012.57c.47%204.83%201.42%208.05%202.26%2010.89c1.54%204.19%202.66%208.73.28%2015.45c-2.17%206.14-2.65%2012.79%201%2022.44c.49%201.3%202.95%208.22%203.32%2015.81c0%200%20.01%200%20.01.01c0%200%202.01-5.67.71-12.11c-1.67-8.28-3.62-9.26-3.86-15.04c-.32-7.95%202.88-9.66%203.15-17.5c.3-8.9-2.92-10.66-3.86-20.25c-.9-9.2%202.95-10.83%201.49-19.71c-.49%202.42-.97%204.42-2.14%207.44%22%2F%3E%3Cpath%20fill%3D%22%23b7d5e5%22%20d%3D%22M72.89%20117.37c-1.79-.32-4.2-.39-6.97-.6c-7.84-.61-18.57-1.44-27.72-3.52c-11.81-2.68-15.3-6.14-16.08-8.66c0%200%20.31-70.81.12-74.91c-.26-5.73-3.15-12.27-3.15-12.27v87.58c3.14%2013.4%2041.72%2014.08%2053.46%2015.4c6.16.69%2010.87%202.53%2013.96%204.12c0-.01-.52-4.8-13.62-7.14%22%2F%3E%3Cpath%20fill%3D%22%2381b6cc%22%20d%3D%22M106.67%2027.12c-.14%203.96-.92%2077.86-.92%2077.86c-.04.49-10.99%207.77-20.61.21l1.37%209.7c13.3-1.96%2022.28-5.66%2022.28-9.91l.13-88.1c-.01.01-2.04%204.11-2.25%2010.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%20128%20128%22%3E%3Cpath%20fill%3D%22%23b7d5e5%22%20d%3D%22m20.92%2018.75l87.86-2.28v88.5c0%206.29-19.67%2011.39-43.93%2011.39s-43.93-5.1-43.93-11.39%22%2F%3E%3Cellipse%20cx%3D%2264%22%20cy%3D%2216.89%22%20fill%3D%22%23e0e0e0%22%20rx%3D%2244.91%22%20ry%3D%2211.39%22%2F%3E%3Cellipse%20cx%3D%2264%22%20cy%3D%2216.89%22%20fill%3D%22%2382aec0%22%20rx%3D%2218.65%22%20ry%3D%224.73%22%2F%3E%3Cellipse%20cx%3D%2264%22%20cy%3D%2216.68%22%20fill%3D%22%232f7889%22%20rx%3D%2215.26%22%20ry%3D%223.51%22%2F%3E%3Cpath%20fill%3D%22%23b7d5e5%22%20d%3D%22M64%205.5c-2.12%200-5.2.07-6.23.11c-1.04.04-.94.6%200%20.65s14.84.75%2022.45%201.6c10.97%201.22%2019.72%203.66%2023.25%205.82c1.23.75%204.53%202.07%202.93%205.37c-.42.86-1.53%202.57-7.03%204.86c-2.07.86%207.35%201.48%209.41-.64c0%200%20.13-4.41.13-6.37c0-6.3-20.11-11.4-44.91-11.4%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M84.13%2039.89s-12.3-5.12-36.42-8.71c-23.98-3.57-27.37-11.63-27.37-11.63v84.19c3.03%2012.92%2040.2%2013.56%2051.51%2014.83c5.94.67%2014.41%205.12%2014.41%205.12c3.13-6.18-3.34-24.41-3.67-29.11c-.54-7.65%202.72-7.49%202.72-15.05s-2.81-10.27-3.72-19.51s2.68-10.71%202.54-20.13%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M46.29%2033.48c23.26%203.83%2037.84%206.42%2037.84%206.42c-.51-.21-12.17-5.62-36.19-9.2c-22.48-3.35-25.54-10.23-28.85-13.29c0%200%20.73%2011.71%2027.2%2016.07%22%2F%3E%3Cpath%20fill%3D%22%2381b6cc%22%20d%3D%22M81.99%2047.33c-1.34%203.45-2.87%207.36-2.36%2012.57c.47%204.83%201.42%208.05%202.26%2010.89c1.54%204.19%202.66%208.73.28%2015.45c-2.17%206.14-2.65%2012.79%201%2022.44c.49%201.3%202.95%208.22%203.32%2015.81c0%200%20.01%200%20.01.01c0%200%202.01-5.67.71-12.11c-1.67-8.28-3.62-9.26-3.86-15.04c-.32-7.95%202.88-9.66%203.15-17.5c.3-8.9-2.92-10.66-3.86-20.25c-.9-9.2%202.95-10.83%201.49-19.71c-.49%202.42-.97%204.42-2.14%207.44%22%2F%3E%3Cpath%20fill%3D%22%23b7d5e5%22%20d%3D%22M72.89%20117.37c-1.79-.32-4.2-.39-6.97-.6c-7.84-.61-18.57-1.44-27.72-3.52c-11.81-2.68-15.3-6.14-16.08-8.66c0%200%20.31-70.81.12-74.91c-.26-5.73-3.15-12.27-3.15-12.27v87.58c3.14%2013.4%2041.72%2014.08%2053.46%2015.4c6.16.69%2010.87%202.53%2013.96%204.12c0-.01-.52-4.8-13.62-7.14%22%2F%3E%3Cpath%20fill%3D%22%2381b6cc%22%20d%3D%22M106.67%2027.12c-.14%203.96-.92%2077.86-.92%2077.86c-.04.49-10.99%207.77-20.61.21l1.37%209.7c13.3-1.96%2022.28-5.66%2022.28-9.91l.13-88.1c-.01.01-2.04%204.11-2.25%2010.24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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