notebook icon

notebook-bold from Solar by 480 Design · Bold · Notes · CC-BY-4.0 Attribution required.

Name
notebook-bold
Set
Solar
Style
Bold
Category
Notes
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More notes icons from Solar

Use the notebook 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="M8.75 2.0127V22L15 22C17.8284 22 19.2426 22 20.1213 21.1213C21 20.2426 21 18.8284 21 16V8C21 5.17157 21 3.75736 20.1213 2.87868C19.2426 2 17.8284 2 15 2H9L8.75 2.0127ZM10.75 6.5C10.75 6.08579 11.0858 5.75 11.5 5.75H16.5C16.9142 5.75 17.25 6.08579 17.25 6.5C17.25 6.91421 16.9142 7.25 16.5 7.25H11.5C11.0858 7.25 10.75 6.91421 10.75 6.5ZM10.75 10C10.75 9.58579 11.0858 9.25 11.5 9.25H16.5C16.9142 9.25 17.25 9.58579 17.25 10C17.25 10.4142 16.9142 10.75 16.5 10.75H11.5C11.0858 10.75 10.75 10.4142 10.75 10ZM3.0007 7.25C3.00753 4.91427 3.08136 3.676 3.87868 2.87868C4.55366 2.2037 5.54467 2.04722 7.25 2.01095V21.9891C5.54467 21.9528 4.55366 21.7963 3.87868 21.1213C3.08136 20.324 3.00753 19.0857 3.0007 16.75H4C4.41421 16.75 4.75 16.4142 4.75 16C4.75 15.5858 4.41421 15.25 4 15.25H3V12.75H4C4.41421 12.75 4.75 12.4142 4.75 12C4.75 11.5858 4.41421 11.25 4 11.25H3V8.75H4C4.41421 8.75 4.75 8.41421 4.75 8C4.75 7.58579 4.41421 7.25 4 7.25H3.0007ZM3.0007 7.25H2C1.58579 7.25 1.25 7.58579 1.25 8C1.25 8.41421 1.58579 8.75 2 8.75H3V8C3 7.73811 3 7.48834 3.0007 7.25ZM3 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H3V12.75ZM3 15.25H2C1.58579 15.25 1.25 15.5858 1.25 16C1.25 16.4142 1.58579 16.75 2 16.75H3.0007C3 16.5117 3 16.2619 3 16V15.25Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarNotebookBold(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="M8.75 2.0127V22L15 22C17.8284 22 19.2426 22 20.1213 21.1213C21 20.2426 21 18.8284 21 16V8C21 5.17157 21 3.75736 20.1213 2.87868C19.2426 2 17.8284 2 15 2H9L8.75 2.0127ZM10.75 6.5C10.75 6.08579 11.0858 5.75 11.5 5.75H16.5C16.9142 5.75 17.25 6.08579 17.25 6.5C17.25 6.91421 16.9142 7.25 16.5 7.25H11.5C11.0858 7.25 10.75 6.91421 10.75 6.5ZM10.75 10C10.75 9.58579 11.0858 9.25 11.5 9.25H16.5C16.9142 9.25 17.25 9.58579 17.25 10C17.25 10.4142 16.9142 10.75 16.5 10.75H11.5C11.0858 10.75 10.75 10.4142 10.75 10ZM3.0007 7.25C3.00753 4.91427 3.08136 3.676 3.87868 2.87868C4.55366 2.2037 5.54467 2.04722 7.25 2.01095V21.9891C5.54467 21.9528 4.55366 21.7963 3.87868 21.1213C3.08136 20.324 3.00753 19.0857 3.0007 16.75H4C4.41421 16.75 4.75 16.4142 4.75 16C4.75 15.5858 4.41421 15.25 4 15.25H3V12.75H4C4.41421 12.75 4.75 12.4142 4.75 12C4.75 11.5858 4.41421 11.25 4 11.25H3V8.75H4C4.41421 8.75 4.75 8.41421 4.75 8C4.75 7.58579 4.41421 7.25 4 7.25H3.0007ZM3.0007 7.25H2C1.58579 7.25 1.25 7.58579 1.25 8C1.25 8.41421 1.58579 8.75 2 8.75H3V8C3 7.73811 3 7.48834 3.0007 7.25ZM3 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H3V12.75ZM3 15.25H2C1.58579 15.25 1.25 15.5858 1.25 16C1.25 16.4142 1.58579 16.75 2 16.75H3.0007C3 16.5117 3 16.2619 3 16V15.25Z" 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="M8.75 2.0127V22L15 22C17.8284 22 19.2426 22 20.1213 21.1213C21 20.2426 21 18.8284 21 16V8C21 5.17157 21 3.75736 20.1213 2.87868C19.2426 2 17.8284 2 15 2H9L8.75 2.0127ZM10.75 6.5C10.75 6.08579 11.0858 5.75 11.5 5.75H16.5C16.9142 5.75 17.25 6.08579 17.25 6.5C17.25 6.91421 16.9142 7.25 16.5 7.25H11.5C11.0858 7.25 10.75 6.91421 10.75 6.5ZM10.75 10C10.75 9.58579 11.0858 9.25 11.5 9.25H16.5C16.9142 9.25 17.25 9.58579 17.25 10C17.25 10.4142 16.9142 10.75 16.5 10.75H11.5C11.0858 10.75 10.75 10.4142 10.75 10ZM3.0007 7.25C3.00753 4.91427 3.08136 3.676 3.87868 2.87868C4.55366 2.2037 5.54467 2.04722 7.25 2.01095V21.9891C5.54467 21.9528 4.55366 21.7963 3.87868 21.1213C3.08136 20.324 3.00753 19.0857 3.0007 16.75H4C4.41421 16.75 4.75 16.4142 4.75 16C4.75 15.5858 4.41421 15.25 4 15.25H3V12.75H4C4.41421 12.75 4.75 12.4142 4.75 12C4.75 11.5858 4.41421 11.25 4 11.25H3V8.75H4C4.41421 8.75 4.75 8.41421 4.75 8C4.75 7.58579 4.41421 7.25 4 7.25H3.0007ZM3.0007 7.25H2C1.58579 7.25 1.25 7.58579 1.25 8C1.25 8.41421 1.58579 8.75 2 8.75H3V8C3 7.73811 3 7.48834 3.0007 7.25ZM3 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H3V12.75ZM3 15.25H2C1.58579 15.25 1.25 15.5858 1.25 16C1.25 16.4142 1.58579 16.75 2 16.75H3.0007C3 16.5117 3 16.2619 3 16V15.25Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-notebook-bold {
  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%22M8.75%202.0127V22L15%2022C17.8284%2022%2019.2426%2022%2020.1213%2021.1213C21%2020.2426%2021%2018.8284%2021%2016V8C21%205.17157%2021%203.75736%2020.1213%202.87868C19.2426%202%2017.8284%202%2015%202H9L8.75%202.0127ZM10.75%206.5C10.75%206.08579%2011.0858%205.75%2011.5%205.75H16.5C16.9142%205.75%2017.25%206.08579%2017.25%206.5C17.25%206.91421%2016.9142%207.25%2016.5%207.25H11.5C11.0858%207.25%2010.75%206.91421%2010.75%206.5ZM10.75%2010C10.75%209.58579%2011.0858%209.25%2011.5%209.25H16.5C16.9142%209.25%2017.25%209.58579%2017.25%2010C17.25%2010.4142%2016.9142%2010.75%2016.5%2010.75H11.5C11.0858%2010.75%2010.75%2010.4142%2010.75%2010ZM3.0007%207.25C3.00753%204.91427%203.08136%203.676%203.87868%202.87868C4.55366%202.2037%205.54467%202.04722%207.25%202.01095V21.9891C5.54467%2021.9528%204.55366%2021.7963%203.87868%2021.1213C3.08136%2020.324%203.00753%2019.0857%203.0007%2016.75H4C4.41421%2016.75%204.75%2016.4142%204.75%2016C4.75%2015.5858%204.41421%2015.25%204%2015.25H3V12.75H4C4.41421%2012.75%204.75%2012.4142%204.75%2012C4.75%2011.5858%204.41421%2011.25%204%2011.25H3V8.75H4C4.41421%208.75%204.75%208.41421%204.75%208C4.75%207.58579%204.41421%207.25%204%207.25H3.0007ZM3.0007%207.25H2C1.58579%207.25%201.25%207.58579%201.25%208C1.25%208.41421%201.58579%208.75%202%208.75H3V8C3%207.73811%203%207.48834%203.0007%207.25ZM3%2012.75H2C1.58579%2012.75%201.25%2012.4142%201.25%2012C1.25%2011.5858%201.58579%2011.25%202%2011.25H3V12.75ZM3%2015.25H2C1.58579%2015.25%201.25%2015.5858%201.25%2016C1.25%2016.4142%201.58579%2016.75%202%2016.75H3.0007C3%2016.5117%203%2016.2619%203%2016V15.25Z%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%22M8.75%202.0127V22L15%2022C17.8284%2022%2019.2426%2022%2020.1213%2021.1213C21%2020.2426%2021%2018.8284%2021%2016V8C21%205.17157%2021%203.75736%2020.1213%202.87868C19.2426%202%2017.8284%202%2015%202H9L8.75%202.0127ZM10.75%206.5C10.75%206.08579%2011.0858%205.75%2011.5%205.75H16.5C16.9142%205.75%2017.25%206.08579%2017.25%206.5C17.25%206.91421%2016.9142%207.25%2016.5%207.25H11.5C11.0858%207.25%2010.75%206.91421%2010.75%206.5ZM10.75%2010C10.75%209.58579%2011.0858%209.25%2011.5%209.25H16.5C16.9142%209.25%2017.25%209.58579%2017.25%2010C17.25%2010.4142%2016.9142%2010.75%2016.5%2010.75H11.5C11.0858%2010.75%2010.75%2010.4142%2010.75%2010ZM3.0007%207.25C3.00753%204.91427%203.08136%203.676%203.87868%202.87868C4.55366%202.2037%205.54467%202.04722%207.25%202.01095V21.9891C5.54467%2021.9528%204.55366%2021.7963%203.87868%2021.1213C3.08136%2020.324%203.00753%2019.0857%203.0007%2016.75H4C4.41421%2016.75%204.75%2016.4142%204.75%2016C4.75%2015.5858%204.41421%2015.25%204%2015.25H3V12.75H4C4.41421%2012.75%204.75%2012.4142%204.75%2012C4.75%2011.5858%204.41421%2011.25%204%2011.25H3V8.75H4C4.41421%208.75%204.75%208.41421%204.75%208C4.75%207.58579%204.41421%207.25%204%207.25H3.0007ZM3.0007%207.25H2C1.58579%207.25%201.25%207.58579%201.25%208C1.25%208.41421%201.58579%208.75%202%208.75H3V8C3%207.73811%203%207.48834%203.0007%207.25ZM3%2012.75H2C1.58579%2012.75%201.25%2012.4142%201.25%2012C1.25%2011.5858%201.58579%2011.25%202%2011.25H3V12.75ZM3%2015.25H2C1.58579%2015.25%201.25%2015.5858%201.25%2016C1.25%2016.4142%201.58579%2016.75%202%2016.75H3.0007C3%2016.5117%203%2016.2619%203%2016V15.25Z%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/solar/notebook-bold.svg?color=%231a73e8&size=48