book saved icon
book-saved-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- book-saved-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the book saved icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 5.998v13.91c0 .71-.72 1.2-1.37.93c-1.86-.78-4.17-1.46-5.81-1.68l-.31-.04c-.97-.12-1.76-1.01-1.76-1.98V5.248c0-1.2.97-2.17 2.17-2.17h.07c1.88.16 4.65 1.04 6.48 2.03a1 1 0 0 1 .53.89m8.58-2.92h-.06c-.24.02-.5.05-.77.1c-1.23.2-2.69.62-4 1.14c-.62.25-1.2.52-1.71.79c-.33.18-.54.52-.54.89v13.91c0 .71.72 1.2 1.37.93c1.86-.78 4.17-1.46 5.81-1.68l.31-.04c.97-.12 1.76-1.01 1.76-1.98V5.248c0-1.2-.97-2.17-2.17-2.17m-.56 10.65c0 .39-.28.56-.62.37l-1.06-.59a.5.5 0 0 0-.41 0l-1.06.59c-.34.19-.62.02-.62-.37v-3.07c0-.46.38-.84.84-.84h2.1c.46 0 .84.38.84.84v3.07z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBookSavedFilled(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="M11.25 5.998v13.91c0 .71-.72 1.2-1.37.93c-1.86-.78-4.17-1.46-5.81-1.68l-.31-.04c-.97-.12-1.76-1.01-1.76-1.98V5.248c0-1.2.97-2.17 2.17-2.17h.07c1.88.16 4.65 1.04 6.48 2.03a1 1 0 0 1 .53.89m8.58-2.92h-.06c-.24.02-.5.05-.77.1c-1.23.2-2.69.62-4 1.14c-.62.25-1.2.52-1.71.79c-.33.18-.54.52-.54.89v13.91c0 .71.72 1.2 1.37.93c1.86-.78 4.17-1.46 5.81-1.68l.31-.04c.97-.12 1.76-1.01 1.76-1.98V5.248c0-1.2-.97-2.17-2.17-2.17m-.56 10.65c0 .39-.28.56-.62.37l-1.06-.59a.5.5 0 0 0-.41 0l-1.06.59c-.34.19-.62.02-.62-.37v-3.07c0-.46.38-.84.84-.84h2.1c.46 0 .84.38.84.84v3.07z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 5.998v13.91c0 .71-.72 1.2-1.37.93c-1.86-.78-4.17-1.46-5.81-1.68l-.31-.04c-.97-.12-1.76-1.01-1.76-1.98V5.248c0-1.2.97-2.17 2.17-2.17h.07c1.88.16 4.65 1.04 6.48 2.03a1 1 0 0 1 .53.89m8.58-2.92h-.06c-.24.02-.5.05-.77.1c-1.23.2-2.69.62-4 1.14c-.62.25-1.2.52-1.71.79c-.33.18-.54.52-.54.89v13.91c0 .71.72 1.2 1.37.93c1.86-.78 4.17-1.46 5.81-1.68l.31-.04c.97-.12 1.76-1.01 1.76-1.98V5.248c0-1.2-.97-2.17-2.17-2.17m-.56 10.65c0 .39-.28.56-.62.37l-1.06-.59a.5.5 0 0 0-.41 0l-1.06.59c-.34.19-.62.02-.62-.37v-3.07c0-.46.38-.84.84-.84h2.1c.46 0 .84.38.84.84v3.07z"/></svg> </template>
CSS
.icon-book-saved-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.25%205.998v13.91c0%20.71-.72%201.2-1.37.93c-1.86-.78-4.17-1.46-5.81-1.68l-.31-.04c-.97-.12-1.76-1.01-1.76-1.98V5.248c0-1.2.97-2.17%202.17-2.17h.07c1.88.16%204.65%201.04%206.48%202.03a1%201%200%200%201%20.53.89m8.58-2.92h-.06c-.24.02-.5.05-.77.1c-1.23.2-2.69.62-4%201.14c-.62.25-1.2.52-1.71.79c-.33.18-.54.52-.54.89v13.91c0%20.71.72%201.2%201.37.93c1.86-.78%204.17-1.46%205.81-1.68l.31-.04c.97-.12%201.76-1.01%201.76-1.98V5.248c0-1.2-.97-2.17-2.17-2.17m-.56%2010.65c0%20.39-.28.56-.62.37l-1.06-.59a.5.5%200%200%200-.41%200l-1.06.59c-.34.19-.62.02-.62-.37v-3.07c0-.46.38-.84.84-.84h2.1c.46%200%20.84.38.84.84v3.07z%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%22M11.25%205.998v13.91c0%20.71-.72%201.2-1.37.93c-1.86-.78-4.17-1.46-5.81-1.68l-.31-.04c-.97-.12-1.76-1.01-1.76-1.98V5.248c0-1.2.97-2.17%202.17-2.17h.07c1.88.16%204.65%201.04%206.48%202.03a1%201%200%200%201%20.53.89m8.58-2.92h-.06c-.24.02-.5.05-.77.1c-1.23.2-2.69.62-4%201.14c-.62.25-1.2.52-1.71.79c-.33.18-.54.52-.54.89v13.91c0%20.71.72%201.2%201.37.93c1.86-.78%204.17-1.46%205.81-1.68l.31-.04c.97-.12%201.76-1.01%201.76-1.98V5.248c0-1.2-.97-2.17-2.17-2.17m-.56%2010.65c0%20.39-.28.56-.62.37l-1.06-.59a.5.5%200%200%200-.41%200l-1.06.59c-.34.19-.62.02-.62-.37v-3.07c0-.46.38-.84.84-.84h2.1c.46%200%20.84.38.84.84v3.07z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/book-saved-filled.svg?color=%231a73e8&size=48