book open icon

book-open from Unicons by Iconscout · Line · Education · Apache-2.0 Free for personal and commercial use.

Name
book-open
Set
Unicons
Style
Line
Category
Education
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More education icons from Unicons

Use the book open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.17 2.06A13 13 0 0 0 19 1.87a12.94 12.94 0 0 0-7 2.05a12.94 12.94 0 0 0-7-2a13 13 0 0 0-2.17.19a1 1 0 0 0-.83 1v12a1 1 0 0 0 1.17 1a10.9 10.9 0 0 1 8.25 1.91l.12.07h.11a.9.9 0 0 0 .7 0h.11l.12-.07A10.9 10.9 0 0 1 20.83 16A1 1 0 0 0 22 15V3a1 1 0 0 0-.83-.94M11 15.35a12.9 12.9 0 0 0-6-1.48H4v-10a9 9 0 0 1 1 0a10.86 10.86 0 0 1 6 1.8Zm9-1.44h-1a12.9 12.9 0 0 0-6 1.48V5.67a10.86 10.86 0 0 1 6-1.8a9 9 0 0 1 1 0Zm1.17 4.15a13 13 0 0 0-2.17-.19a12.94 12.94 0 0 0-7 2.05a12.94 12.94 0 0 0-7-2.05a13 13 0 0 0-2.17.19A1 1 0 0 0 2 19.21a1 1 0 0 0 1.17.79a10.9 10.9 0 0 1 8.25 1.91a1 1 0 0 0 1.16 0A10.9 10.9 0 0 1 20.83 20a1 1 0 0 0 1.17-.79a1 1 0 0 0-.83-1.15"/></svg>

React

import type { SVGProps } from "react";

export function UilBookOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.17 2.06A13 13 0 0 0 19 1.87a12.94 12.94 0 0 0-7 2.05a12.94 12.94 0 0 0-7-2a13 13 0 0 0-2.17.19a1 1 0 0 0-.83 1v12a1 1 0 0 0 1.17 1a10.9 10.9 0 0 1 8.25 1.91l.12.07h.11a.9.9 0 0 0 .7 0h.11l.12-.07A10.9 10.9 0 0 1 20.83 16A1 1 0 0 0 22 15V3a1 1 0 0 0-.83-.94M11 15.35a12.9 12.9 0 0 0-6-1.48H4v-10a9 9 0 0 1 1 0a10.86 10.86 0 0 1 6 1.8Zm9-1.44h-1a12.9 12.9 0 0 0-6 1.48V5.67a10.86 10.86 0 0 1 6-1.8a9 9 0 0 1 1 0Zm1.17 4.15a13 13 0 0 0-2.17-.19a12.94 12.94 0 0 0-7 2.05a12.94 12.94 0 0 0-7-2.05a13 13 0 0 0-2.17.19A1 1 0 0 0 2 19.21a1 1 0 0 0 1.17.79a10.9 10.9 0 0 1 8.25 1.91a1 1 0 0 0 1.16 0A10.9 10.9 0 0 1 20.83 20a1 1 0 0 0 1.17-.79a1 1 0 0 0-.83-1.15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.17 2.06A13 13 0 0 0 19 1.87a12.94 12.94 0 0 0-7 2.05a12.94 12.94 0 0 0-7-2a13 13 0 0 0-2.17.19a1 1 0 0 0-.83 1v12a1 1 0 0 0 1.17 1a10.9 10.9 0 0 1 8.25 1.91l.12.07h.11a.9.9 0 0 0 .7 0h.11l.12-.07A10.9 10.9 0 0 1 20.83 16A1 1 0 0 0 22 15V3a1 1 0 0 0-.83-.94M11 15.35a12.9 12.9 0 0 0-6-1.48H4v-10a9 9 0 0 1 1 0a10.86 10.86 0 0 1 6 1.8Zm9-1.44h-1a12.9 12.9 0 0 0-6 1.48V5.67a10.86 10.86 0 0 1 6-1.8a9 9 0 0 1 1 0Zm1.17 4.15a13 13 0 0 0-2.17-.19a12.94 12.94 0 0 0-7 2.05a12.94 12.94 0 0 0-7-2.05a13 13 0 0 0-2.17.19A1 1 0 0 0 2 19.21a1 1 0 0 0 1.17.79a10.9 10.9 0 0 1 8.25 1.91a1 1 0 0 0 1.16 0A10.9 10.9 0 0 1 20.83 20a1 1 0 0 0 1.17-.79a1 1 0 0 0-.83-1.15"/></svg>
</template>

CSS

.icon-book-open {
  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%22currentColor%22%20d%3D%22M21.17%202.06A13%2013%200%200%200%2019%201.87a12.94%2012.94%200%200%200-7%202.05a12.94%2012.94%200%200%200-7-2a13%2013%200%200%200-2.17.19a1%201%200%200%200-.83%201v12a1%201%200%200%200%201.17%201a10.9%2010.9%200%200%201%208.25%201.91l.12.07h.11a.9.9%200%200%200%20.7%200h.11l.12-.07A10.9%2010.9%200%200%201%2020.83%2016A1%201%200%200%200%2022%2015V3a1%201%200%200%200-.83-.94M11%2015.35a12.9%2012.9%200%200%200-6-1.48H4v-10a9%209%200%200%201%201%200a10.86%2010.86%200%200%201%206%201.8Zm9-1.44h-1a12.9%2012.9%200%200%200-6%201.48V5.67a10.86%2010.86%200%200%201%206-1.8a9%209%200%200%201%201%200Zm1.17%204.15a13%2013%200%200%200-2.17-.19a12.94%2012.94%200%200%200-7%202.05a12.94%2012.94%200%200%200-7-2.05a13%2013%200%200%200-2.17.19A1%201%200%200%200%202%2019.21a1%201%200%200%200%201.17.79a10.9%2010.9%200%200%201%208.25%201.91a1%201%200%200%200%201.16%200A10.9%2010.9%200%200%201%2020.83%2020a1%201%200%200%200%201.17-.79a1%201%200%200%200-.83-1.15%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%22currentColor%22%20d%3D%22M21.17%202.06A13%2013%200%200%200%2019%201.87a12.94%2012.94%200%200%200-7%202.05a12.94%2012.94%200%200%200-7-2a13%2013%200%200%200-2.17.19a1%201%200%200%200-.83%201v12a1%201%200%200%200%201.17%201a10.9%2010.9%200%200%201%208.25%201.91l.12.07h.11a.9.9%200%200%200%20.7%200h.11l.12-.07A10.9%2010.9%200%200%201%2020.83%2016A1%201%200%200%200%2022%2015V3a1%201%200%200%200-.83-.94M11%2015.35a12.9%2012.9%200%200%200-6-1.48H4v-10a9%209%200%200%201%201%200a10.86%2010.86%200%200%201%206%201.8Zm9-1.44h-1a12.9%2012.9%200%200%200-6%201.48V5.67a10.86%2010.86%200%200%201%206-1.8a9%209%200%200%201%201%200Zm1.17%204.15a13%2013%200%200%200-2.17-.19a12.94%2012.94%200%200%200-7%202.05a12.94%2012.94%200%200%200-7-2.05a13%2013%200%200%200-2.17.19A1%201%200%200%200%202%2019.21a1%201%200%200%200%201.17.79a10.9%2010.9%200%200%201%208.25%201.91a1%201%200%200%200%201.16%200A10.9%2010.9%200%200%201%2020.83%2020a1%201%200%200%200%201.17-.79a1%201%200%200%200-.83-1.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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