book open check icon

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

Name
book-open-check
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 check 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 3H6.6c-2.168 0-3.252 0-3.926.674C2 4.347 2 5.43 2 7.6v5.3c0 2.168 0 3.253.674 3.926c.673.674 1.757.674 3.926.674h2.35A3.11 3.11 0 0 1 12 20V5c-.944-1.259-2-2-4-2m4 17V5c.944-1.259 2-2 4-2h1.4c2.168 0 3.252 0 3.926.674C22 4.347 22 5.43 22 7.6V13m-6.5 6s1 .5 1.625 2c0 0 2.58-3.75 4.875-4.5"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBookOpenCheck(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 3H6.6c-2.168 0-3.252 0-3.926.674C2 4.347 2 5.43 2 7.6v5.3c0 2.168 0 3.253.674 3.926c.673.674 1.757.674 3.926.674h2.35A3.11 3.11 0 0 1 12 20V5c-.944-1.259-2-2-4-2m4 17V5c.944-1.259 2-2 4-2h1.4c2.168 0 3.252 0 3.926.674C22 4.347 22 5.43 22 7.6V13m-6.5 6s1 .5 1.625 2c0 0 2.58-3.75 4.875-4.5"/></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 3H6.6c-2.168 0-3.252 0-3.926.674C2 4.347 2 5.43 2 7.6v5.3c0 2.168 0 3.253.674 3.926c.673.674 1.757.674 3.926.674h2.35A3.11 3.11 0 0 1 12 20V5c-.944-1.259-2-2-4-2m4 17V5c.944-1.259 2-2 4-2h1.4c2.168 0 3.252 0 3.926.674C22 4.347 22 5.43 22 7.6V13m-6.5 6s1 .5 1.625 2c0 0 2.58-3.75 4.875-4.5"/></svg>
</template>

CSS

.icon-book-open-check {
  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%203H6.6c-2.168%200-3.252%200-3.926.674C2%204.347%202%205.43%202%207.6v5.3c0%202.168%200%203.253.674%203.926c.673.674%201.757.674%203.926.674h2.35A3.11%203.11%200%200%201%2012%2020V5c-.944-1.259-2-2-4-2m4%2017V5c.944-1.259%202-2%204-2h1.4c2.168%200%203.252%200%203.926.674C22%204.347%2022%205.43%2022%207.6V13m-6.5%206s1%20.5%201.625%202c0%200%202.58-3.75%204.875-4.5%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%203H6.6c-2.168%200-3.252%200-3.926.674C2%204.347%202%205.43%202%207.6v5.3c0%202.168%200%203.253.674%203.926c.673.674%201.757.674%203.926.674h2.35A3.11%203.11%200%200%201%2012%2020V5c-.944-1.259-2-2-4-2m4%2017V5c.944-1.259%202-2%204-2h1.4c2.168%200%203.252%200%203.926.674C22%204.347%2022%205.43%2022%207.6V13m-6.5%206s1%20.5%201.625%202c0%200%202.58-3.75%204.875-4.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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