Book Exclamation Mark icon

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

export function Example() {
  return <BookExclamationMark24Regular aria-label="Book Exclamation Mark" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_book_exclamation_mark_24_regular.svg" width="24" height="24" alt="Book Exclamation Mark">

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="M13.25 14.5C13.25 15.0523 12.8023 15.5 12.25 15.5C11.6977 15.5 11.25 15.0523 11.25 14.5C11.25 13.9477 11.6977 13.5 12.25 13.5C12.8023 13.5 13.25 13.9477 13.25 14.5ZM11.5 6.75L11.5 11.75C11.5 12.1642 11.8358 12.5 12.25 12.5C12.6642 12.5 13 12.1642 13 11.75V6.75C13 6.33579 12.6642 6 12.25 6C11.8358 6 11.5 6.33579 11.5 6.75ZM4 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.5ZM19 18V4.5C19 3.94772 18.5523 3.5 18 3.5H6.5C5.94772 3.5 5.5 3.94772 5.5 4.5V18H19Z" 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_exclamation_mark_24_regular.svg";

Details

NameBook Exclamation Mark
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_book_exclamation_mark_24_regular.svg
Filled fileic_fluent_book_exclamation_mark_24_filled.svg
React componentsBookExclamationMark24Regular, BookExclamationMark24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

readformulas

Related icons