Notebook Section icon

Used to denote saved spaces in notebooks. The Notebook Section icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Notebook Section icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { NotebookSection24Regular, NotebookSection24Filled } from "@fluentui/react-icons";

export function Example() {
  return <NotebookSection24Regular aria-label="Notebook Section" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_notebook_section_24_regular.svg" width="24" height="24" alt="Notebook Section">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.6482 2.00685L15.75 2C16.1297 2 16.4435 2.28215 16.4932 2.64823L16.5 2.75V21.2503C16.5 21.6645 16.1642 22.0003 15.75 22.0003C15.3703 22.0003 15.0565 21.7181 15.0068 21.3521L15 21.2503V19.996L9.25 19.9964C8.00736 19.9964 7 18.989 7 17.7464V6.24986C7 5.00722 8.00736 3.99986 9.25 3.99986L15 3.999V2.75C15 2.3703 15.2822 2.05651 15.6482 2.00685L15.75 2L15.6482 2.00685ZM15 5.49986H9.25C8.83579 5.49986 8.5 5.83564 8.5 6.24986V17.7464C8.5 18.1606 8.83579 18.4964 9.25 18.4964H15V5.49986Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/notebook_section_24_regular.svg";

Details

NameNotebook Section
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_notebook_section_24_regular.svg
Filled fileic_fluent_notebook_section_24_filled.svg
React componentsNotebookSection24Regular, NotebookSection24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

bookmarkremindertab

Related icons