book open icon

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

Name
book-open-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 open icons →

More school icons from Reicon

Use the book open 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 4.178a.24.24 0 0 0-.092-.192A5.75 5.75 0 0 0 7.596 2.75c-1.84 0-3.64.545-5.172 1.566l-.297.198a1.97 1.97 0 0 0-.877 1.638v13.124a1.405 1.405 0 0 0 2.185 1.169A7.1 7.1 0 0 1 7.38 19.25h.468c.899 0 1.77.306 2.471.867l.768.613a.1.1 0 0 0 .162-.078zm1.663 16.552a.1.1 0 0 1-.163-.078V4.178c0-.075.033-.146.092-.192a5.75 5.75 0 0 1 3.562-1.236c1.84 0 3.64.545 5.172 1.566l.297.198c.548.365.877.98.877 1.638v13.124a1.405 1.405 0 0 1-2.185 1.169a7.1 7.1 0 0 0-3.946-1.195h-.468c-.899 0-1.77.306-2.471.867z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBookOpenFilled(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 4.178a.24.24 0 0 0-.092-.192A5.75 5.75 0 0 0 7.596 2.75c-1.84 0-3.64.545-5.172 1.566l-.297.198a1.97 1.97 0 0 0-.877 1.638v13.124a1.405 1.405 0 0 0 2.185 1.169A7.1 7.1 0 0 1 7.38 19.25h.468c.899 0 1.77.306 2.471.867l.768.613a.1.1 0 0 0 .162-.078zm1.663 16.552a.1.1 0 0 1-.163-.078V4.178c0-.075.033-.146.092-.192a5.75 5.75 0 0 1 3.562-1.236c1.84 0 3.64.545 5.172 1.566l.297.198c.548.365.877.98.877 1.638v13.124a1.405 1.405 0 0 1-2.185 1.169a7.1 7.1 0 0 0-3.946-1.195h-.468c-.899 0-1.77.306-2.471.867z"/></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 4.178a.24.24 0 0 0-.092-.192A5.75 5.75 0 0 0 7.596 2.75c-1.84 0-3.64.545-5.172 1.566l-.297.198a1.97 1.97 0 0 0-.877 1.638v13.124a1.405 1.405 0 0 0 2.185 1.169A7.1 7.1 0 0 1 7.38 19.25h.468c.899 0 1.77.306 2.471.867l.768.613a.1.1 0 0 0 .162-.078zm1.663 16.552a.1.1 0 0 1-.163-.078V4.178c0-.075.033-.146.092-.192a5.75 5.75 0 0 1 3.562-1.236c1.84 0 3.64.545 5.172 1.566l.297.198c.548.365.877.98.877 1.638v13.124a1.405 1.405 0 0 1-2.185 1.169a7.1 7.1 0 0 0-3.946-1.195h-.468c-.899 0-1.77.306-2.471.867z"/></svg>
</template>

CSS

.icon-book-open-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%204.178a.24.24%200%200%200-.092-.192A5.75%205.75%200%200%200%207.596%202.75c-1.84%200-3.64.545-5.172%201.566l-.297.198a1.97%201.97%200%200%200-.877%201.638v13.124a1.405%201.405%200%200%200%202.185%201.169A7.1%207.1%200%200%201%207.38%2019.25h.468c.899%200%201.77.306%202.471.867l.768.613a.1.1%200%200%200%20.162-.078zm1.663%2016.552a.1.1%200%200%201-.163-.078V4.178c0-.075.033-.146.092-.192a5.75%205.75%200%200%201%203.562-1.236c1.84%200%203.64.545%205.172%201.566l.297.198c.548.365.877.98.877%201.638v13.124a1.405%201.405%200%200%201-2.185%201.169a7.1%207.1%200%200%200-3.946-1.195h-.468c-.899%200-1.77.306-2.471.867z%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%204.178a.24.24%200%200%200-.092-.192A5.75%205.75%200%200%200%207.596%202.75c-1.84%200-3.64.545-5.172%201.566l-.297.198a1.97%201.97%200%200%200-.877%201.638v13.124a1.405%201.405%200%200%200%202.185%201.169A7.1%207.1%200%200%201%207.38%2019.25h.468c.899%200%201.77.306%202.471.867l.768.613a.1.1%200%200%200%20.162-.078zm1.663%2016.552a.1.1%200%200%201-.163-.078V4.178c0-.075.033-.146.092-.192a5.75%205.75%200%200%201%203.562-1.236c1.84%200%203.64.545%205.172%201.566l.297.198c.548.365.877.98.877%201.638v13.124a1.405%201.405%200%200%201-2.185%201.169a7.1%207.1%200%200%200-3.946-1.195h-.468c-.899%200-1.77.306-2.471.867z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/book-open-filled.svg?color=%231a73e8&size=48