book open 02 icon

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

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

Related icons in Huge Icons

Use the book open 02 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M8 4.981H6c-1.886 0-2.828 0-3.414.586S2 7.096 2 8.982v6.899c0 1.5 0 2.25.382 2.775a2 2 0 0 0 .443.443c.526.382 1.275.382 2.774.382h3.352a3.11 3.11 0 0 1 3.049 2.5v-15c-.293-.39-.44-.586-.599-.754a4 4 0 0 0-2.438-1.22c-.23-.026-.475-.026-.963-.026"/><path stroke-linecap="square" d="M12 6.981v15a3.11 3.11 0 0 1 3.05-2.5h3.35c1.499 0 2.248 0 2.774-.382q.257-.186.444-.443C22 18.13 22 17.38 22 15.88v-8.4c0-.465 0-.697-.038-.89a2 2 0 0 0-1.572-1.572c-.193-.038-.425-.038-.89-.038"/><path stroke-linecap="round" d="M12 7.48s.77-4.237 5.017-5.273c.812-.198 1.218-.297 1.6.003S19 3 19 3.98v10.5c0 .87 0 1.304-.213 1.576c-.214.271-.733.398-1.77.651C12.77 17.743 12 21.981 12 21.981"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBookOpen02(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" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M8 4.981H6c-1.886 0-2.828 0-3.414.586S2 7.096 2 8.982v6.899c0 1.5 0 2.25.382 2.775a2 2 0 0 0 .443.443c.526.382 1.275.382 2.774.382h3.352a3.11 3.11 0 0 1 3.049 2.5v-15c-.293-.39-.44-.586-.599-.754a4 4 0 0 0-2.438-1.22c-.23-.026-.475-.026-.963-.026"/><path strokeLinecap="square" d="M12 6.981v15a3.11 3.11 0 0 1 3.05-2.5h3.35c1.499 0 2.248 0 2.774-.382q.257-.186.444-.443C22 18.13 22 17.38 22 15.88v-8.4c0-.465 0-.697-.038-.89a2 2 0 0 0-1.572-1.572c-.193-.038-.425-.038-.89-.038"/><path strokeLinecap="round" d="M12 7.48s.77-4.237 5.017-5.273c.812-.198 1.218-.297 1.6.003S19 3 19 3.98v10.5c0 .87 0 1.304-.213 1.576c-.214.271-.733.398-1.77.651C12.77 17.743 12 21.981 12 21.981"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M8 4.981H6c-1.886 0-2.828 0-3.414.586S2 7.096 2 8.982v6.899c0 1.5 0 2.25.382 2.775a2 2 0 0 0 .443.443c.526.382 1.275.382 2.774.382h3.352a3.11 3.11 0 0 1 3.049 2.5v-15c-.293-.39-.44-.586-.599-.754a4 4 0 0 0-2.438-1.22c-.23-.026-.475-.026-.963-.026"/><path stroke-linecap="square" d="M12 6.981v15a3.11 3.11 0 0 1 3.05-2.5h3.35c1.499 0 2.248 0 2.774-.382q.257-.186.444-.443C22 18.13 22 17.38 22 15.88v-8.4c0-.465 0-.697-.038-.89a2 2 0 0 0-1.572-1.572c-.193-.038-.425-.038-.89-.038"/><path stroke-linecap="round" d="M12 7.48s.77-4.237 5.017-5.273c.812-.198 1.218-.297 1.6.003S19 3 19 3.98v10.5c0 .87 0 1.304-.213 1.576c-.214.271-.733.398-1.77.651C12.77 17.743 12 21.981 12 21.981"/></g></svg>
</template>

CSS

.icon-book-open-02 {
  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%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%204.981H6c-1.886%200-2.828%200-3.414.586S2%207.096%202%208.982v6.899c0%201.5%200%202.25.382%202.775a2%202%200%200%200%20.443.443c.526.382%201.275.382%202.774.382h3.352a3.11%203.11%200%200%201%203.049%202.5v-15c-.293-.39-.44-.586-.599-.754a4%204%200%200%200-2.438-1.22c-.23-.026-.475-.026-.963-.026%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M12%206.981v15a3.11%203.11%200%200%201%203.05-2.5h3.35c1.499%200%202.248%200%202.774-.382q.257-.186.444-.443C22%2018.13%2022%2017.38%2022%2015.88v-8.4c0-.465%200-.697-.038-.89a2%202%200%200%200-1.572-1.572c-.193-.038-.425-.038-.89-.038%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%207.48s.77-4.237%205.017-5.273c.812-.198%201.218-.297%201.6.003S19%203%2019%203.98v10.5c0%20.87%200%201.304-.213%201.576c-.214.271-.733.398-1.77.651C12.77%2017.743%2012%2021.981%2012%2021.981%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%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%204.981H6c-1.886%200-2.828%200-3.414.586S2%207.096%202%208.982v6.899c0%201.5%200%202.25.382%202.775a2%202%200%200%200%20.443.443c.526.382%201.275.382%202.774.382h3.352a3.11%203.11%200%200%201%203.049%202.5v-15c-.293-.39-.44-.586-.599-.754a4%204%200%200%200-2.438-1.22c-.23-.026-.475-.026-.963-.026%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M12%206.981v15a3.11%203.11%200%200%201%203.05-2.5h3.35c1.499%200%202.248%200%202.774-.382q.257-.186.444-.443C22%2018.13%2022%2017.38%2022%2015.88v-8.4c0-.465%200-.697-.038-.89a2%202%200%200%200-1.572-1.572c-.193-.038-.425-.038-.89-.038%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%207.48s.77-4.237%205.017-5.273c.812-.198%201.218-.297%201.6.003S19%203%2019%203.98v10.5c0%20.87%200%201.304-.213%201.576c-.214.271-.733.398-1.77.651C12.77%2017.743%2012%2021.981%2012%2021.981%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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