book open icon

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

Name
book-open
Set
Reicon
Style
Outline
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" fill-rule="evenodd" d="m11.527 21.082l-1.207-.965a3.96 3.96 0 0 0-2.47-.867h-.47a7.1 7.1 0 0 0-3.946 1.195a1.405 1.405 0 0 1-2.185-1.17V6.153c0-.658.33-1.273.877-1.638l.297-.198A9.3 9.3 0 0 1 7.596 2.75c1.701 0 3.313.753 4.404 2.052a5.75 5.75 0 0 1 4.404-2.052c1.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.867l-1.207.965a1 1 0 0 1-.1.069l-.048.025M3.256 5.564a7.8 7.8 0 0 1 4.34-1.314a4.25 4.25 0 0 1 3.32 1.596l.334.417V18.94a5.46 5.46 0 0 0-3.4-1.189h-.47c-1.642 0-3.249.47-4.631 1.35V6.153a.47.47 0 0 1 .209-.39zM12.75 18.94a5.46 5.46 0 0 1 3.4-1.189h.469c1.642 0 3.249.47 4.631 1.35V6.153a.47.47 0 0 0-.209-.39l-.297-.198a7.8 7.8 0 0 0-4.34-1.314a4.25 4.25 0 0 0-3.32 1.596l-.334.417z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBookOpen(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" fillRule="evenodd" d="m11.527 21.082l-1.207-.965a3.96 3.96 0 0 0-2.47-.867h-.47a7.1 7.1 0 0 0-3.946 1.195a1.405 1.405 0 0 1-2.185-1.17V6.153c0-.658.33-1.273.877-1.638l.297-.198A9.3 9.3 0 0 1 7.596 2.75c1.701 0 3.313.753 4.404 2.052a5.75 5.75 0 0 1 4.404-2.052c1.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.867l-1.207.965a1 1 0 0 1-.1.069l-.048.025M3.256 5.564a7.8 7.8 0 0 1 4.34-1.314a4.25 4.25 0 0 1 3.32 1.596l.334.417V18.94a5.46 5.46 0 0 0-3.4-1.189h-.47c-1.642 0-3.249.47-4.631 1.35V6.153a.47.47 0 0 1 .209-.39zM12.75 18.94a5.46 5.46 0 0 1 3.4-1.189h.469c1.642 0 3.249.47 4.631 1.35V6.153a.47.47 0 0 0-.209-.39l-.297-.198a7.8 7.8 0 0 0-4.34-1.314a4.25 4.25 0 0 0-3.32 1.596l-.334.417z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m11.527 21.082l-1.207-.965a3.96 3.96 0 0 0-2.47-.867h-.47a7.1 7.1 0 0 0-3.946 1.195a1.405 1.405 0 0 1-2.185-1.17V6.153c0-.658.33-1.273.877-1.638l.297-.198A9.3 9.3 0 0 1 7.596 2.75c1.701 0 3.313.753 4.404 2.052a5.75 5.75 0 0 1 4.404-2.052c1.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.867l-1.207.965a1 1 0 0 1-.1.069l-.048.025M3.256 5.564a7.8 7.8 0 0 1 4.34-1.314a4.25 4.25 0 0 1 3.32 1.596l.334.417V18.94a5.46 5.46 0 0 0-3.4-1.189h-.47c-1.642 0-3.249.47-4.631 1.35V6.153a.47.47 0 0 1 .209-.39zM12.75 18.94a5.46 5.46 0 0 1 3.4-1.189h.469c1.642 0 3.249.47 4.631 1.35V6.153a.47.47 0 0 0-.209-.39l-.297-.198a7.8 7.8 0 0 0-4.34-1.314a4.25 4.25 0 0 0-3.32 1.596l-.334.417z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-book-open {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22m11.527%2021.082l-1.207-.965a3.96%203.96%200%200%200-2.47-.867h-.47a7.1%207.1%200%200%200-3.946%201.195a1.405%201.405%200%200%201-2.185-1.17V6.153c0-.658.33-1.273.877-1.638l.297-.198A9.3%209.3%200%200%201%207.596%202.75c1.701%200%203.313.753%204.404%202.052a5.75%205.75%200%200%201%204.404-2.052c1.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.867l-1.207.965a1%201%200%200%201-.1.069l-.048.025M3.256%205.564a7.8%207.8%200%200%201%204.34-1.314a4.25%204.25%200%200%201%203.32%201.596l.334.417V18.94a5.46%205.46%200%200%200-3.4-1.189h-.47c-1.642%200-3.249.47-4.631%201.35V6.153a.47.47%200%200%201%20.209-.39zM12.75%2018.94a5.46%205.46%200%200%201%203.4-1.189h.469c1.642%200%203.249.47%204.631%201.35V6.153a.47.47%200%200%200-.209-.39l-.297-.198a7.8%207.8%200%200%200-4.34-1.314a4.25%204.25%200%200%200-3.32%201.596l-.334.417z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22m11.527%2021.082l-1.207-.965a3.96%203.96%200%200%200-2.47-.867h-.47a7.1%207.1%200%200%200-3.946%201.195a1.405%201.405%200%200%201-2.185-1.17V6.153c0-.658.33-1.273.877-1.638l.297-.198A9.3%209.3%200%200%201%207.596%202.75c1.701%200%203.313.753%204.404%202.052a5.75%205.75%200%200%201%204.404-2.052c1.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.867l-1.207.965a1%201%200%200%201-.1.069l-.048.025M3.256%205.564a7.8%207.8%200%200%201%204.34-1.314a4.25%204.25%200%200%201%203.32%201.596l.334.417V18.94a5.46%205.46%200%200%200-3.4-1.189h-.47c-1.642%200-3.249.47-4.631%201.35V6.153a.47.47%200%200%201%20.209-.39zM12.75%2018.94a5.46%205.46%200%200%201%203.4-1.189h.469c1.642%200%203.249.47%204.631%201.35V6.153a.47.47%200%200%200-.209-.39l-.297-.198a7.8%207.8%200%200%200-4.34-1.314a4.25%204.25%200%200%200-3.32%201.596l-.334.417z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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