paper roll 2 icon

paper-roll-2 from Majesticons by Gerrit Halfmann · Solid · MIT Free for personal and commercial use.

Name
paper-roll-2
Set
Majesticons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Majesticons

Related icons in Majesticons

Use the paper roll 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.29 4.188C6.54 3.29 8.008 3 9 3h7a6 6 0 1 1-4 10.472V20a1 1 0 0 1-1.555.832l-1.017-.678l-1.48.74a1 1 0 0 1-.895 0l-1.481-.74l-1.017.678A1 1 0 0 1 3 20V9c0-2.326.992-3.876 2.29-4.812M11.529 5H9c-.673 0-1.706.21-2.54.812C5.674 6.376 5 7.326 5 9v9.134a1 1 0 0 1 .947-.028l1.553.776l1.553-.776a1 1 0 0 1 .947.028V9c0-1.537.578-2.938 1.528-4zM16 11a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MajesticonsPaperRoll2(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" fillRule="evenodd" d="M5.29 4.188C6.54 3.29 8.008 3 9 3h7a6 6 0 1 1-4 10.472V20a1 1 0 0 1-1.555.832l-1.017-.678l-1.48.74a1 1 0 0 1-.895 0l-1.481-.74l-1.017.678A1 1 0 0 1 3 20V9c0-2.326.992-3.876 2.29-4.812M11.529 5H9c-.673 0-1.706.21-2.54.812C5.674 6.376 5 7.326 5 9v9.134a1 1 0 0 1 .947-.028l1.553.776l1.553-.776a1 1 0 0 1 .947.028V9c0-1.537.578-2.938 1.528-4zM16 11a2 2 0 1 0 0-4a2 2 0 0 0 0 4" 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" fill-rule="evenodd" d="M5.29 4.188C6.54 3.29 8.008 3 9 3h7a6 6 0 1 1-4 10.472V20a1 1 0 0 1-1.555.832l-1.017-.678l-1.48.74a1 1 0 0 1-.895 0l-1.481-.74l-1.017.678A1 1 0 0 1 3 20V9c0-2.326.992-3.876 2.29-4.812M11.529 5H9c-.673 0-1.706.21-2.54.812C5.674 6.376 5 7.326 5 9v9.134a1 1 0 0 1 .947-.028l1.553.776l1.553-.776a1 1 0 0 1 .947.028V9c0-1.537.578-2.938 1.528-4zM16 11a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-paper-roll-2 {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.29%204.188C6.54%203.29%208.008%203%209%203h7a6%206%200%201%201-4%2010.472V20a1%201%200%200%201-1.555.832l-1.017-.678l-1.48.74a1%201%200%200%201-.895%200l-1.481-.74l-1.017.678A1%201%200%200%201%203%2020V9c0-2.326.992-3.876%202.29-4.812M11.529%205H9c-.673%200-1.706.21-2.54.812C5.674%206.376%205%207.326%205%209v9.134a1%201%200%200%201%20.947-.028l1.553.776l1.553-.776a1%201%200%200%201%20.947.028V9c0-1.537.578-2.938%201.528-4zM16%2011a2%202%200%201%200%200-4a2%202%200%200%200%200%204%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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.29%204.188C6.54%203.29%208.008%203%209%203h7a6%206%200%201%201-4%2010.472V20a1%201%200%200%201-1.555.832l-1.017-.678l-1.48.74a1%201%200%200%201-.895%200l-1.481-.74l-1.017.678A1%201%200%200%201%203%2020V9c0-2.326.992-3.876%202.29-4.812M11.529%205H9c-.673%200-1.706.21-2.54.812C5.674%206.376%205%207.326%205%209v9.134a1%201%200%200%201%20.947-.028l1.553.776l1.553-.776a1%201%200%200%201%20.947.028V9c0-1.537.578-2.938%201.528-4zM16%2011a2%202%200%201%200%200-4a2%202%200%200%200%200%204%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/majesticons/paper-roll-2.svg?color=%231a73e8&size=48