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

Name
book-open-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M11.5 4c1.005 0 1.904.456 2.5 1.173A3.24 3.24 0 0 1 16.5 4h7.75c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0 1 24.25 24H16.5a3.24 3.24 0 0 1-2.5-1.173A3.24 3.24 0 0 1 11.5 24H3.75A1.75 1.75 0 0 1 2 22.25V5.75C2 4.784 2.784 4 3.75 4zm1.75 16.75V7.25A1.75 1.75 0 0 0 11.5 5.5H3.75a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h7.75a1.75 1.75 0 0 0 1.75-1.75m1.5-13.5v13.5c0 .966.784 1.75 1.75 1.75h7.75a.25.25 0 0 0 .25-.25V5.75a.25.25 0 0 0-.25-.25H16.5a1.75 1.75 0 0 0-1.75 1.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentBookOpen28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11.5 4c1.005 0 1.904.456 2.5 1.173A3.24 3.24 0 0 1 16.5 4h7.75c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0 1 24.25 24H16.5a3.24 3.24 0 0 1-2.5-1.173A3.24 3.24 0 0 1 11.5 24H3.75A1.75 1.75 0 0 1 2 22.25V5.75C2 4.784 2.784 4 3.75 4zm1.75 16.75V7.25A1.75 1.75 0 0 0 11.5 5.5H3.75a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h7.75a1.75 1.75 0 0 0 1.75-1.75m1.5-13.5v13.5c0 .966.784 1.75 1.75 1.75h7.75a.25.25 0 0 0 .25-.25V5.75a.25.25 0 0 0-.25-.25H16.5a1.75 1.75 0 0 0-1.75 1.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M11.5 4c1.005 0 1.904.456 2.5 1.173A3.24 3.24 0 0 1 16.5 4h7.75c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0 1 24.25 24H16.5a3.24 3.24 0 0 1-2.5-1.173A3.24 3.24 0 0 1 11.5 24H3.75A1.75 1.75 0 0 1 2 22.25V5.75C2 4.784 2.784 4 3.75 4zm1.75 16.75V7.25A1.75 1.75 0 0 0 11.5 5.5H3.75a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h7.75a1.75 1.75 0 0 0 1.75-1.75m1.5-13.5v13.5c0 .966.784 1.75 1.75 1.75h7.75a.25.25 0 0 0 .25-.25V5.75a.25.25 0 0 0-.25-.25H16.5a1.75 1.75 0 0 0-1.75 1.75"/></svg>
</template>

CSS

.icon-book-open-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%204c1.005%200%201.904.456%202.5%201.173A3.24%203.24%200%200%201%2016.5%204h7.75c.966%200%201.75.784%201.75%201.75v16.5A1.75%201.75%200%200%201%2024.25%2024H16.5a3.24%203.24%200%200%201-2.5-1.173A3.24%203.24%200%200%201%2011.5%2024H3.75A1.75%201.75%200%200%201%202%2022.25V5.75C2%204.784%202.784%204%203.75%204zm1.75%2016.75V7.25A1.75%201.75%200%200%200%2011.5%205.5H3.75a.25.25%200%200%200-.25.25v16.5c0%20.138.112.25.25.25h7.75a1.75%201.75%200%200%200%201.75-1.75m1.5-13.5v13.5c0%20.966.784%201.75%201.75%201.75h7.75a.25.25%200%200%200%20.25-.25V5.75a.25.25%200%200%200-.25-.25H16.5a1.75%201.75%200%200%200-1.75%201.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%204c1.005%200%201.904.456%202.5%201.173A3.24%203.24%200%200%201%2016.5%204h7.75c.966%200%201.75.784%201.75%201.75v16.5A1.75%201.75%200%200%201%2024.25%2024H16.5a3.24%203.24%200%200%201-2.5-1.173A3.24%203.24%200%200%201%2011.5%2024H3.75A1.75%201.75%200%200%201%202%2022.25V5.75C2%204.784%202.784%204%203.75%204zm1.75%2016.75V7.25A1.75%201.75%200%200%200%2011.5%205.5H3.75a.25.25%200%200%200-.25.25v16.5c0%20.138.112.25.25.25h7.75a1.75%201.75%200%200%200%201.75-1.75m1.5-13.5v13.5c0%20.966.784%201.75%201.75%201.75h7.75a.25.25%200%200%200%20.25-.25V5.75a.25.25%200%200%200-.25-.25H16.5a1.75%201.75%200%200%200-1.75%201.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-28-regular.svg?color=%231a73e8&size=48