ai book open icon

ai-book-open from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
ai-book-open
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the ai book open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12 6.5V22c0-1.657-2.686-3-6-3c-1.537 0-2.938.29-4 .764v-15.5S3 3.5 6 3.5c3.314 0 6 1.343 6 3"/><path stroke="currentColor" stroke-width="2" d="m19.25 3l.52 1.23l1.23.52l-1.23.52l-.52 1.23l-.52-1.23l-1.23-.52l1.23-.52z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M12 22V6.5M12 22c0-1.657 2.686-3 6-3c1.537 0 2.939.29 4 .764V10M12 22c0-1.657-2.686-3-6-3c-1.537 0-2.938.29-4 .764v-15.5S3 3.5 6 3.5c3.314 0 6 1.343 6 3m0 0c0-.613.368-1.184 1-1.659"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignAiBookOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12 6.5V22c0-1.657-2.686-3-6-3c-1.537 0-2.938.29-4 .764v-15.5S3 3.5 6 3.5c3.314 0 6 1.343 6 3"/><path stroke="currentColor" strokeWidth="2" d="m19.25 3l.52 1.23l1.23.52l-1.23.52l-.52 1.23l-.52-1.23l-1.23-.52l1.23-.52z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M12 22V6.5M12 22c0-1.657 2.686-3 6-3c1.537 0 2.939.29 4 .764V10M12 22c0-1.657-2.686-3-6-3c-1.537 0-2.938.29-4 .764v-15.5S3 3.5 6 3.5c3.314 0 6 1.343 6 3m0 0c0-.613.368-1.184 1-1.659"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12 6.5V22c0-1.657-2.686-3-6-3c-1.537 0-2.938.29-4 .764v-15.5S3 3.5 6 3.5c3.314 0 6 1.343 6 3"/><path stroke="currentColor" stroke-width="2" d="m19.25 3l.52 1.23l1.23.52l-1.23.52l-.52 1.23l-.52-1.23l-1.23-.52l1.23-.52z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M12 22V6.5M12 22c0-1.657 2.686-3 6-3c1.537 0 2.939.29 4 .764V10M12 22c0-1.657-2.686-3-6-3c-1.537 0-2.938.29-4 .764v-15.5S3 3.5 6 3.5c3.314 0 6 1.343 6 3m0 0c0-.613.368-1.184 1-1.659"/></g></svg>
</template>

CSS

.icon-ai-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M12%206.5V22c0-1.657-2.686-3-6-3c-1.537%200-2.938.29-4%20.764v-15.5S3%203.5%206%203.5c3.314%200%206%201.343%206%203%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22m19.25%203l.52%201.23l1.23.52l-1.23.52l-.52%201.23l-.52-1.23l-1.23-.52l1.23-.52z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M12%2022V6.5M12%2022c0-1.657%202.686-3%206-3c1.537%200%202.939.29%204%20.764V10M12%2022c0-1.657-2.686-3-6-3c-1.537%200-2.938.29-4%20.764v-15.5S3%203.5%206%203.5c3.314%200%206%201.343%206%203m0%200c0-.613.368-1.184%201-1.659%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M12%206.5V22c0-1.657-2.686-3-6-3c-1.537%200-2.938.29-4%20.764v-15.5S3%203.5%206%203.5c3.314%200%206%201.343%206%203%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22m19.25%203l.52%201.23l1.23.52l-1.23.52l-.52%201.23l-.52-1.23l-1.23-.52l1.23-.52z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M12%2022V6.5M12%2022c0-1.657%202.686-3%206-3c1.537%200%202.939.29%204%20.764V10M12%2022c0-1.657-2.686-3-6-3c-1.537%200-2.938.29-4%20.764v-15.5S3%203.5%206%203.5c3.314%200%206%201.343%206%203m0%200c0-.613.368-1.184%201-1.659%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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