notepad icon

notepad from IconPark by ByteDance · Color · Office · Apache-2.0 Free for personal and commercial use.

Name
notepad
Set
IconPark
Style
Color
Category
Office
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More office icons from IconPark

Use the notepad icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path d="M18 8H11C10.4477 8 10 8.44772 10 9V43C10 43.5523 10.4477 44 11 44H39C39.5523 44 40 43.5523 40 43V9C40 8.44772 39.5523 8 39 8H32"/><path fill="#2F88FF" d="M18 13V8H21.9505C21.9778 8 22 7.97784 22 7.9505V6C22 4.34315 23.3431 3 25 3C26.6569 3 28 4.34315 28 6V7.9505C28 7.97784 28.0222 8 28.0495 8H32V13C32 13.5523 31.5523 14 31 14H19C18.4477 14 18 13.5523 18 13Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkNotepad(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path d="M18 8H11C10.4477 8 10 8.44772 10 9V43C10 43.5523 10.4477 44 11 44H39C39.5523 44 40 43.5523 40 43V9C40 8.44772 39.5523 8 39 8H32"/><path fill="#2F88FF" d="M18 13V8H21.9505C21.9778 8 22 7.97784 22 7.9505V6C22 4.34315 23.3431 3 25 3C26.6569 3 28 4.34315 28 6V7.9505C28 7.97784 28.0222 8 28.0495 8H32V13C32 13.5523 31.5523 14 31 14H19C18.4477 14 18 13.5523 18 13Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path d="M18 8H11C10.4477 8 10 8.44772 10 9V43C10 43.5523 10.4477 44 11 44H39C39.5523 44 40 43.5523 40 43V9C40 8.44772 39.5523 8 39 8H32"/><path fill="#2F88FF" d="M18 13V8H21.9505C21.9778 8 22 7.97784 22 7.9505V6C22 4.34315 23.3431 3 25 3C26.6569 3 28 4.34315 28 6V7.9505C28 7.97784 28.0222 8 28.0495 8H32V13C32 13.5523 31.5523 14 31 14H19C18.4477 14 18 13.5523 18 13Z"/></g></svg>
</template>

CSS

.icon-notepad {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M18%208H11C10.4477%208%2010%208.44772%2010%209V43C10%2043.5523%2010.4477%2044%2011%2044H39C39.5523%2044%2040%2043.5523%2040%2043V9C40%208.44772%2039.5523%208%2039%208H32%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M18%2013V8H21.9505C21.9778%208%2022%207.97784%2022%207.9505V6C22%204.34315%2023.3431%203%2025%203C26.6569%203%2028%204.34315%2028%206V7.9505C28%207.97784%2028.0222%208%2028.0495%208H32V13C32%2013.5523%2031.5523%2014%2031%2014H19C18.4477%2014%2018%2013.5523%2018%2013Z%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M18%208H11C10.4477%208%2010%208.44772%2010%209V43C10%2043.5523%2010.4477%2044%2011%2044H39C39.5523%2044%2040%2043.5523%2040%2043V9C40%208.44772%2039.5523%208%2039%208H32%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M18%2013V8H21.9505C21.9778%208%2022%207.97784%2022%207.9505V6C22%204.34315%2023.3431%203%2025%203C26.6569%203%2028%204.34315%2028%206V7.9505C28%207.97784%2028.0222%208%2028.0495%208H32V13C32%2013.5523%2031.5523%2014%2031%2014H19C18.4477%2014%2018%2013.5523%2018%2013Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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