book-open from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
book-open
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 9.8V20m0 0c1.31-1.964 2.192-3 4.57-3h2.832c.559 0 .839 0 1.052-.109c.581-.296.546-.924.546-1.49V6.6c0-1.165-.365-1.6-1.6-1.6h-2.6c-1.68 0-2.52 0-3.162.327C11.892 6.217 12 8.097 12 9.8c0-1.704.107-3.584-1.638-4.473C9.72 5 8.88 5 7.2 5H4.6C3.364 5 3 5.437 3 6.6v8.8c0 .568-.036 1.195.546 1.491c.214.109.493.109 1.052.109H7.43c2.377 0 3.26 1.036 4.569 3"/></svg>

React

import type { SVGProps } from "react";

export function MynauiBookOpen(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="M12 9.8V20m0 0c1.31-1.964 2.192-3 4.57-3h2.832c.559 0 .839 0 1.052-.109c.581-.296.546-.924.546-1.49V6.6c0-1.165-.365-1.6-1.6-1.6h-2.6c-1.68 0-2.52 0-3.162.327C11.892 6.217 12 8.097 12 9.8c0-1.704.107-3.584-1.638-4.473C9.72 5 8.88 5 7.2 5H4.6C3.364 5 3 5.437 3 6.6v8.8c0 .568-.036 1.195.546 1.491c.214.109.493.109 1.052.109H7.43c2.377 0 3.26 1.036 4.569 3"/></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="M12 9.8V20m0 0c1.31-1.964 2.192-3 4.57-3h2.832c.559 0 .839 0 1.052-.109c.581-.296.546-.924.546-1.49V6.6c0-1.165-.365-1.6-1.6-1.6h-2.6c-1.68 0-2.52 0-3.162.327C11.892 6.217 12 8.097 12 9.8c0-1.704.107-3.584-1.638-4.473C9.72 5 8.88 5 7.2 5H4.6C3.364 5 3 5.437 3 6.6v8.8c0 .568-.036 1.195.546 1.491c.214.109.493.109 1.052.109H7.43c2.377 0 3.26 1.036 4.569 3"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%209.8V20m0%200c1.31-1.964%202.192-3%204.57-3h2.832c.559%200%20.839%200%201.052-.109c.581-.296.546-.924.546-1.49V6.6c0-1.165-.365-1.6-1.6-1.6h-2.6c-1.68%200-2.52%200-3.162.327C11.892%206.217%2012%208.097%2012%209.8c0-1.704.107-3.584-1.638-4.473C9.72%205%208.88%205%207.2%205H4.6C3.364%205%203%205.437%203%206.6v8.8c0%20.568-.036%201.195.546%201.491c.214.109.493.109%201.052.109H7.43c2.377%200%203.26%201.036%204.569%203%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%22M12%209.8V20m0%200c1.31-1.964%202.192-3%204.57-3h2.832c.559%200%20.839%200%201.052-.109c.581-.296.546-.924.546-1.49V6.6c0-1.165-.365-1.6-1.6-1.6h-2.6c-1.68%200-2.52%200-3.162.327C11.892%206.217%2012%208.097%2012%209.8c0-1.704.107-3.584-1.638-4.473C9.72%205%208.88%205%207.2%205H4.6C3.364%205%203%205.437%203%206.6v8.8c0%20.568-.036%201.195.546%201.491c.214.109.493.109%201.052.109H7.43c2.377%200%203.26%201.036%204.569%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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