book open reader icon

book-open-reader-solid from Flowbite Icons by Themesberg · Solid · Education · MIT Free for personal and commercial use.

Name
book-open-reader-solid
Set
Flowbite Icons
Style
Solid
Category
Education
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More education icons from Flowbite Icons

Use the book open reader icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 6a3 3 0 1 1 6 0a3 3 0 0 1-6 0m2 3.63l-.372-.131c-1.34-.475-2.493-.884-4.78-.849C4.848 8.666 4 9.464 4 10.5v7.288c0 1.088.92 1.875 1.929 1.862c1.283-.017 2.046.132 2.797.359c.292.088.577.186.903.298l.003.001l.379.13c.299.102.624.209.989.319zm2-.004v11.13a35 35 0 0 0 1.455-.484c.295-.103.557-.195.784-.265c.726-.225 1.466-.374 2.748-.357c.502.007.98-.18 1.34-.479c.362-.3.673-.78.673-1.383V10.5c0-.581-.292-1.05-.638-1.35a2.04 2.04 0 0 0-1.294-.5c-2.267-.035-3.386.37-4.685.839z"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteBookOpenReaderSolid(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="M9 6a3 3 0 1 1 6 0a3 3 0 0 1-6 0m2 3.63l-.372-.131c-1.34-.475-2.493-.884-4.78-.849C4.848 8.666 4 9.464 4 10.5v7.288c0 1.088.92 1.875 1.929 1.862c1.283-.017 2.046.132 2.797.359c.292.088.577.186.903.298l.003.001l.379.13c.299.102.624.209.989.319zm2-.004v11.13a35 35 0 0 0 1.455-.484c.295-.103.557-.195.784-.265c.726-.225 1.466-.374 2.748-.357c.502.007.98-.18 1.34-.479c.362-.3.673-.78.673-1.383V10.5c0-.581-.292-1.05-.638-1.35a2.04 2.04 0 0 0-1.294-.5c-2.267-.035-3.386.37-4.685.839z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 6a3 3 0 1 1 6 0a3 3 0 0 1-6 0m2 3.63l-.372-.131c-1.34-.475-2.493-.884-4.78-.849C4.848 8.666 4 9.464 4 10.5v7.288c0 1.088.92 1.875 1.929 1.862c1.283-.017 2.046.132 2.797.359c.292.088.577.186.903.298l.003.001l.379.13c.299.102.624.209.989.319zm2-.004v11.13a35 35 0 0 0 1.455-.484c.295-.103.557-.195.784-.265c.726-.225 1.466-.374 2.748-.357c.502.007.98-.18 1.34-.479c.362-.3.673-.78.673-1.383V10.5c0-.581-.292-1.05-.638-1.35a2.04 2.04 0 0 0-1.294-.5c-2.267-.035-3.386.37-4.685.839z"/></svg>
</template>

CSS

.icon-book-open-reader-solid {
  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%22M9%206a3%203%200%201%201%206%200a3%203%200%200%201-6%200m2%203.63l-.372-.131c-1.34-.475-2.493-.884-4.78-.849C4.848%208.666%204%209.464%204%2010.5v7.288c0%201.088.92%201.875%201.929%201.862c1.283-.017%202.046.132%202.797.359c.292.088.577.186.903.298l.003.001l.379.13c.299.102.624.209.989.319zm2-.004v11.13a35%2035%200%200%200%201.455-.484c.295-.103.557-.195.784-.265c.726-.225%201.466-.374%202.748-.357c.502.007.98-.18%201.34-.479c.362-.3.673-.78.673-1.383V10.5c0-.581-.292-1.05-.638-1.35a2.04%202.04%200%200%200-1.294-.5c-2.267-.035-3.386.37-4.685.839z%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%22M9%206a3%203%200%201%201%206%200a3%203%200%200%201-6%200m2%203.63l-.372-.131c-1.34-.475-2.493-.884-4.78-.849C4.848%208.666%204%209.464%204%2010.5v7.288c0%201.088.92%201.875%201.929%201.862c1.283-.017%202.046.132%202.797.359c.292.088.577.186.903.298l.003.001l.379.13c.299.102.624.209.989.319zm2-.004v11.13a35%2035%200%200%200%201.455-.484c.295-.103.557-.195.784-.265c.726-.225%201.466-.374%202.748-.357c.502.007.98-.18%201.34-.479c.362-.3.673-.78.673-1.383V10.5c0-.581-.292-1.05-.638-1.35a2.04%202.04%200%200%200-1.294-.5c-2.267-.035-3.386.37-4.685.839z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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