book2 icon
book2 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- book2
- Set
- Reicon
- Style
- Outline
- 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M22 16.74V4.67c0-1.2-.98-2.09-2.17-1.99h-.06c-2.1.18-5.29 1.25-7.07 2.37l-.17.11c-.29.18-.77.18-1.06 0l-.25-.15C9.44 3.9 6.26 2.84 4.16 2.67C2.97 2.57 2 3.47 2 4.66v12.08c0 .96.78 1.86 1.74 1.98l.29.04c2.17.29 5.52 1.39 7.44 2.44l.04.02c.27.15.7.15.96 0c1.92-1.06 5.28-2.17 7.46-2.46l.33-.04c.96-.12 1.74-1.02 1.74-1.98M12 5.49v15m-4.25-12H5.5m3 3h-3"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBook2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M22 16.74V4.67c0-1.2-.98-2.09-2.17-1.99h-.06c-2.1.18-5.29 1.25-7.07 2.37l-.17.11c-.29.18-.77.18-1.06 0l-.25-.15C9.44 3.9 6.26 2.84 4.16 2.67C2.97 2.57 2 3.47 2 4.66v12.08c0 .96.78 1.86 1.74 1.98l.29.04c2.17.29 5.52 1.39 7.44 2.44l.04.02c.27.15.7.15.96 0c1.92-1.06 5.28-2.17 7.46-2.46l.33-.04c.96-.12 1.74-1.02 1.74-1.98M12 5.49v15m-4.25-12H5.5m3 3h-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M22 16.74V4.67c0-1.2-.98-2.09-2.17-1.99h-.06c-2.1.18-5.29 1.25-7.07 2.37l-.17.11c-.29.18-.77.18-1.06 0l-.25-.15C9.44 3.9 6.26 2.84 4.16 2.67C2.97 2.57 2 3.47 2 4.66v12.08c0 .96.78 1.86 1.74 1.98l.29.04c2.17.29 5.52 1.39 7.44 2.44l.04.02c.27.15.7.15.96 0c1.92-1.06 5.28-2.17 7.46-2.46l.33-.04c.96-.12 1.74-1.02 1.74-1.98M12 5.49v15m-4.25-12H5.5m3 3h-3"/></svg> </template>
CSS
.icon-book2 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M22%2016.74V4.67c0-1.2-.98-2.09-2.17-1.99h-.06c-2.1.18-5.29%201.25-7.07%202.37l-.17.11c-.29.18-.77.18-1.06%200l-.25-.15C9.44%203.9%206.26%202.84%204.16%202.67C2.97%202.57%202%203.47%202%204.66v12.08c0%20.96.78%201.86%201.74%201.98l.29.04c2.17.29%205.52%201.39%207.44%202.44l.04.02c.27.15.7.15.96%200c1.92-1.06%205.28-2.17%207.46-2.46l.33-.04c.96-.12%201.74-1.02%201.74-1.98M12%205.49v15m-4.25-12H5.5m3%203h-3%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M22%2016.74V4.67c0-1.2-.98-2.09-2.17-1.99h-.06c-2.1.18-5.29%201.25-7.07%202.37l-.17.11c-.29.18-.77.18-1.06%200l-.25-.15C9.44%203.9%206.26%202.84%204.16%202.67C2.97%202.57%202%203.47%202%204.66v12.08c0%20.96.78%201.86%201.74%201.98l.29.04c2.17.29%205.52%201.39%207.44%202.44l.04.02c.27.15.7.15.96%200c1.92-1.06%205.28-2.17%207.46-2.46l.33-.04c.96-.12%201.74-1.02%201.74-1.98M12%205.49v15m-4.25-12H5.5m3%203h-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/book2.svg?color=%231a73e8&size=48