book 2 ai icon
book-2-ai-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- book-2-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 2 ai icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 2a2 2 0 0 1 2 2v12.99c0 .168-.038.322-.113.472l-.545 1.09a1 1 0 0 0 0 .895l.544 1.088A1 1 0 0 1 19 22H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zM7 18a1 1 0 1 0 0 2h10.407a3 3 0 0 1 0-2zm9-7c-.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 11m-5-6a1 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 11 5"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteBook2AiFill(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="M18 2a2 2 0 0 1 2 2v12.99c0 .168-.038.322-.113.472l-.545 1.09a1 1 0 0 0 0 .895l.544 1.088A1 1 0 0 1 19 22H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zM7 18a1 1 0 1 0 0 2h10.407a3 3 0 0 1 0-2zm9-7c-.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 11m-5-6a1 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 11 5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 2a2 2 0 0 1 2 2v12.99c0 .168-.038.322-.113.472l-.545 1.09a1 1 0 0 0 0 .895l.544 1.088A1 1 0 0 1 19 22H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zM7 18a1 1 0 1 0 0 2h10.407a3 3 0 0 1 0-2zm9-7c-.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 11m-5-6a1 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 11 5"/></svg> </template>
CSS
.icon-book-2-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%22M18%202a2%202%200%200%201%202%202v12.99c0%20.168-.038.322-.113.472l-.545%201.09a1%201%200%200%200%200%20.895l.544%201.088A1%201%200%200%201%2019%2022H7a3%203%200%200%201-3-3V5a3%203%200%200%201%203-3zM7%2018a1%201%200%201%200%200%202h10.407a3%203%200%200%201%200-2zm9-7c-.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%2011m-5-6a1%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%2011%205%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%22M18%202a2%202%200%200%201%202%202v12.99c0%20.168-.038.322-.113.472l-.545%201.09a1%201%200%200%200%200%20.895l.544%201.088A1%201%200%200%201%2019%2022H7a3%203%200%200%201-3-3V5a3%203%200%200%201%203-3zM7%2018a1%201%200%201%200%200%202h10.407a3%203%200%200%201%200-2zm9-7c-.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%2011m-5-6a1%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%2011%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/book-2-ai-fill.svg?color=%231a73e8&size=48