md paper icon

md-paper from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-paper
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md paper icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M464 64H192c-8.8 0-16 7.7-16 16.5V112H74c-23.1 0-42 18.9-42 42v207.5c0 47.6 39 86.5 86 86.5h279.7c45.1 0 82.3-36.9 82.3-82V80c0-8.8-7.2-16-16-16zm-288 80v192h-42V163.2c0-6.8-.8-13.3-3.3-19.2H176zm-17 255.4C148 410 133.2 416 118.5 416c-14.5 0-28.1-5.7-38.5-16-10.3-10.3-16-24-16-38.5V163.2c0-10.6 8.4-19.2 19-19.2s19 8.6 19 19.2V352c0 8.8 7.2 16 16 16h57.5c-1.5 11.6-7.2 22.6-16.5 31.4zM448 366c0 13.3-5.4 25.8-14.9 35.3-9.5 9.5-22.2 14.7-35.4 14.7H187.3c12.8-14.9 20.7-33.9 20.7-54.5V97h240v269z" fill="currentColor"/><path d="M248 136h160v56H248z" fill="currentColor"/><path d="M248 224h160v32H248z" fill="currentColor"/><path d="M248 288h160v32H248z" fill="currentColor"/><path d="M408 352H248s0 32-8 32h148.7c19.3 0 19.3-21 19.3-32z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdPaper(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M464 64H192c-8.8 0-16 7.7-16 16.5V112H74c-23.1 0-42 18.9-42 42v207.5c0 47.6 39 86.5 86 86.5h279.7c45.1 0 82.3-36.9 82.3-82V80c0-8.8-7.2-16-16-16zm-288 80v192h-42V163.2c0-6.8-.8-13.3-3.3-19.2H176zm-17 255.4C148 410 133.2 416 118.5 416c-14.5 0-28.1-5.7-38.5-16-10.3-10.3-16-24-16-38.5V163.2c0-10.6 8.4-19.2 19-19.2s19 8.6 19 19.2V352c0 8.8 7.2 16 16 16h57.5c-1.5 11.6-7.2 22.6-16.5 31.4zM448 366c0 13.3-5.4 25.8-14.9 35.3-9.5 9.5-22.2 14.7-35.4 14.7H187.3c12.8-14.9 20.7-33.9 20.7-54.5V97h240v269z" fill="currentColor"/><path d="M248 136h160v56H248z" fill="currentColor"/><path d="M248 224h160v32H248z" fill="currentColor"/><path d="M248 288h160v32H248z" fill="currentColor"/><path d="M408 352H248s0 32-8 32h148.7c19.3 0 19.3-21 19.3-32z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M464 64H192c-8.8 0-16 7.7-16 16.5V112H74c-23.1 0-42 18.9-42 42v207.5c0 47.6 39 86.5 86 86.5h279.7c45.1 0 82.3-36.9 82.3-82V80c0-8.8-7.2-16-16-16zm-288 80v192h-42V163.2c0-6.8-.8-13.3-3.3-19.2H176zm-17 255.4C148 410 133.2 416 118.5 416c-14.5 0-28.1-5.7-38.5-16-10.3-10.3-16-24-16-38.5V163.2c0-10.6 8.4-19.2 19-19.2s19 8.6 19 19.2V352c0 8.8 7.2 16 16 16h57.5c-1.5 11.6-7.2 22.6-16.5 31.4zM448 366c0 13.3-5.4 25.8-14.9 35.3-9.5 9.5-22.2 14.7-35.4 14.7H187.3c12.8-14.9 20.7-33.9 20.7-54.5V97h240v269z" fill="currentColor"/><path d="M248 136h160v56H248z" fill="currentColor"/><path d="M248 224h160v32H248z" fill="currentColor"/><path d="M248 288h160v32H248z" fill="currentColor"/><path d="M408 352H248s0 32-8 32h148.7c19.3 0 19.3-21 19.3-32z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-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%20512%20512%22%3E%3Cpath%20d%3D%22M464%2064H192c-8.8%200-16%207.7-16%2016.5V112H74c-23.1%200-42%2018.9-42%2042v207.5c0%2047.6%2039%2086.5%2086%2086.5h279.7c45.1%200%2082.3-36.9%2082.3-82V80c0-8.8-7.2-16-16-16zm-288%2080v192h-42V163.2c0-6.8-.8-13.3-3.3-19.2H176zm-17%20255.4C148%20410%20133.2%20416%20118.5%20416c-14.5%200-28.1-5.7-38.5-16-10.3-10.3-16-24-16-38.5V163.2c0-10.6%208.4-19.2%2019-19.2s19%208.6%2019%2019.2V352c0%208.8%207.2%2016%2016%2016h57.5c-1.5%2011.6-7.2%2022.6-16.5%2031.4zM448%20366c0%2013.3-5.4%2025.8-14.9%2035.3-9.5%209.5-22.2%2014.7-35.4%2014.7H187.3c12.8-14.9%2020.7-33.9%2020.7-54.5V97h240v269z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M248%20136h160v56H248z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M248%20224h160v32H248z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M248%20288h160v32H248z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M408%20352H248s0%2032-8%2032h148.7c19.3%200%2019.3-21%2019.3-32z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M464%2064H192c-8.8%200-16%207.7-16%2016.5V112H74c-23.1%200-42%2018.9-42%2042v207.5c0%2047.6%2039%2086.5%2086%2086.5h279.7c45.1%200%2082.3-36.9%2082.3-82V80c0-8.8-7.2-16-16-16zm-288%2080v192h-42V163.2c0-6.8-.8-13.3-3.3-19.2H176zm-17%20255.4C148%20410%20133.2%20416%20118.5%20416c-14.5%200-28.1-5.7-38.5-16-10.3-10.3-16-24-16-38.5V163.2c0-10.6%208.4-19.2%2019-19.2s19%208.6%2019%2019.2V352c0%208.8%207.2%2016%2016%2016h57.5c-1.5%2011.6-7.2%2022.6-16.5%2031.4zM448%20366c0%2013.3-5.4%2025.8-14.9%2035.3-9.5%209.5-22.2%2014.7-35.4%2014.7H187.3c12.8-14.9%2020.7-33.9%2020.7-54.5V97h240v269z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M248%20136h160v56H248z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M248%20224h160v32H248z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M248%20288h160v32H248z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M408%20352H248s0%2032-8%2032h148.7c19.3%200%2019.3-21%2019.3-32z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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