bookmark off icon
bookmark-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- bookmark-off-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the bookmark off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l2.788 2.788a3 3 0 0 0-.005.181v14.996a.75.75 0 0 0 1.188.609L12 17.673l5.812 4.18A.75.75 0 0 0 19 21.246v-1.183l1.718 1.718a.75.75 0 0 0 1.061-1.06zm14.221 16.342v1.22L12.44 16.14a.75.75 0 0 0-.876 0l-5.061 3.642V7.563zm0-12.313v8.07l1.5 1.5V6.25A3.25 3.25 0 0 0 15.751 3H8.253a3.23 3.23 0 0 0-1.633.44l1.133 1.13a1.8 1.8 0 0 1 .5-.072h7.498c.967 0 1.75.784 1.75 1.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentBookmarkOff24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l2.788 2.788a3 3 0 0 0-.005.181v14.996a.75.75 0 0 0 1.188.609L12 17.673l5.812 4.18A.75.75 0 0 0 19 21.246v-1.183l1.718 1.718a.75.75 0 0 0 1.061-1.06zm14.221 16.342v1.22L12.44 16.14a.75.75 0 0 0-.876 0l-5.061 3.642V7.563zm0-12.313v8.07l1.5 1.5V6.25A3.25 3.25 0 0 0 15.751 3H8.253a3.23 3.23 0 0 0-1.633.44l1.133 1.13a1.8 1.8 0 0 1 .5-.072h7.498c.967 0 1.75.784 1.75 1.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l2.788 2.788a3 3 0 0 0-.005.181v14.996a.75.75 0 0 0 1.188.609L12 17.673l5.812 4.18A.75.75 0 0 0 19 21.246v-1.183l1.718 1.718a.75.75 0 0 0 1.061-1.06zm14.221 16.342v1.22L12.44 16.14a.75.75 0 0 0-.876 0l-5.061 3.642V7.563zm0-12.313v8.07l1.5 1.5V6.25A3.25 3.25 0 0 0 15.751 3H8.253a3.23 3.23 0 0 0-1.633.44l1.133 1.13a1.8 1.8 0 0 1 .5-.072h7.498c.967 0 1.75.784 1.75 1.75"/></svg> </template>
CSS
.icon-bookmark-off-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l2.788%202.788a3%203%200%200%200-.005.181v14.996a.75.75%200%200%200%201.188.609L12%2017.673l5.812%204.18A.75.75%200%200%200%2019%2021.246v-1.183l1.718%201.718a.75.75%200%200%200%201.061-1.06zm14.221%2016.342v1.22L12.44%2016.14a.75.75%200%200%200-.876%200l-5.061%203.642V7.563zm0-12.313v8.07l1.5%201.5V6.25A3.25%203.25%200%200%200%2015.751%203H8.253a3.23%203.23%200%200%200-1.633.44l1.133%201.13a1.8%201.8%200%200%201%20.5-.072h7.498c.967%200%201.75.784%201.75%201.75%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l2.788%202.788a3%203%200%200%200-.005.181v14.996a.75.75%200%200%200%201.188.609L12%2017.673l5.812%204.18A.75.75%200%200%200%2019%2021.246v-1.183l1.718%201.718a.75.75%200%200%200%201.061-1.06zm14.221%2016.342v1.22L12.44%2016.14a.75.75%200%200%200-.876%200l-5.061%203.642V7.563zm0-12.313v8.07l1.5%201.5V6.25A3.25%203.25%200%200%200%2015.751%203H8.253a3.23%203.23%200%200%200-1.633.44l1.133%201.13a1.8%201.8%200%200%201%20.5-.072h7.498c.967%200%201.75.784%201.75%201.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/bookmark-off-24-regular.svg?color=%231a73e8&size=48