book-6-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
book-6-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the book 6 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m11.4 20.8l-.007-.005l-.05-.036a8 8 0 0 0-1.074-.601c-.734-.339-1.712-.658-2.769-.658c-1.279 0-2.438.468-3.18.862a1.59 1.59 0 0 1-1.514-.02A1.53 1.53 0 0 1 2 19V6.5c0-.621.295-1.263.898-1.629C3.672 4.401 5.414 3.5 7.5 3.5c1.443 0 2.715.43 3.607.842c.354.164.656.328.893.468c.237-.14.539-.304.893-.468c.892-.411 2.164-.842 3.607-.842c2.086 0 3.828.9 4.602 1.371c.603.366.898 1.008.898 1.629V19c0 .633-.379 1.106-.806 1.342a1.59 1.59 0 0 1-1.515.02c-.741-.394-1.9-.862-3.179-.862c-1.057 0-2.035.32-2.768.658a8 8 0 0 0-1.074.601l-.05.036l-.008.005a1 1 0 0 1-1.198.002" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBook6Fill(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" fillRule="evenodd" d="m11.4 20.8l-.007-.005l-.05-.036a8 8 0 0 0-1.074-.601c-.734-.339-1.712-.658-2.769-.658c-1.279 0-2.438.468-3.18.862a1.59 1.59 0 0 1-1.514-.02A1.53 1.53 0 0 1 2 19V6.5c0-.621.295-1.263.898-1.629C3.672 4.401 5.414 3.5 7.5 3.5c1.443 0 2.715.43 3.607.842c.354.164.656.328.893.468c.237-.14.539-.304.893-.468c.892-.411 2.164-.842 3.607-.842c2.086 0 3.828.9 4.602 1.371c.603.366.898 1.008.898 1.629V19c0 .633-.379 1.106-.806 1.342a1.59 1.59 0 0 1-1.515.02c-.741-.394-1.9-.862-3.179-.862c-1.057 0-2.035.32-2.768.658a8 8 0 0 0-1.074.601l-.05.036l-.008.005a1 1 0 0 1-1.198.002" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="m11.4 20.8l-.007-.005l-.05-.036a8 8 0 0 0-1.074-.601c-.734-.339-1.712-.658-2.769-.658c-1.279 0-2.438.468-3.18.862a1.59 1.59 0 0 1-1.514-.02A1.53 1.53 0 0 1 2 19V6.5c0-.621.295-1.263.898-1.629C3.672 4.401 5.414 3.5 7.5 3.5c1.443 0 2.715.43 3.607.842c.354.164.656.328.893.468c.237-.14.539-.304.893-.468c.892-.411 2.164-.842 3.607-.842c2.086 0 3.828.9 4.602 1.371c.603.366.898 1.008.898 1.629V19c0 .633-.379 1.106-.806 1.342a1.59 1.59 0 0 1-1.515.02c-.741-.394-1.9-.862-3.179-.862c-1.057 0-2.035.32-2.768.658a8 8 0 0 0-1.074.601l-.05.036l-.008.005a1 1 0 0 1-1.198.002" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-book-6-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22m11.4%2020.8l-.007-.005l-.05-.036a8%208%200%200%200-1.074-.601c-.734-.339-1.712-.658-2.769-.658c-1.279%200-2.438.468-3.18.862a1.59%201.59%200%200%201-1.514-.02A1.53%201.53%200%200%201%202%2019V6.5c0-.621.295-1.263.898-1.629C3.672%204.401%205.414%203.5%207.5%203.5c1.443%200%202.715.43%203.607.842c.354.164.656.328.893.468c.237-.14.539-.304.893-.468c.892-.411%202.164-.842%203.607-.842c2.086%200%203.828.9%204.602%201.371c.603.366.898%201.008.898%201.629V19c0%20.633-.379%201.106-.806%201.342a1.59%201.59%200%200%201-1.515.02c-.741-.394-1.9-.862-3.179-.862c-1.057%200-2.035.32-2.768.658a8%208%200%200%200-1.074.601l-.05.036l-.008.005a1%201%200%200%201-1.198.002%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22m11.4%2020.8l-.007-.005l-.05-.036a8%208%200%200%200-1.074-.601c-.734-.339-1.712-.658-2.769-.658c-1.279%200-2.438.468-3.18.862a1.59%201.59%200%200%201-1.514-.02A1.53%201.53%200%200%201%202%2019V6.5c0-.621.295-1.263.898-1.629C3.672%204.401%205.414%203.5%207.5%203.5c1.443%200%202.715.43%203.607.842c.354.164.656.328.893.468c.237-.14.539-.304.893-.468c.892-.411%202.164-.842%203.607-.842c2.086%200%203.828.9%204.602%201.371c.603.366.898%201.008.898%201.629V19c0%20.633-.379%201.106-.806%201.342a1.59%201.59%200%200%201-1.515.02c-.741-.394-1.9-.862-3.179-.862c-1.057%200-2.035.32-2.768.658a8%208%200%200%200-1.074.601l-.05.036l-.008.005a1%201%200%200%201-1.198.002%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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