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

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

1 other variant in MingCute Icon

Use the paper 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.35 2c.78 0 1.558.47 1.825 1.305c.474 1.48 1.345 5.317-.8 9.18c-1.704 3.066-1.09 6.158-.677 7.5c.285.93-.374 2.015-1.467 2.015H5.65c-.781 0-1.557-.47-1.824-1.305c-.475-1.48-1.347-5.317.8-9.18c1.703-3.066 1.088-6.158.676-7.5C5.016 3.086 5.676 2 6.77 2zM9 12a1 1 0 1 0 0 2h3a1 1 0 0 0 0-2zm1-4a1 1 0 1 0 0 2h6a1 1 0 0 0 0-2z"/></svg>

React

import type { SVGProps } from "react";

export function MingcutePaper2Fill(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="M18.35 2c.78 0 1.558.47 1.825 1.305c.474 1.48 1.345 5.317-.8 9.18c-1.704 3.066-1.09 6.158-.677 7.5c.285.93-.374 2.015-1.467 2.015H5.65c-.781 0-1.557-.47-1.824-1.305c-.475-1.48-1.347-5.317.8-9.18c1.703-3.066 1.088-6.158.676-7.5C5.016 3.086 5.676 2 6.77 2zM9 12a1 1 0 1 0 0 2h3a1 1 0 0 0 0-2zm1-4a1 1 0 1 0 0 2h6a1 1 0 0 0 0-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.35 2c.78 0 1.558.47 1.825 1.305c.474 1.48 1.345 5.317-.8 9.18c-1.704 3.066-1.09 6.158-.677 7.5c.285.93-.374 2.015-1.467 2.015H5.65c-.781 0-1.557-.47-1.824-1.305c-.475-1.48-1.347-5.317.8-9.18c1.703-3.066 1.088-6.158.676-7.5C5.016 3.086 5.676 2 6.77 2zM9 12a1 1 0 1 0 0 2h3a1 1 0 0 0 0-2zm1-4a1 1 0 1 0 0 2h6a1 1 0 0 0 0-2z"/></svg>
</template>

CSS

.icon-paper-2-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%22M18.35%202c.78%200%201.558.47%201.825%201.305c.474%201.48%201.345%205.317-.8%209.18c-1.704%203.066-1.09%206.158-.677%207.5c.285.93-.374%202.015-1.467%202.015H5.65c-.781%200-1.557-.47-1.824-1.305c-.475-1.48-1.347-5.317.8-9.18c1.703-3.066%201.088-6.158.676-7.5C5.016%203.086%205.676%202%206.77%202zM9%2012a1%201%200%201%200%200%202h3a1%201%200%200%200%200-2zm1-4a1%201%200%201%200%200%202h6a1%201%200%200%200%200-2z%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%22M18.35%202c.78%200%201.558.47%201.825%201.305c.474%201.48%201.345%205.317-.8%209.18c-1.704%203.066-1.09%206.158-.677%207.5c.285.93-.374%202.015-1.467%202.015H5.65c-.781%200-1.557-.47-1.824-1.305c-.475-1.48-1.347-5.317.8-9.18c1.703-3.066%201.088-6.158.676-7.5C5.016%203.086%205.676%202%206.77%202zM9%2012a1%201%200%201%200%200%202h3a1%201%200%200%200%200-2zm1-4a1%201%200%201%200%200%202h6a1%201%200%200%200%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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