book open text icon

book-open-text from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
book-open-text
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the book open text icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8 3.5H6.6c-2.168 0-3.252 0-3.926.674C2 4.847 2 5.93 2 8.1v5.3c0 2.168 0 3.253.674 3.926C3.347 18 4.43 18 6.6 18h2.35A3.11 3.11 0 0 1 12 20.5v-15c-.944-1.259-2-2-4-2m8 0h1.4c2.168 0 3.252 0 3.926.674C22 4.847 22 5.93 22 8.1v5.3c0 2.168 0 3.253-.674 3.926C20.653 18 19.568 18 17.4 18h-2.35A3.11 3.11 0 0 0 12 20.5v-15c.944-1.259 2-2 4-2m-.5 10.75h3m-3-3.5h3m-3-3.5h3m-13 7h3m-3-3.5h3m-3-3.5h3"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBookOpenText(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M8 3.5H6.6c-2.168 0-3.252 0-3.926.674C2 4.847 2 5.93 2 8.1v5.3c0 2.168 0 3.253.674 3.926C3.347 18 4.43 18 6.6 18h2.35A3.11 3.11 0 0 1 12 20.5v-15c-.944-1.259-2-2-4-2m8 0h1.4c2.168 0 3.252 0 3.926.674C22 4.847 22 5.93 22 8.1v5.3c0 2.168 0 3.253-.674 3.926C20.653 18 19.568 18 17.4 18h-2.35A3.11 3.11 0 0 0 12 20.5v-15c.944-1.259 2-2 4-2m-.5 10.75h3m-3-3.5h3m-3-3.5h3m-13 7h3m-3-3.5h3m-3-3.5h3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8 3.5H6.6c-2.168 0-3.252 0-3.926.674C2 4.847 2 5.93 2 8.1v5.3c0 2.168 0 3.253.674 3.926C3.347 18 4.43 18 6.6 18h2.35A3.11 3.11 0 0 1 12 20.5v-15c-.944-1.259-2-2-4-2m8 0h1.4c2.168 0 3.252 0 3.926.674C22 4.847 22 5.93 22 8.1v5.3c0 2.168 0 3.253-.674 3.926C20.653 18 19.568 18 17.4 18h-2.35A3.11 3.11 0 0 0 12 20.5v-15c.944-1.259 2-2 4-2m-.5 10.75h3m-3-3.5h3m-3-3.5h3m-13 7h3m-3-3.5h3m-3-3.5h3"/></svg>
</template>

CSS

.icon-book-open-text {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8%203.5H6.6c-2.168%200-3.252%200-3.926.674C2%204.847%202%205.93%202%208.1v5.3c0%202.168%200%203.253.674%203.926C3.347%2018%204.43%2018%206.6%2018h2.35A3.11%203.11%200%200%201%2012%2020.5v-15c-.944-1.259-2-2-4-2m8%200h1.4c2.168%200%203.252%200%203.926.674C22%204.847%2022%205.93%2022%208.1v5.3c0%202.168%200%203.253-.674%203.926C20.653%2018%2019.568%2018%2017.4%2018h-2.35A3.11%203.11%200%200%200%2012%2020.5v-15c.944-1.259%202-2%204-2m-.5%2010.75h3m-3-3.5h3m-3-3.5h3m-13%207h3m-3-3.5h3m-3-3.5h3%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8%203.5H6.6c-2.168%200-3.252%200-3.926.674C2%204.847%202%205.93%202%208.1v5.3c0%202.168%200%203.253.674%203.926C3.347%2018%204.43%2018%206.6%2018h2.35A3.11%203.11%200%200%201%2012%2020.5v-15c-.944-1.259-2-2-4-2m8%200h1.4c2.168%200%203.252%200%203.926.674C22%204.847%2022%205.93%2022%208.1v5.3c0%202.168%200%203.253-.674%203.926C20.653%2018%2019.568%2018%2017.4%2018h-2.35A3.11%203.11%200%200%200%2012%2020.5v-15c.944-1.259%202-2%204-2m-.5%2010.75h3m-3-3.5h3m-3-3.5h3m-13%207h3m-3-3.5h3m-3-3.5h3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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