notebook bookmark icon
notebook-bookmark-filled from Reicon by REICON · Filled · School · MIT Free for personal and commercial use.
- Name
- notebook-bookmark-filled
- Set
- Reicon
- Style
- Filled
- Category
- School
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More school icons from Reicon
Use the notebook bookmark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M14.25 4.48v3.057c0 .111 0 .27.021.406a.94.94 0 0 0 .444.683a.96.96 0 0 0 .783.072c.13-.04.272-.108.378-.159L17 8.005l1.124.534c.106.05.248.119.378.16a.96.96 0 0 0 .783-.073a.94.94 0 0 0 .444-.683c.022-.136.021-.295.021-.406V3.031q.17-.008.332-.013C21.154 2.98 22 3.86 22 4.933v11.21c0 1.112-.906 2.01-2.015 2.08c-.97.06-2.108.179-2.985.41c-1.082.286-2.373.904-3.372 1.436q-.422.224-.878.323V5.174a3.6 3.6 0 0 0 .924-.371q.277-.162.576-.323m5.478 8.338a.75.75 0 0 1-.546.91l-4 1a.75.75 0 1 1-.364-1.456l4-1a.75.75 0 0 1 .91.546M11.25 5.214a3.4 3.4 0 0 1-.968-.339C9.296 4.354 8.05 3.765 7 3.487c-.887-.233-2.041-.352-3.018-.412C2.886 3.008 2 3.9 2 4.998v11.146c0 1.11.906 2.01 2.015 2.079c.97.06 2.108.179 2.985.41c1.081.286 2.373.904 3.372 1.436q.422.224.878.324zM4.273 8.818a.75.75 0 0 1 .91-.546l4 1a.75.75 0 1 1-.365 1.456l-4-1a.75.75 0 0 1-.545-.91m.91 3.454a.75.75 0 1 0-.365 1.456l4 1a.75.75 0 0 0 .364-1.456z" clip-rule="evenodd"/><path d="M18.25 3.151c-.62.073-1.23.18-1.75.336a8 8 0 0 0-.75.27v3.182l.75-.356l.008-.005a1.1 1.1 0 0 1 .492-.13q.072 0 .138.01c.175.029.315.1.354.12l.009.005l.75.356V3.15"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconNotebookBookmarkFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M14.25 4.48v3.057c0 .111 0 .27.021.406a.94.94 0 0 0 .444.683a.96.96 0 0 0 .783.072c.13-.04.272-.108.378-.159L17 8.005l1.124.534c.106.05.248.119.378.16a.96.96 0 0 0 .783-.073a.94.94 0 0 0 .444-.683c.022-.136.021-.295.021-.406V3.031q.17-.008.332-.013C21.154 2.98 22 3.86 22 4.933v11.21c0 1.112-.906 2.01-2.015 2.08c-.97.06-2.108.179-2.985.41c-1.082.286-2.373.904-3.372 1.436q-.422.224-.878.323V5.174a3.6 3.6 0 0 0 .924-.371q.277-.162.576-.323m5.478 8.338a.75.75 0 0 1-.546.91l-4 1a.75.75 0 1 1-.364-1.456l4-1a.75.75 0 0 1 .91.546M11.25 5.214a3.4 3.4 0 0 1-.968-.339C9.296 4.354 8.05 3.765 7 3.487c-.887-.233-2.041-.352-3.018-.412C2.886 3.008 2 3.9 2 4.998v11.146c0 1.11.906 2.01 2.015 2.079c.97.06 2.108.179 2.985.41c1.081.286 2.373.904 3.372 1.436q.422.224.878.324zM4.273 8.818a.75.75 0 0 1 .91-.546l4 1a.75.75 0 1 1-.365 1.456l-4-1a.75.75 0 0 1-.545-.91m.91 3.454a.75.75 0 1 0-.365 1.456l4 1a.75.75 0 0 0 .364-1.456z" clipRule="evenodd"/><path d="M18.25 3.151c-.62.073-1.23.18-1.75.336a8 8 0 0 0-.75.27v3.182l.75-.356l.008-.005a1.1 1.1 0 0 1 .492-.13q.072 0 .138.01c.175.029.315.1.354.12l.009.005l.75.356V3.15"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M14.25 4.48v3.057c0 .111 0 .27.021.406a.94.94 0 0 0 .444.683a.96.96 0 0 0 .783.072c.13-.04.272-.108.378-.159L17 8.005l1.124.534c.106.05.248.119.378.16a.96.96 0 0 0 .783-.073a.94.94 0 0 0 .444-.683c.022-.136.021-.295.021-.406V3.031q.17-.008.332-.013C21.154 2.98 22 3.86 22 4.933v11.21c0 1.112-.906 2.01-2.015 2.08c-.97.06-2.108.179-2.985.41c-1.082.286-2.373.904-3.372 1.436q-.422.224-.878.323V5.174a3.6 3.6 0 0 0 .924-.371q.277-.162.576-.323m5.478 8.338a.75.75 0 0 1-.546.91l-4 1a.75.75 0 1 1-.364-1.456l4-1a.75.75 0 0 1 .91.546M11.25 5.214a3.4 3.4 0 0 1-.968-.339C9.296 4.354 8.05 3.765 7 3.487c-.887-.233-2.041-.352-3.018-.412C2.886 3.008 2 3.9 2 4.998v11.146c0 1.11.906 2.01 2.015 2.079c.97.06 2.108.179 2.985.41c1.081.286 2.373.904 3.372 1.436q.422.224.878.324zM4.273 8.818a.75.75 0 0 1 .91-.546l4 1a.75.75 0 1 1-.365 1.456l-4-1a.75.75 0 0 1-.545-.91m.91 3.454a.75.75 0 1 0-.365 1.456l4 1a.75.75 0 0 0 .364-1.456z" clip-rule="evenodd"/><path d="M18.25 3.151c-.62.073-1.23.18-1.75.336a8 8 0 0 0-.75.27v3.182l.75-.356l.008-.005a1.1 1.1 0 0 1 .492-.13q.072 0 .138.01c.175.029.315.1.354.12l.009.005l.75.356V3.15"/></g></svg> </template>
CSS
.icon-notebook-bookmark-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.25%204.48v3.057c0%20.111%200%20.27.021.406a.94.94%200%200%200%20.444.683a.96.96%200%200%200%20.783.072c.13-.04.272-.108.378-.159L17%208.005l1.124.534c.106.05.248.119.378.16a.96.96%200%200%200%20.783-.073a.94.94%200%200%200%20.444-.683c.022-.136.021-.295.021-.406V3.031q.17-.008.332-.013C21.154%202.98%2022%203.86%2022%204.933v11.21c0%201.112-.906%202.01-2.015%202.08c-.97.06-2.108.179-2.985.41c-1.082.286-2.373.904-3.372%201.436q-.422.224-.878.323V5.174a3.6%203.6%200%200%200%20.924-.371q.277-.162.576-.323m5.478%208.338a.75.75%200%200%201-.546.91l-4%201a.75.75%200%201%201-.364-1.456l4-1a.75.75%200%200%201%20.91.546M11.25%205.214a3.4%203.4%200%200%201-.968-.339C9.296%204.354%208.05%203.765%207%203.487c-.887-.233-2.041-.352-3.018-.412C2.886%203.008%202%203.9%202%204.998v11.146c0%201.11.906%202.01%202.015%202.079c.97.06%202.108.179%202.985.41c1.081.286%202.373.904%203.372%201.436q.422.224.878.324zM4.273%208.818a.75.75%200%200%201%20.91-.546l4%201a.75.75%200%201%201-.365%201.456l-4-1a.75.75%200%200%201-.545-.91m.91%203.454a.75.75%200%201%200-.365%201.456l4%201a.75.75%200%200%200%20.364-1.456z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.25%203.151c-.62.073-1.23.18-1.75.336a8%208%200%200%200-.75.27v3.182l.75-.356l.008-.005a1.1%201.1%200%200%201%20.492-.13q.072%200%20.138.01c.175.029.315.1.354.12l.009.005l.75.356V3.15%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.25%204.48v3.057c0%20.111%200%20.27.021.406a.94.94%200%200%200%20.444.683a.96.96%200%200%200%20.783.072c.13-.04.272-.108.378-.159L17%208.005l1.124.534c.106.05.248.119.378.16a.96.96%200%200%200%20.783-.073a.94.94%200%200%200%20.444-.683c.022-.136.021-.295.021-.406V3.031q.17-.008.332-.013C21.154%202.98%2022%203.86%2022%204.933v11.21c0%201.112-.906%202.01-2.015%202.08c-.97.06-2.108.179-2.985.41c-1.082.286-2.373.904-3.372%201.436q-.422.224-.878.323V5.174a3.6%203.6%200%200%200%20.924-.371q.277-.162.576-.323m5.478%208.338a.75.75%200%200%201-.546.91l-4%201a.75.75%200%201%201-.364-1.456l4-1a.75.75%200%200%201%20.91.546M11.25%205.214a3.4%203.4%200%200%201-.968-.339C9.296%204.354%208.05%203.765%207%203.487c-.887-.233-2.041-.352-3.018-.412C2.886%203.008%202%203.9%202%204.998v11.146c0%201.11.906%202.01%202.015%202.079c.97.06%202.108.179%202.985.41c1.081.286%202.373.904%203.372%201.436q.422.224.878.324zM4.273%208.818a.75.75%200%200%201%20.91-.546l4%201a.75.75%200%201%201-.365%201.456l-4-1a.75.75%200%200%201-.545-.91m.91%203.454a.75.75%200%201%200-.365%201.456l4%201a.75.75%200%200%200%20.364-1.456z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.25%203.151c-.62.073-1.23.18-1.75.336a8%208%200%200%200-.75.27v3.182l.75-.356l.008-.005a1.1%201.1%200%200%201%20.492-.13q.072%200%20.138.01c.175.029.315.1.354.12l.009.005l.75.356V3.15%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/notebook-bookmark-filled.svg?color=%231a73e8&size=48