notebook icon
notebook-bold-duotone from Solar by 480 Design · Bold Duotone · Notes · CC-BY-4.0 Attribution required.
- Name
- notebook-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- Notes
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
notebookCarbonnotebookCodiconsnotebookEmoji One (Colored)notebookElement Plusnotebook-16-filledFluent UI System Iconsnotebook-16Fluent UI System Color IconsnotebookFluent EmojinotebookFluent Emoji FlatnotebookFluent Emoji High ContrastnotebookFirefox OS EmojinotebookHuge IconsnotebookIconParknotebookIconPark OutlinenotebookIconPark SolidnotebookIconPark TwoTonenotebookLucidenotebookMaterial Design Iconsnotebook-fillMingCute IconnotebookNoto EmojinotebookOpenMojinotebookPhosphornotebookPixelarticonsnotebookTabler IconsnotebookTwitter Emoji
More notes icons from Solar
archive-boldarchive-check-boldarchive-close-boldarchive-down-boldarchive-down-minimalistic-boldarchive-minimalistic-boldarchive-minimalistic-close-boldarchive-up-boldarchive-up-minimalistic-boldclipboard-add-boldclipboard-boldclipboard-check-boldclipboard-clock-boldclipboard-copy-boldclipboard-heart-boldclipboard-list-boldclipboard-minus-boldclipboard-paste-boldclipboard-remove-boldclipboard-text-boldclipboard-type-bolddocument-add-bolddocument-bolddocument-medicine-bold
Use the notebook icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3 8C3 5.17157 3 3.75736 3.87868 2.87868C4.75736 2 6.17157 2 9 2H15C17.8284 2 19.2426 2 20.1213 2.87868C21 3.75736 21 5.17157 21 8V16C21 18.8284 21 20.2426 20.1213 21.1213C19.2426 22 17.8284 22 15 22H9C6.17157 22 4.75736 22 3.87868 21.1213C3 20.2426 3 18.8284 3 16V8Z" opacity=".5"/><path fill-rule="evenodd" d="M8.75 2.01221V22.0111H7.25V2.01221H8.75Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M1.25 8C1.25 7.58579 1.58579 7.25 2 7.25H4C4.41421 7.25 4.75 7.58579 4.75 8C4.75 8.41421 4.41421 8.75 4 8.75H2C1.58579 8.75 1.25 8.41421 1.25 8ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H4C4.41421 11.25 4.75 11.5858 4.75 12C4.75 12.4142 4.41421 12.75 4 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12ZM1.25 16C1.25 15.5858 1.58579 15.25 2 15.25H4C4.41421 15.25 4.75 15.5858 4.75 16C4.75 16.4142 4.41421 16.75 4 16.75H2C1.58579 16.75 1.25 16.4142 1.25 16Z" clip-rule="evenodd"/><path d="M10.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.5Z"/><path d="M10.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 10Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarNotebookBoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3 8C3 5.17157 3 3.75736 3.87868 2.87868C4.75736 2 6.17157 2 9 2H15C17.8284 2 19.2426 2 20.1213 2.87868C21 3.75736 21 5.17157 21 8V16C21 18.8284 21 20.2426 20.1213 21.1213C19.2426 22 17.8284 22 15 22H9C6.17157 22 4.75736 22 3.87868 21.1213C3 20.2426 3 18.8284 3 16V8Z" opacity=".5"/><path fillRule="evenodd" d="M8.75 2.01221V22.0111H7.25V2.01221H8.75Z" clipRule="evenodd"/><path fillRule="evenodd" d="M1.25 8C1.25 7.58579 1.58579 7.25 2 7.25H4C4.41421 7.25 4.75 7.58579 4.75 8C4.75 8.41421 4.41421 8.75 4 8.75H2C1.58579 8.75 1.25 8.41421 1.25 8ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H4C4.41421 11.25 4.75 11.5858 4.75 12C4.75 12.4142 4.41421 12.75 4 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12ZM1.25 16C1.25 15.5858 1.58579 15.25 2 15.25H4C4.41421 15.25 4.75 15.5858 4.75 16C4.75 16.4142 4.41421 16.75 4 16.75H2C1.58579 16.75 1.25 16.4142 1.25 16Z" clipRule="evenodd"/><path d="M10.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.5Z"/><path d="M10.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 10Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3 8C3 5.17157 3 3.75736 3.87868 2.87868C4.75736 2 6.17157 2 9 2H15C17.8284 2 19.2426 2 20.1213 2.87868C21 3.75736 21 5.17157 21 8V16C21 18.8284 21 20.2426 20.1213 21.1213C19.2426 22 17.8284 22 15 22H9C6.17157 22 4.75736 22 3.87868 21.1213C3 20.2426 3 18.8284 3 16V8Z" opacity=".5"/><path fill-rule="evenodd" d="M8.75 2.01221V22.0111H7.25V2.01221H8.75Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M1.25 8C1.25 7.58579 1.58579 7.25 2 7.25H4C4.41421 7.25 4.75 7.58579 4.75 8C4.75 8.41421 4.41421 8.75 4 8.75H2C1.58579 8.75 1.25 8.41421 1.25 8ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H4C4.41421 11.25 4.75 11.5858 4.75 12C4.75 12.4142 4.41421 12.75 4 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12ZM1.25 16C1.25 15.5858 1.58579 15.25 2 15.25H4C4.41421 15.25 4.75 15.5858 4.75 16C4.75 16.4142 4.41421 16.75 4 16.75H2C1.58579 16.75 1.25 16.4142 1.25 16Z" clip-rule="evenodd"/><path d="M10.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.5Z"/><path d="M10.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 10Z"/></g></svg> </template>
CSS
.icon-notebook-bold-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3%208C3%205.17157%203%203.75736%203.87868%202.87868C4.75736%202%206.17157%202%209%202H15C17.8284%202%2019.2426%202%2020.1213%202.87868C21%203.75736%2021%205.17157%2021%208V16C21%2018.8284%2021%2020.2426%2020.1213%2021.1213C19.2426%2022%2017.8284%2022%2015%2022H9C6.17157%2022%204.75736%2022%203.87868%2021.1213C3%2020.2426%203%2018.8284%203%2016V8Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.75%202.01221V22.0111H7.25V2.01221H8.75Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%208C1.25%207.58579%201.58579%207.25%202%207.25H4C4.41421%207.25%204.75%207.58579%204.75%208C4.75%208.41421%204.41421%208.75%204%208.75H2C1.58579%208.75%201.25%208.41421%201.25%208ZM1.25%2012C1.25%2011.5858%201.58579%2011.25%202%2011.25H4C4.41421%2011.25%204.75%2011.5858%204.75%2012C4.75%2012.4142%204.41421%2012.75%204%2012.75H2C1.58579%2012.75%201.25%2012.4142%201.25%2012ZM1.25%2016C1.25%2015.5858%201.58579%2015.25%202%2015.25H4C4.41421%2015.25%204.75%2015.5858%204.75%2016C4.75%2016.4142%204.41421%2016.75%204%2016.75H2C1.58579%2016.75%201.25%2016.4142%201.25%2016Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.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.5Z%22%2F%3E%3Cpath%20d%3D%22M10.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%2010Z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3%208C3%205.17157%203%203.75736%203.87868%202.87868C4.75736%202%206.17157%202%209%202H15C17.8284%202%2019.2426%202%2020.1213%202.87868C21%203.75736%2021%205.17157%2021%208V16C21%2018.8284%2021%2020.2426%2020.1213%2021.1213C19.2426%2022%2017.8284%2022%2015%2022H9C6.17157%2022%204.75736%2022%203.87868%2021.1213C3%2020.2426%203%2018.8284%203%2016V8Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.75%202.01221V22.0111H7.25V2.01221H8.75Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%208C1.25%207.58579%201.58579%207.25%202%207.25H4C4.41421%207.25%204.75%207.58579%204.75%208C4.75%208.41421%204.41421%208.75%204%208.75H2C1.58579%208.75%201.25%208.41421%201.25%208ZM1.25%2012C1.25%2011.5858%201.58579%2011.25%202%2011.25H4C4.41421%2011.25%204.75%2011.5858%204.75%2012C4.75%2012.4142%204.41421%2012.75%204%2012.75H2C1.58579%2012.75%201.25%2012.4142%201.25%2012ZM1.25%2016C1.25%2015.5858%201.58579%2015.25%202%2015.25H4C4.41421%2015.25%204.75%2015.5858%204.75%2016C4.75%2016.4142%204.41421%2016.75%204%2016.75H2C1.58579%2016.75%201.25%2016.4142%201.25%2016Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.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.5Z%22%2F%3E%3Cpath%20d%3D%22M10.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%2010Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/notebook-bold-duotone.svg?color=%231a73e8&size=48