book-open-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
book-open-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the book open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M20 8c1.602 0 3.037.718 4 1.85A5.24 5.24 0 0 1 28 8h13.25A2.75 2.75 0 0 1 44 10.75v26.5A2.75 2.75 0 0 1 41.25 40H28a5.24 5.24 0 0 1-4-1.85A5.24 5.24 0 0 1 20 40H6.75A2.75 2.75 0 0 1 4 37.25v-26.5A2.75 2.75 0 0 1 6.75 8zm2.75 26.75v-21.5A2.75 2.75 0 0 0 20 10.5H6.75a.25.25 0 0 0-.25.25v26.5c0 .138.112.25.25.25H20a2.75 2.75 0 0 0 2.75-2.75m2.5-21.5v21.5A2.75 2.75 0 0 0 28 37.5h13.25a.25.25 0 0 0 .25-.25v-26.5a.25.25 0 0 0-.25-.25H28a2.75 2.75 0 0 0-2.75 2.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentBookOpen48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M20 8c1.602 0 3.037.718 4 1.85A5.24 5.24 0 0 1 28 8h13.25A2.75 2.75 0 0 1 44 10.75v26.5A2.75 2.75 0 0 1 41.25 40H28a5.24 5.24 0 0 1-4-1.85A5.24 5.24 0 0 1 20 40H6.75A2.75 2.75 0 0 1 4 37.25v-26.5A2.75 2.75 0 0 1 6.75 8zm2.75 26.75v-21.5A2.75 2.75 0 0 0 20 10.5H6.75a.25.25 0 0 0-.25.25v26.5c0 .138.112.25.25.25H20a2.75 2.75 0 0 0 2.75-2.75m2.5-21.5v21.5A2.75 2.75 0 0 0 28 37.5h13.25a.25.25 0 0 0 .25-.25v-26.5a.25.25 0 0 0-.25-.25H28a2.75 2.75 0 0 0-2.75 2.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M20 8c1.602 0 3.037.718 4 1.85A5.24 5.24 0 0 1 28 8h13.25A2.75 2.75 0 0 1 44 10.75v26.5A2.75 2.75 0 0 1 41.25 40H28a5.24 5.24 0 0 1-4-1.85A5.24 5.24 0 0 1 20 40H6.75A2.75 2.75 0 0 1 4 37.25v-26.5A2.75 2.75 0 0 1 6.75 8zm2.75 26.75v-21.5A2.75 2.75 0 0 0 20 10.5H6.75a.25.25 0 0 0-.25.25v26.5c0 .138.112.25.25.25H20a2.75 2.75 0 0 0 2.75-2.75m2.5-21.5v21.5A2.75 2.75 0 0 0 28 37.5h13.25a.25.25 0 0 0 .25-.25v-26.5a.25.25 0 0 0-.25-.25H28a2.75 2.75 0 0 0-2.75 2.75"/></svg>
</template>

CSS

.icon-book-open-48-regular {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%208c1.602%200%203.037.718%204%201.85A5.24%205.24%200%200%201%2028%208h13.25A2.75%202.75%200%200%201%2044%2010.75v26.5A2.75%202.75%200%200%201%2041.25%2040H28a5.24%205.24%200%200%201-4-1.85A5.24%205.24%200%200%201%2020%2040H6.75A2.75%202.75%200%200%201%204%2037.25v-26.5A2.75%202.75%200%200%201%206.75%208zm2.75%2026.75v-21.5A2.75%202.75%200%200%200%2020%2010.5H6.75a.25.25%200%200%200-.25.25v26.5c0%20.138.112.25.25.25H20a2.75%202.75%200%200%200%202.75-2.75m2.5-21.5v21.5A2.75%202.75%200%200%200%2028%2037.5h13.25a.25.25%200%200%200%20.25-.25v-26.5a.25.25%200%200%200-.25-.25H28a2.75%202.75%200%200%200-2.75%202.75%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%208c1.602%200%203.037.718%204%201.85A5.24%205.24%200%200%201%2028%208h13.25A2.75%202.75%200%200%201%2044%2010.75v26.5A2.75%202.75%200%200%201%2041.25%2040H28a5.24%205.24%200%200%201-4-1.85A5.24%205.24%200%200%201%2020%2040H6.75A2.75%202.75%200%200%201%204%2037.25v-26.5A2.75%202.75%200%200%201%206.75%208zm2.75%2026.75v-21.5A2.75%202.75%200%200%200%2020%2010.5H6.75a.25.25%200%200%200-.25.25v26.5c0%20.138.112.25.25.25H20a2.75%202.75%200%200%200%202.75-2.75m2.5-21.5v21.5A2.75%202.75%200%200%200%2028%2037.5h13.25a.25.25%200%200%200%20.25-.25v-26.5a.25.25%200%200%200-.25-.25H28a2.75%202.75%200%200%200-2.75%202.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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