book open text icon

book-open-text-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
book-open-text-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the book open text icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 52h-72a36 36 0 0 0-32 19.54A36 36 0 0 0 96 52H24a4 4 0 0 0-4 4v144a4 4 0 0 0 4 4h72a28 28 0 0 1 28 28a4 4 0 0 0 8 0a28 28 0 0 1 28-28h72a4 4 0 0 0 4-4V56a4 4 0 0 0-4-4M96 196H28V60h68a28 28 0 0 1 28 28v121.4A35.94 35.94 0 0 0 96 196m132 0h-68a35.94 35.94 0 0 0-28 13.41V88a28 28 0 0 1 28-28h68ZM160 92h40a4 4 0 0 1 0 8h-40a4 4 0 0 1 0-8m44 36a4 4 0 0 1-4 4h-40a4 4 0 0 1 0-8h40a4 4 0 0 1 4 4m0 32a4 4 0 0 1-4 4h-40a4 4 0 0 1 0-8h40a4 4 0 0 1 4 4"/></svg>

React

import type { SVGProps } from "react";

export function PhBookOpenTextThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 52h-72a36 36 0 0 0-32 19.54A36 36 0 0 0 96 52H24a4 4 0 0 0-4 4v144a4 4 0 0 0 4 4h72a28 28 0 0 1 28 28a4 4 0 0 0 8 0a28 28 0 0 1 28-28h72a4 4 0 0 0 4-4V56a4 4 0 0 0-4-4M96 196H28V60h68a28 28 0 0 1 28 28v121.4A35.94 35.94 0 0 0 96 196m132 0h-68a35.94 35.94 0 0 0-28 13.41V88a28 28 0 0 1 28-28h68ZM160 92h40a4 4 0 0 1 0 8h-40a4 4 0 0 1 0-8m44 36a4 4 0 0 1-4 4h-40a4 4 0 0 1 0-8h40a4 4 0 0 1 4 4m0 32a4 4 0 0 1-4 4h-40a4 4 0 0 1 0-8h40a4 4 0 0 1 4 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 52h-72a36 36 0 0 0-32 19.54A36 36 0 0 0 96 52H24a4 4 0 0 0-4 4v144a4 4 0 0 0 4 4h72a28 28 0 0 1 28 28a4 4 0 0 0 8 0a28 28 0 0 1 28-28h72a4 4 0 0 0 4-4V56a4 4 0 0 0-4-4M96 196H28V60h68a28 28 0 0 1 28 28v121.4A35.94 35.94 0 0 0 96 196m132 0h-68a35.94 35.94 0 0 0-28 13.41V88a28 28 0 0 1 28-28h68ZM160 92h40a4 4 0 0 1 0 8h-40a4 4 0 0 1 0-8m44 36a4 4 0 0 1-4 4h-40a4 4 0 0 1 0-8h40a4 4 0 0 1 4 4m0 32a4 4 0 0 1-4 4h-40a4 4 0 0 1 0-8h40a4 4 0 0 1 4 4"/></svg>
</template>

CSS

.icon-book-open-text-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%2052h-72a36%2036%200%200%200-32%2019.54A36%2036%200%200%200%2096%2052H24a4%204%200%200%200-4%204v144a4%204%200%200%200%204%204h72a28%2028%200%200%201%2028%2028a4%204%200%200%200%208%200a28%2028%200%200%201%2028-28h72a4%204%200%200%200%204-4V56a4%204%200%200%200-4-4M96%20196H28V60h68a28%2028%200%200%201%2028%2028v121.4A35.94%2035.94%200%200%200%2096%20196m132%200h-68a35.94%2035.94%200%200%200-28%2013.41V88a28%2028%200%200%201%2028-28h68ZM160%2092h40a4%204%200%200%201%200%208h-40a4%204%200%200%201%200-8m44%2036a4%204%200%200%201-4%204h-40a4%204%200%200%201%200-8h40a4%204%200%200%201%204%204m0%2032a4%204%200%200%201-4%204h-40a4%204%200%200%201%200-8h40a4%204%200%200%201%204%204%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%2052h-72a36%2036%200%200%200-32%2019.54A36%2036%200%200%200%2096%2052H24a4%204%200%200%200-4%204v144a4%204%200%200%200%204%204h72a28%2028%200%200%201%2028%2028a4%204%200%200%200%208%200a28%2028%200%200%201%2028-28h72a4%204%200%200%200%204-4V56a4%204%200%200%200-4-4M96%20196H28V60h68a28%2028%200%200%201%2028%2028v121.4A35.94%2035.94%200%200%200%2096%20196m132%200h-68a35.94%2035.94%200%200%200-28%2013.41V88a28%2028%200%200%201%2028-28h68ZM160%2092h40a4%204%200%200%201%200%208h-40a4%204%200%200%201%200-8m44%2036a4%204%200%200%201-4%204h-40a4%204%200%200%201%200-8h40a4%204%200%200%201%204%204m0%2032a4%204%200%200%201-4%204h-40a4%204%200%200%201%200-8h40a4%204%200%200%201%204%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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