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

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

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the book 6 ai icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 3.5c2.086 0 3.828.9 4.602 1.371c.603.366.898 1.008.898 1.629V19c0 .633-.379 1.106-.807 1.342a1.59 1.59 0 0 1-1.513.02c-.742-.395-1.901-.862-3.18-.862c-1.057 0-2.035.32-2.769.658a8 8 0 0 0-1.073.6l-.05.037l-.008.006a1 1 0 0 1-1.198 0l-.01-.006l-.05-.036a8 8 0 0 0-1.073-.6c-.734-.34-1.712-.659-2.769-.659c-1.279 0-2.438.467-3.18.861a1.59 1.59 0 0 1-1.513-.02A1.53 1.53 0 0 1 2 19V6.5c0-.621.295-1.263.897-1.629C3.672 4.401 5.414 3.5 7.5 3.5c1.443 0 2.715.43 3.606.842c.355.164.657.328.894.468c.237-.14.539-.304.894-.468c.89-.412 2.163-.842 3.606-.842M16 12c-.362 0-.6.188-.695.278c-.12.114-.19.247-.268.39a1 1 0 0 1-.4.387c-.134.07-.257.142-.363.255a1.01 1.01 0 0 0 0 1.381c.103.111.231.185.364.255c.187.102.32.241.4.386c.076.143.146.277.267.39a1.01 1.01 0 0 0 1.389.002c.121-.115.191-.248.269-.392a1 1 0 0 1 .4-.386c.133-.073.258-.141.364-.255a1.014 1.014 0 0 0 0-1.38a1.4 1.4 0 0 0-.365-.256a1 1 0 0 1-.4-.387a1.4 1.4 0 0 0-.268-.39A1 1 0 0 0 16 12M9 8a1 1 0 0 0-.946.677l-.13.378c-.3.879-.99 1.57-1.87 1.87l-.377.129a1 1 0 0 0 0 1.892l.378.13c.879.3 1.57.99 1.87 1.87l.129.377a1 1 0 0 0 1.892 0l.13-.378c.3-.879.99-1.57 1.87-1.87l.377-.129a1 1 0 0 0 0-1.892l-.378-.13a3 3 0 0 1-1.87-1.87l-.129-.377A1 1 0 0 0 9 8"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBook6AiFill(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" d="M16.5 3.5c2.086 0 3.828.9 4.602 1.371c.603.366.898 1.008.898 1.629V19c0 .633-.379 1.106-.807 1.342a1.59 1.59 0 0 1-1.513.02c-.742-.395-1.901-.862-3.18-.862c-1.057 0-2.035.32-2.769.658a8 8 0 0 0-1.073.6l-.05.037l-.008.006a1 1 0 0 1-1.198 0l-.01-.006l-.05-.036a8 8 0 0 0-1.073-.6c-.734-.34-1.712-.659-2.769-.659c-1.279 0-2.438.467-3.18.861a1.59 1.59 0 0 1-1.513-.02A1.53 1.53 0 0 1 2 19V6.5c0-.621.295-1.263.897-1.629C3.672 4.401 5.414 3.5 7.5 3.5c1.443 0 2.715.43 3.606.842c.355.164.657.328.894.468c.237-.14.539-.304.894-.468c.89-.412 2.163-.842 3.606-.842M16 12c-.362 0-.6.188-.695.278c-.12.114-.19.247-.268.39a1 1 0 0 1-.4.387c-.134.07-.257.142-.363.255a1.01 1.01 0 0 0 0 1.381c.103.111.231.185.364.255c.187.102.32.241.4.386c.076.143.146.277.267.39a1.01 1.01 0 0 0 1.389.002c.121-.115.191-.248.269-.392a1 1 0 0 1 .4-.386c.133-.073.258-.141.364-.255a1.014 1.014 0 0 0 0-1.38a1.4 1.4 0 0 0-.365-.256a1 1 0 0 1-.4-.387a1.4 1.4 0 0 0-.268-.39A1 1 0 0 0 16 12M9 8a1 1 0 0 0-.946.677l-.13.378c-.3.879-.99 1.57-1.87 1.87l-.377.129a1 1 0 0 0 0 1.892l.378.13c.879.3 1.57.99 1.87 1.87l.129.377a1 1 0 0 0 1.892 0l.13-.378c.3-.879.99-1.57 1.87-1.87l.377-.129a1 1 0 0 0 0-1.892l-.378-.13a3 3 0 0 1-1.87-1.87l-.129-.377A1 1 0 0 0 9 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 3.5c2.086 0 3.828.9 4.602 1.371c.603.366.898 1.008.898 1.629V19c0 .633-.379 1.106-.807 1.342a1.59 1.59 0 0 1-1.513.02c-.742-.395-1.901-.862-3.18-.862c-1.057 0-2.035.32-2.769.658a8 8 0 0 0-1.073.6l-.05.037l-.008.006a1 1 0 0 1-1.198 0l-.01-.006l-.05-.036a8 8 0 0 0-1.073-.6c-.734-.34-1.712-.659-2.769-.659c-1.279 0-2.438.467-3.18.861a1.59 1.59 0 0 1-1.513-.02A1.53 1.53 0 0 1 2 19V6.5c0-.621.295-1.263.897-1.629C3.672 4.401 5.414 3.5 7.5 3.5c1.443 0 2.715.43 3.606.842c.355.164.657.328.894.468c.237-.14.539-.304.894-.468c.89-.412 2.163-.842 3.606-.842M16 12c-.362 0-.6.188-.695.278c-.12.114-.19.247-.268.39a1 1 0 0 1-.4.387c-.134.07-.257.142-.363.255a1.01 1.01 0 0 0 0 1.381c.103.111.231.185.364.255c.187.102.32.241.4.386c.076.143.146.277.267.39a1.01 1.01 0 0 0 1.389.002c.121-.115.191-.248.269-.392a1 1 0 0 1 .4-.386c.133-.073.258-.141.364-.255a1.014 1.014 0 0 0 0-1.38a1.4 1.4 0 0 0-.365-.256a1 1 0 0 1-.4-.387a1.4 1.4 0 0 0-.268-.39A1 1 0 0 0 16 12M9 8a1 1 0 0 0-.946.677l-.13.378c-.3.879-.99 1.57-1.87 1.87l-.377.129a1 1 0 0 0 0 1.892l.378.13c.879.3 1.57.99 1.87 1.87l.129.377a1 1 0 0 0 1.892 0l.13-.378c.3-.879.99-1.57 1.87-1.87l.377-.129a1 1 0 0 0 0-1.892l-.378-.13a3 3 0 0 1-1.87-1.87l-.129-.377A1 1 0 0 0 9 8"/></svg>
</template>

CSS

.icon-book-6-ai-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%20d%3D%22M16.5%203.5c2.086%200%203.828.9%204.602%201.371c.603.366.898%201.008.898%201.629V19c0%20.633-.379%201.106-.807%201.342a1.59%201.59%200%200%201-1.513.02c-.742-.395-1.901-.862-3.18-.862c-1.057%200-2.035.32-2.769.658a8%208%200%200%200-1.073.6l-.05.037l-.008.006a1%201%200%200%201-1.198%200l-.01-.006l-.05-.036a8%208%200%200%200-1.073-.6c-.734-.34-1.712-.659-2.769-.659c-1.279%200-2.438.467-3.18.861a1.59%201.59%200%200%201-1.513-.02A1.53%201.53%200%200%201%202%2019V6.5c0-.621.295-1.263.897-1.629C3.672%204.401%205.414%203.5%207.5%203.5c1.443%200%202.715.43%203.606.842c.355.164.657.328.894.468c.237-.14.539-.304.894-.468c.89-.412%202.163-.842%203.606-.842M16%2012c-.362%200-.6.188-.695.278c-.12.114-.19.247-.268.39a1%201%200%200%201-.4.387c-.134.07-.257.142-.363.255a1.01%201.01%200%200%200%200%201.381c.103.111.231.185.364.255c.187.102.32.241.4.386c.076.143.146.277.267.39a1.01%201.01%200%200%200%201.389.002c.121-.115.191-.248.269-.392a1%201%200%200%201%20.4-.386c.133-.073.258-.141.364-.255a1.014%201.014%200%200%200%200-1.38a1.4%201.4%200%200%200-.365-.256a1%201%200%200%201-.4-.387a1.4%201.4%200%200%200-.268-.39A1%201%200%200%200%2016%2012M9%208a1%201%200%200%200-.946.677l-.13.378c-.3.879-.99%201.57-1.87%201.87l-.377.129a1%201%200%200%200%200%201.892l.378.13c.879.3%201.57.99%201.87%201.87l.129.377a1%201%200%200%200%201.892%200l.13-.378c.3-.879.99-1.57%201.87-1.87l.377-.129a1%201%200%200%200%200-1.892l-.378-.13a3%203%200%200%201-1.87-1.87l-.129-.377A1%201%200%200%200%209%208%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%20d%3D%22M16.5%203.5c2.086%200%203.828.9%204.602%201.371c.603.366.898%201.008.898%201.629V19c0%20.633-.379%201.106-.807%201.342a1.59%201.59%200%200%201-1.513.02c-.742-.395-1.901-.862-3.18-.862c-1.057%200-2.035.32-2.769.658a8%208%200%200%200-1.073.6l-.05.037l-.008.006a1%201%200%200%201-1.198%200l-.01-.006l-.05-.036a8%208%200%200%200-1.073-.6c-.734-.34-1.712-.659-2.769-.659c-1.279%200-2.438.467-3.18.861a1.59%201.59%200%200%201-1.513-.02A1.53%201.53%200%200%201%202%2019V6.5c0-.621.295-1.263.897-1.629C3.672%204.401%205.414%203.5%207.5%203.5c1.443%200%202.715.43%203.606.842c.355.164.657.328.894.468c.237-.14.539-.304.894-.468c.89-.412%202.163-.842%203.606-.842M16%2012c-.362%200-.6.188-.695.278c-.12.114-.19.247-.268.39a1%201%200%200%201-.4.387c-.134.07-.257.142-.363.255a1.01%201.01%200%200%200%200%201.381c.103.111.231.185.364.255c.187.102.32.241.4.386c.076.143.146.277.267.39a1.01%201.01%200%200%200%201.389.002c.121-.115.191-.248.269-.392a1%201%200%200%201%20.4-.386c.133-.073.258-.141.364-.255a1.014%201.014%200%200%200%200-1.38a1.4%201.4%200%200%200-.365-.256a1%201%200%200%201-.4-.387a1.4%201.4%200%200%200-.268-.39A1%201%200%200%200%2016%2012M9%208a1%201%200%200%200-.946.677l-.13.378c-.3.879-.99%201.57-1.87%201.87l-.377.129a1%201%200%200%200%200%201.892l.378.13c.879.3%201.57.99%201.87%201.87l.129.377a1%201%200%200%200%201.892%200l.13-.378c.3-.879.99-1.57%201.87-1.87l.377-.129a1%201%200%200%200%200-1.892l-.378-.13a3%203%200%200%201-1.87-1.87l-.129-.377A1%201%200%200%200%209%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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