notebook icon
notebook-line-duotone from Solar by 480 Design · Line Duotone · Notes · CC-BY-4.0 Attribution required.
- Name
- notebook-line-duotone
- Set
- Solar
- Style
- Line 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="none" stroke="currentColor" stroke-width="1.5"><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"/><path stroke-linecap="round" d="M8 2.5V22" opacity=".5"/><path stroke-linecap="round" d="M2 12H4" opacity=".5"/><path stroke-linecap="round" d="M2 16H4" opacity=".5"/><path stroke-linecap="round" d="M2 8H4" opacity=".5"/><path stroke-linecap="round" d="M11.5 6.5H16.5"/><path stroke-linecap="round" d="M11.5 10H16.5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarNotebookLineDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><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"/><path strokeLinecap="round" d="M8 2.5V22" opacity=".5"/><path strokeLinecap="round" d="M2 12H4" opacity=".5"/><path strokeLinecap="round" d="M2 16H4" opacity=".5"/><path strokeLinecap="round" d="M2 8H4" opacity=".5"/><path strokeLinecap="round" d="M11.5 6.5H16.5"/><path strokeLinecap="round" d="M11.5 10H16.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><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"/><path stroke-linecap="round" d="M8 2.5V22" opacity=".5"/><path stroke-linecap="round" d="M2 12H4" opacity=".5"/><path stroke-linecap="round" d="M2 16H4" opacity=".5"/><path stroke-linecap="round" d="M2 8H4" opacity=".5"/><path stroke-linecap="round" d="M11.5 6.5H16.5"/><path stroke-linecap="round" d="M11.5 10H16.5"/></g></svg> </template>
CSS
.icon-notebook-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%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%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%202.5V22%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2012H4%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2016H4%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%208H4%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.5%206.5H16.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.5%2010H16.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%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%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%202.5V22%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2012H4%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2016H4%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%208H4%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.5%206.5H16.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.5%2010H16.5%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-line-duotone.svg?color=%231a73e8&size=48