book2 icon
book2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- book2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More newicons icons from Reicon
Use the book2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 4.85v11.89c0 .97-.79 1.86-1.76 1.98l-.31.04c-1.64.22-3.95.9-5.81 1.68c-.65.27-1.37-.22-1.37-.93V5.6c0-.37.21-.71.54-.89c1.83-.99 4.6-1.87 6.48-2.03h.06c1.2 0 2.17.97 2.17 2.17m-11.292-.14c-1.83-.99-4.6-1.87-6.48-2.03h-.07c-1.2 0-2.17.97-2.17 2.17v11.89c0 .97.79 1.86 1.76 1.98l.31.04c1.64.22 3.95.9 5.81 1.68c.65.27 1.37-.22 1.37-.93V5.6a1 1 0 0 0-.53-.89m-5.71 3.03h2.25a.749.749 0 1 1 0 1.5h-2.25a.749.749 0 1 1 0-1.5m3 4.5h-3a.749.749 0 1 1 0-1.5h3a.749.749 0 1 1 0 1.5"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBook2Filled(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="M22 4.85v11.89c0 .97-.79 1.86-1.76 1.98l-.31.04c-1.64.22-3.95.9-5.81 1.68c-.65.27-1.37-.22-1.37-.93V5.6c0-.37.21-.71.54-.89c1.83-.99 4.6-1.87 6.48-2.03h.06c1.2 0 2.17.97 2.17 2.17m-11.292-.14c-1.83-.99-4.6-1.87-6.48-2.03h-.07c-1.2 0-2.17.97-2.17 2.17v11.89c0 .97.79 1.86 1.76 1.98l.31.04c1.64.22 3.95.9 5.81 1.68c.65.27 1.37-.22 1.37-.93V5.6a1 1 0 0 0-.53-.89m-5.71 3.03h2.25a.749.749 0 1 1 0 1.5h-2.25a.749.749 0 1 1 0-1.5m3 4.5h-3a.749.749 0 1 1 0-1.5h3a.749.749 0 1 1 0 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 4.85v11.89c0 .97-.79 1.86-1.76 1.98l-.31.04c-1.64.22-3.95.9-5.81 1.68c-.65.27-1.37-.22-1.37-.93V5.6c0-.37.21-.71.54-.89c1.83-.99 4.6-1.87 6.48-2.03h.06c1.2 0 2.17.97 2.17 2.17m-11.292-.14c-1.83-.99-4.6-1.87-6.48-2.03h-.07c-1.2 0-2.17.97-2.17 2.17v11.89c0 .97.79 1.86 1.76 1.98l.31.04c1.64.22 3.95.9 5.81 1.68c.65.27 1.37-.22 1.37-.93V5.6a1 1 0 0 0-.53-.89m-5.71 3.03h2.25a.749.749 0 1 1 0 1.5h-2.25a.749.749 0 1 1 0-1.5m3 4.5h-3a.749.749 0 1 1 0-1.5h3a.749.749 0 1 1 0 1.5"/></svg> </template>
CSS
.icon-book2-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%22M22%204.85v11.89c0%20.97-.79%201.86-1.76%201.98l-.31.04c-1.64.22-3.95.9-5.81%201.68c-.65.27-1.37-.22-1.37-.93V5.6c0-.37.21-.71.54-.89c1.83-.99%204.6-1.87%206.48-2.03h.06c1.2%200%202.17.97%202.17%202.17m-11.292-.14c-1.83-.99-4.6-1.87-6.48-2.03h-.07c-1.2%200-2.17.97-2.17%202.17v11.89c0%20.97.79%201.86%201.76%201.98l.31.04c1.64.22%203.95.9%205.81%201.68c.65.27%201.37-.22%201.37-.93V5.6a1%201%200%200%200-.53-.89m-5.71%203.03h2.25a.749.749%200%201%201%200%201.5h-2.25a.749.749%200%201%201%200-1.5m3%204.5h-3a.749.749%200%201%201%200-1.5h3a.749.749%200%201%201%200%201.5%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%22M22%204.85v11.89c0%20.97-.79%201.86-1.76%201.98l-.31.04c-1.64.22-3.95.9-5.81%201.68c-.65.27-1.37-.22-1.37-.93V5.6c0-.37.21-.71.54-.89c1.83-.99%204.6-1.87%206.48-2.03h.06c1.2%200%202.17.97%202.17%202.17m-11.292-.14c-1.83-.99-4.6-1.87-6.48-2.03h-.07c-1.2%200-2.17.97-2.17%202.17v11.89c0%20.97.79%201.86%201.76%201.98l.31.04c1.64.22%203.95.9%205.81%201.68c.65.27%201.37-.22%201.37-.93V5.6a1%201%200%200%200-.53-.89m-5.71%203.03h2.25a.749.749%200%201%201%200%201.5h-2.25a.749.749%200%201%201%200-1.5m3%204.5h-3a.749.749%200%201%201%200-1.5h3a.749.749%200%201%201%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/book2-filled.svg?color=%231a73e8&size=48