notebook icon
notebook-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- notebook-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
notebookCarbonnotebookEmoji One (Colored)notebookFluent EmojinotebookFluent Emoji FlatnotebookFluent Emoji High ContrastnotebookHuge IconsnotebookLucidenotebookMaterial Design Iconsnotebook-fillMingCute IconnotebookNoto EmojinotebookOpenMojinotebookPhosphornotebookPixelarticonsnotebook-boldSolarnotebookTabler IconsnotebookTwitter Emoji
Related icons in Fluent UI System Icons
Use the notebook icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.75 3a.75.75 0 0 0-.75.75v1.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-1.5a.75.75 0 0 0-.75-.75zM5 5V4h5v1zM2 2.75C2 1.784 2.784 1 3.75 1h7.5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0 1 11.25 15h-7.5A1.75 1.75 0 0 1 2 13.25zM3.75 2a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h7.5a.75.75 0 0 0 .75-.75V2.75a.75.75 0 0 0-.75-.75zm10.875 2H14v2h.625A.375.375 0 0 0 15 5.625v-1.25A.375.375 0 0 0 14.625 4M14 7h.625c.207 0 .375.168.375.375v1.25a.375.375 0 0 1-.375.375H14zm.625 3H14v2h.625a.375.375 0 0 0 .375-.375v-1.25a.375.375 0 0 0-.375-.375"/></svg>
React
import type { SVGProps } from "react";
export function FluentNotebook16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.75 3a.75.75 0 0 0-.75.75v1.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-1.5a.75.75 0 0 0-.75-.75zM5 5V4h5v1zM2 2.75C2 1.784 2.784 1 3.75 1h7.5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0 1 11.25 15h-7.5A1.75 1.75 0 0 1 2 13.25zM3.75 2a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h7.5a.75.75 0 0 0 .75-.75V2.75a.75.75 0 0 0-.75-.75zm10.875 2H14v2h.625A.375.375 0 0 0 15 5.625v-1.25A.375.375 0 0 0 14.625 4M14 7h.625c.207 0 .375.168.375.375v1.25a.375.375 0 0 1-.375.375H14zm.625 3H14v2h.625a.375.375 0 0 0 .375-.375v-1.25a.375.375 0 0 0-.375-.375"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.75 3a.75.75 0 0 0-.75.75v1.5c0 .414.336.75.75.75h5.5a.75.75 0 0 0 .75-.75v-1.5a.75.75 0 0 0-.75-.75zM5 5V4h5v1zM2 2.75C2 1.784 2.784 1 3.75 1h7.5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0 1 11.25 15h-7.5A1.75 1.75 0 0 1 2 13.25zM3.75 2a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h7.5a.75.75 0 0 0 .75-.75V2.75a.75.75 0 0 0-.75-.75zm10.875 2H14v2h.625A.375.375 0 0 0 15 5.625v-1.25A.375.375 0 0 0 14.625 4M14 7h.625c.207 0 .375.168.375.375v1.25a.375.375 0 0 1-.375.375H14zm.625 3H14v2h.625a.375.375 0 0 0 .375-.375v-1.25a.375.375 0 0 0-.375-.375"/></svg> </template>
CSS
.icon-notebook-16-regular {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.75%203a.75.75%200%200%200-.75.75v1.5c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%20.75-.75v-1.5a.75.75%200%200%200-.75-.75zM5%205V4h5v1zM2%202.75C2%201.784%202.784%201%203.75%201h7.5c.966%200%201.75.784%201.75%201.75v10.5A1.75%201.75%200%200%201%2011.25%2015h-7.5A1.75%201.75%200%200%201%202%2013.25zM3.75%202a.75.75%200%200%200-.75.75v10.5c0%20.414.336.75.75.75h7.5a.75.75%200%200%200%20.75-.75V2.75a.75.75%200%200%200-.75-.75zm10.875%202H14v2h.625A.375.375%200%200%200%2015%205.625v-1.25A.375.375%200%200%200%2014.625%204M14%207h.625c.207%200%20.375.168.375.375v1.25a.375.375%200%200%201-.375.375H14zm.625%203H14v2h.625a.375.375%200%200%200%20.375-.375v-1.25a.375.375%200%200%200-.375-.375%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.75%203a.75.75%200%200%200-.75.75v1.5c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%20.75-.75v-1.5a.75.75%200%200%200-.75-.75zM5%205V4h5v1zM2%202.75C2%201.784%202.784%201%203.75%201h7.5c.966%200%201.75.784%201.75%201.75v10.5A1.75%201.75%200%200%201%2011.25%2015h-7.5A1.75%201.75%200%200%201%202%2013.25zM3.75%202a.75.75%200%200%200-.75.75v10.5c0%20.414.336.75.75.75h7.5a.75.75%200%200%200%20.75-.75V2.75a.75.75%200%200%200-.75-.75zm10.875%202H14v2h.625A.375.375%200%200%200%2015%205.625v-1.25A.375.375%200%200%200%2014.625%204M14%207h.625c.207%200%20.375.168.375.375v1.25a.375.375%200%200%201-.375.375H14zm.625%203H14v2h.625a.375.375%200%200%200%20.375-.375v-1.25a.375.375%200%200%200-.375-.375%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/notebook-16-regular.svg?color=%231a73e8&size=48