Bookmark Off icon

Used in saving scenarios. The Bookmark Off 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 Bookmark Off 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 { BookmarkOff24Regular, BookmarkOff24Filled } from "@fluentui/react-icons";

export function Example() {
  return <BookmarkOff24Regular aria-label="Bookmark Off" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_bookmark_off_24_regular.svg" width="24" height="24" alt="Bookmark Off">

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="M3.28034 2.21968C2.98745 1.92678 2.51257 1.92677 2.21968 2.21966C1.92678 2.51255 1.92677 2.98743 2.21966 3.28032L5.00752 6.06823C5.00423 6.12813 5.00256 6.18846 5.00256 6.24918V21.2451C5.00256 21.8563 5.69444 22.2109 6.19058 21.8539L12.0018 17.673L17.8129 21.8539C18.3091 22.2109 19.001 21.8563 19.001 21.2451V20.062L20.7194 21.7805C21.0123 22.0734 21.4872 22.0734 21.7801 21.7805C22.073 21.4876 22.073 21.0127 21.7801 20.7198L3.28034 2.21968ZM17.501 18.5619V19.7816L12.4398 16.1402C12.1781 15.952 11.8254 15.952 11.5637 16.1402L6.50256 19.7816V7.56331L17.501 18.5619ZM17.501 6.24918V14.3192L19.001 15.8192V6.24918C19.001 4.45426 17.5459 2.99918 15.751 2.99918H8.25256C7.65756 2.99918 7.0999 3.15908 6.62021 3.43824L7.75336 4.57142C7.91155 4.52442 8.07911 4.49918 8.25256 4.49918H15.751C16.7175 4.49918 17.501 5.28269 17.501 6.24918Z" 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/bookmark_off_24_regular.svg";

Details

NameBookmark Off
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_bookmark_off_24_regular.svg
Filled fileic_fluent_bookmark_off_24_filled.svg
React componentsBookmarkOff24Regular, BookmarkOff24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

readplaceholder

Related icons