Book Letter icon

Used in general book scenarios and in formulas. The Book Letter 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 Book Letter 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 { BookLetter24Regular, BookLetter24Filled } from "@fluentui/react-icons";

export function Example() {
  return <BookLetter24Regular aria-label="Book Letter" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_book_letter_24_regular.svg" width="24" height="24" alt="Book Letter">

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="M12.5 6C12.1948 6 11.92 6.18495 11.8052 6.46772L8.55517 14.4677C8.39926 14.8515 8.58398 15.2889 8.96773 15.4448C9.35149 15.6007 9.78896 15.416 9.94487 15.0323L10.7705 13H14.2296L15.0552 15.0323C15.2111 15.416 15.6485 15.6007 16.0323 15.4448C16.4161 15.2889 16.6008 14.8515 16.4449 14.4677L13.1949 6.46772C13.08 6.18495 12.8052 6 12.5 6ZM11.3799 11.5L12.5 8.74268L13.6202 11.5H11.3799ZM4 4.5C4 3.11929 5.11929 2 6.5 2H18C19.3807 2 20.5 3.11929 20.5 4.5V18.75C20.5 19.1642 20.1642 19.5 19.75 19.5H5.5C5.5 20.0523 5.94772 20.5 6.5 20.5H19.75C20.1642 20.5 20.5 20.8358 20.5 21.25C20.5 21.6642 20.1642 22 19.75 22H6.5C5.11929 22 4 20.8807 4 19.5V4.5ZM5.5 18H19V4.5C19 3.94772 18.5523 3.5 18 3.5H6.5C5.94772 3.5 5.5 3.94772 5.5 4.5V18Z" 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/book_letter_24_regular.svg";

Details

NameBook Letter
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_book_letter_24_regular.svg
Filled fileic_fluent_book_letter_24_filled.svg
React componentsBookLetter24Regular, BookLetter24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

readformulas

Related icons