book open text icon

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

Name
book-open-text-light
Set
Phosphor
Style
Light
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 50h-72a38 38 0 0 0-32 17.55A38 38 0 0 0 96 50H24a6 6 0 0 0-6 6v144a6 6 0 0 0 6 6h72a26 26 0 0 1 26 26a6 6 0 0 0 12 0a26 26 0 0 1 26-26h72a6 6 0 0 0 6-6V56a6 6 0 0 0-6-6M96 194H30V62h66a26 26 0 0 1 26 26v116.31A37.86 37.86 0 0 0 96 194m130 0h-66a37.87 37.87 0 0 0-26 10.32V88a26 26 0 0 1 26-26h66ZM160 90h40a6 6 0 0 1 0 12h-40a6 6 0 0 1 0-12m46 38a6 6 0 0 1-6 6h-40a6 6 0 0 1 0-12h40a6 6 0 0 1 6 6m0 32a6 6 0 0 1-6 6h-40a6 6 0 0 1 0-12h40a6 6 0 0 1 6 6"/></svg>

React

import type { SVGProps } from "react";

export function PhBookOpenTextLight(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 50h-72a38 38 0 0 0-32 17.55A38 38 0 0 0 96 50H24a6 6 0 0 0-6 6v144a6 6 0 0 0 6 6h72a26 26 0 0 1 26 26a6 6 0 0 0 12 0a26 26 0 0 1 26-26h72a6 6 0 0 0 6-6V56a6 6 0 0 0-6-6M96 194H30V62h66a26 26 0 0 1 26 26v116.31A37.86 37.86 0 0 0 96 194m130 0h-66a37.87 37.87 0 0 0-26 10.32V88a26 26 0 0 1 26-26h66ZM160 90h40a6 6 0 0 1 0 12h-40a6 6 0 0 1 0-12m46 38a6 6 0 0 1-6 6h-40a6 6 0 0 1 0-12h40a6 6 0 0 1 6 6m0 32a6 6 0 0 1-6 6h-40a6 6 0 0 1 0-12h40a6 6 0 0 1 6 6"/></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 50h-72a38 38 0 0 0-32 17.55A38 38 0 0 0 96 50H24a6 6 0 0 0-6 6v144a6 6 0 0 0 6 6h72a26 26 0 0 1 26 26a6 6 0 0 0 12 0a26 26 0 0 1 26-26h72a6 6 0 0 0 6-6V56a6 6 0 0 0-6-6M96 194H30V62h66a26 26 0 0 1 26 26v116.31A37.86 37.86 0 0 0 96 194m130 0h-66a37.87 37.87 0 0 0-26 10.32V88a26 26 0 0 1 26-26h66ZM160 90h40a6 6 0 0 1 0 12h-40a6 6 0 0 1 0-12m46 38a6 6 0 0 1-6 6h-40a6 6 0 0 1 0-12h40a6 6 0 0 1 6 6m0 32a6 6 0 0 1-6 6h-40a6 6 0 0 1 0-12h40a6 6 0 0 1 6 6"/></svg>
</template>

CSS

.icon-book-open-text-light {
  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%2050h-72a38%2038%200%200%200-32%2017.55A38%2038%200%200%200%2096%2050H24a6%206%200%200%200-6%206v144a6%206%200%200%200%206%206h72a26%2026%200%200%201%2026%2026a6%206%200%200%200%2012%200a26%2026%200%200%201%2026-26h72a6%206%200%200%200%206-6V56a6%206%200%200%200-6-6M96%20194H30V62h66a26%2026%200%200%201%2026%2026v116.31A37.86%2037.86%200%200%200%2096%20194m130%200h-66a37.87%2037.87%200%200%200-26%2010.32V88a26%2026%200%200%201%2026-26h66ZM160%2090h40a6%206%200%200%201%200%2012h-40a6%206%200%200%201%200-12m46%2038a6%206%200%200%201-6%206h-40a6%206%200%200%201%200-12h40a6%206%200%200%201%206%206m0%2032a6%206%200%200%201-6%206h-40a6%206%200%200%201%200-12h40a6%206%200%200%201%206%206%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%2050h-72a38%2038%200%200%200-32%2017.55A38%2038%200%200%200%2096%2050H24a6%206%200%200%200-6%206v144a6%206%200%200%200%206%206h72a26%2026%200%200%201%2026%2026a6%206%200%200%200%2012%200a26%2026%200%200%201%2026-26h72a6%206%200%200%200%206-6V56a6%206%200%200%200-6-6M96%20194H30V62h66a26%2026%200%200%201%2026%2026v116.31A37.86%2037.86%200%200%200%2096%20194m130%200h-66a37.87%2037.87%200%200%200-26%2010.32V88a26%2026%200%200%201%2026-26h66ZM160%2090h40a6%206%200%200%201%200%2012h-40a6%206%200%200%201%200-12m46%2038a6%206%200%200%201-6%206h-40a6%206%200%200%201%200-12h40a6%206%200%200%201%206%206m0%2032a6%206%200%200%201-6%206h-40a6%206%200%200%201%200-12h40a6%206%200%200%201%206%206%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-light.svg?color=%231a73e8&size=48