book 2 icon

book-2-filled from Reicon by REICON · Filled · School · MIT Free for personal and commercial use.

Name
book-2-filled
Set
Reicon
Style
Filled
Category
School
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All book 2 icons →

More school icons from Reicon

Use the book 2 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="M4.727 2.712c.306-.299.734-.494 1.544-.6C7.105 2.002 8.209 2 9.793 2h4.414c1.584 0 2.688.002 3.522.112c.81.106 1.238.301 1.544.6c.305.3.504.72.613 1.513c.112.817.114 1.899.114 3.45v7.839H7.346c-.903 0-1.519-.001-2.047.138c-.472.124-.91.326-1.299.592V7.676c0-1.552.002-2.634.114-3.451c.109-.793.308-1.213.613-1.513m2.86 3.072a.82.82 0 0 0-.828.81c0 .448.37.811.827.811h8.828a.82.82 0 0 0 .827-.81a.82.82 0 0 0-.827-.811zm-.828 4.594c0-.447.37-.81.827-.81h5.517a.82.82 0 0 1 .828.81a.82.82 0 0 1-.828.811H7.586a.82.82 0 0 1-.827-.81" clip-rule="evenodd"/><path d="M7.473 17.135c-1.079 0-1.456.007-1.746.083a2.46 2.46 0 0 0-1.697 1.538q.023.571.084 1.019c.109.793.308 1.213.613 1.513c.306.299.734.494 1.544.6c.834.11 1.938.112 3.522.112h4.414c1.584 0 2.688-.002 3.522-.111c.81-.107 1.238-.302 1.544-.601c.216-.213.38-.486.495-.91H7.586a.82.82 0 0 1-.827-.81c0-.448.37-.811.827-.811H19.97c.02-.466.027-1 .03-1.622z"/></g></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"><g fill="currentColor"><path fillRule="evenodd" d="M4.727 2.712c.306-.299.734-.494 1.544-.6C7.105 2.002 8.209 2 9.793 2h4.414c1.584 0 2.688.002 3.522.112c.81.106 1.238.301 1.544.6c.305.3.504.72.613 1.513c.112.817.114 1.899.114 3.45v7.839H7.346c-.903 0-1.519-.001-2.047.138c-.472.124-.91.326-1.299.592V7.676c0-1.552.002-2.634.114-3.451c.109-.793.308-1.213.613-1.513m2.86 3.072a.82.82 0 0 0-.828.81c0 .448.37.811.827.811h8.828a.82.82 0 0 0 .827-.81a.82.82 0 0 0-.827-.811zm-.828 4.594c0-.447.37-.81.827-.81h5.517a.82.82 0 0 1 .828.81a.82.82 0 0 1-.828.811H7.586a.82.82 0 0 1-.827-.81" clipRule="evenodd"/><path d="M7.473 17.135c-1.079 0-1.456.007-1.746.083a2.46 2.46 0 0 0-1.697 1.538q.023.571.084 1.019c.109.793.308 1.213.613 1.513c.306.299.734.494 1.544.6c.834.11 1.938.112 3.522.112h4.414c1.584 0 2.688-.002 3.522-.111c.81-.107 1.238-.302 1.544-.601c.216-.213.38-.486.495-.91H7.586a.82.82 0 0 1-.827-.81c0-.448.37-.811.827-.811H19.97c.02-.466.027-1 .03-1.622z"/></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="M4.727 2.712c.306-.299.734-.494 1.544-.6C7.105 2.002 8.209 2 9.793 2h4.414c1.584 0 2.688.002 3.522.112c.81.106 1.238.301 1.544.6c.305.3.504.72.613 1.513c.112.817.114 1.899.114 3.45v7.839H7.346c-.903 0-1.519-.001-2.047.138c-.472.124-.91.326-1.299.592V7.676c0-1.552.002-2.634.114-3.451c.109-.793.308-1.213.613-1.513m2.86 3.072a.82.82 0 0 0-.828.81c0 .448.37.811.827.811h8.828a.82.82 0 0 0 .827-.81a.82.82 0 0 0-.827-.811zm-.828 4.594c0-.447.37-.81.827-.81h5.517a.82.82 0 0 1 .828.81a.82.82 0 0 1-.828.811H7.586a.82.82 0 0 1-.827-.81" clip-rule="evenodd"/><path d="M7.473 17.135c-1.079 0-1.456.007-1.746.083a2.46 2.46 0 0 0-1.697 1.538q.023.571.084 1.019c.109.793.308 1.213.613 1.513c.306.299.734.494 1.544.6c.834.11 1.938.112 3.522.112h4.414c1.584 0 2.688-.002 3.522-.111c.81-.107 1.238-.302 1.544-.601c.216-.213.38-.486.495-.91H7.586a.82.82 0 0 1-.827-.81c0-.448.37-.811.827-.811H19.97c.02-.466.027-1 .03-1.622z"/></g></svg>
</template>

CSS

.icon-book-2-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%22M4.727%202.712c.306-.299.734-.494%201.544-.6C7.105%202.002%208.209%202%209.793%202h4.414c1.584%200%202.688.002%203.522.112c.81.106%201.238.301%201.544.6c.305.3.504.72.613%201.513c.112.817.114%201.899.114%203.45v7.839H7.346c-.903%200-1.519-.001-2.047.138c-.472.124-.91.326-1.299.592V7.676c0-1.552.002-2.634.114-3.451c.109-.793.308-1.213.613-1.513m2.86%203.072a.82.82%200%200%200-.828.81c0%20.448.37.811.827.811h8.828a.82.82%200%200%200%20.827-.81a.82.82%200%200%200-.827-.811zm-.828%204.594c0-.447.37-.81.827-.81h5.517a.82.82%200%200%201%20.828.81a.82.82%200%200%201-.828.811H7.586a.82.82%200%200%201-.827-.81%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.473%2017.135c-1.079%200-1.456.007-1.746.083a2.46%202.46%200%200%200-1.697%201.538q.023.571.084%201.019c.109.793.308%201.213.613%201.513c.306.299.734.494%201.544.6c.834.11%201.938.112%203.522.112h4.414c1.584%200%202.688-.002%203.522-.111c.81-.107%201.238-.302%201.544-.601c.216-.213.38-.486.495-.91H7.586a.82.82%200%200%201-.827-.81c0-.448.37-.811.827-.811H19.97c.02-.466.027-1%20.03-1.622z%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%22M4.727%202.712c.306-.299.734-.494%201.544-.6C7.105%202.002%208.209%202%209.793%202h4.414c1.584%200%202.688.002%203.522.112c.81.106%201.238.301%201.544.6c.305.3.504.72.613%201.513c.112.817.114%201.899.114%203.45v7.839H7.346c-.903%200-1.519-.001-2.047.138c-.472.124-.91.326-1.299.592V7.676c0-1.552.002-2.634.114-3.451c.109-.793.308-1.213.613-1.513m2.86%203.072a.82.82%200%200%200-.828.81c0%20.448.37.811.827.811h8.828a.82.82%200%200%200%20.827-.81a.82.82%200%200%200-.827-.811zm-.828%204.594c0-.447.37-.81.827-.81h5.517a.82.82%200%200%201%20.828.81a.82.82%200%200%201-.828.811H7.586a.82.82%200%200%201-.827-.81%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M7.473%2017.135c-1.079%200-1.456.007-1.746.083a2.46%202.46%200%200%200-1.697%201.538q.023.571.084%201.019c.109.793.308%201.213.613%201.513c.306.299.734.494%201.544.6c.834.11%201.938.112%203.522.112h4.414c1.584%200%202.688-.002%203.522-.111c.81-.107%201.238-.302%201.544-.601c.216-.213.38-.486.495-.91H7.586a.82.82%200%200%201-.827-.81c0-.448.37-.811.827-.811H19.97c.02-.466.027-1%20.03-1.622z%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-2-filled.svg?color=%231a73e8&size=48