book saved icon
book-saved from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- book-saved
- Set
- Reicon
- Style
- Outline
- 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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 4.67v12.07c0 .96-.78 1.86-1.74 1.98l-.33.04c-2.18.29-5.54 1.4-7.46 2.46c-.26.15-.69.15-.96 0l-.04-.02c-1.92-1.05-5.27-2.15-7.44-2.44l-.29-.04C2.78 18.6 2 17.7 2 16.74V4.66c0-1.19.97-2.09 2.16-1.99c2.1.17 5.28 1.23 7.06 2.34l.25.15c.29.18.77.18 1.06 0l.17-.11c.63-.39 1.43-.78 2.3-1.13V8l2-1.33L19 8V2.78c.27-.05.53-.08.77-.1h.06c1.19-.1 2.17.79 2.17 1.99m-10 .82v15"/><path d="M19 2.78V8l-2-1.33L15 8V3.92c1.31-.52 2.77-.94 4-1.14"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBookSaved(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M22 4.67v12.07c0 .96-.78 1.86-1.74 1.98l-.33.04c-2.18.29-5.54 1.4-7.46 2.46c-.26.15-.69.15-.96 0l-.04-.02c-1.92-1.05-5.27-2.15-7.44-2.44l-.29-.04C2.78 18.6 2 17.7 2 16.74V4.66c0-1.19.97-2.09 2.16-1.99c2.1.17 5.28 1.23 7.06 2.34l.25.15c.29.18.77.18 1.06 0l.17-.11c.63-.39 1.43-.78 2.3-1.13V8l2-1.33L19 8V2.78c.27-.05.53-.08.77-.1h.06c1.19-.1 2.17.79 2.17 1.99m-10 .82v15"/><path d="M19 2.78V8l-2-1.33L15 8V3.92c1.31-.52 2.77-.94 4-1.14"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 4.67v12.07c0 .96-.78 1.86-1.74 1.98l-.33.04c-2.18.29-5.54 1.4-7.46 2.46c-.26.15-.69.15-.96 0l-.04-.02c-1.92-1.05-5.27-2.15-7.44-2.44l-.29-.04C2.78 18.6 2 17.7 2 16.74V4.66c0-1.19.97-2.09 2.16-1.99c2.1.17 5.28 1.23 7.06 2.34l.25.15c.29.18.77.18 1.06 0l.17-.11c.63-.39 1.43-.78 2.3-1.13V8l2-1.33L19 8V2.78c.27-.05.53-.08.77-.1h.06c1.19-.1 2.17.79 2.17 1.99m-10 .82v15"/><path d="M19 2.78V8l-2-1.33L15 8V3.92c1.31-.52 2.77-.94 4-1.14"/></g></svg> </template>
CSS
.icon-book-saved {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%204.67v12.07c0%20.96-.78%201.86-1.74%201.98l-.33.04c-2.18.29-5.54%201.4-7.46%202.46c-.26.15-.69.15-.96%200l-.04-.02c-1.92-1.05-5.27-2.15-7.44-2.44l-.29-.04C2.78%2018.6%202%2017.7%202%2016.74V4.66c0-1.19.97-2.09%202.16-1.99c2.1.17%205.28%201.23%207.06%202.34l.25.15c.29.18.77.18%201.06%200l.17-.11c.63-.39%201.43-.78%202.3-1.13V8l2-1.33L19%208V2.78c.27-.05.53-.08.77-.1h.06c1.19-.1%202.17.79%202.17%201.99m-10%20.82v15%22%2F%3E%3Cpath%20d%3D%22M19%202.78V8l-2-1.33L15%208V3.92c1.31-.52%202.77-.94%204-1.14%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%204.67v12.07c0%20.96-.78%201.86-1.74%201.98l-.33.04c-2.18.29-5.54%201.4-7.46%202.46c-.26.15-.69.15-.96%200l-.04-.02c-1.92-1.05-5.27-2.15-7.44-2.44l-.29-.04C2.78%2018.6%202%2017.7%202%2016.74V4.66c0-1.19.97-2.09%202.16-1.99c2.1.17%205.28%201.23%207.06%202.34l.25.15c.29.18.77.18%201.06%200l.17-.11c.63-.39%201.43-.78%202.3-1.13V8l2-1.33L19%208V2.78c.27-.05.53-.08.77-.1h.06c1.19-.1%202.17.79%202.17%201.99m-10%20.82v15%22%2F%3E%3Cpath%20d%3D%22M19%202.78V8l-2-1.33L15%208V3.92c1.31-.52%202.77-.94%204-1.14%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/book-saved.svg?color=%231a73e8&size=48