book-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
book-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage Icons

Use the book icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 16.653c0 .25-.05.5-.15.73a2 2 0 0 1-.41.62c-.181.171-.391.31-.62.41a1.9 1.9 0 0 1-.74.14a15.2 15.2 0 0 0-3.37.32a9.3 9.3 0 0 0-3.71 1.27V5.233c1.091-.52 2.26-.858 3.46-1a17.4 17.4 0 0 1 3.71-.33a1.92 1.92 0 0 1 1.3.61c.33.352.513.817.51 1.3zM11 5.233v14.91a9.25 9.25 0 0 0-3.65-1.27a16.2 16.2 0 0 0-3.43-.32a1.9 1.9 0 0 1-.74-.14a2.2 2.2 0 0 1-.62-.41a1.8 1.8 0 0 1-.41-.62a1.8 1.8 0 0 1-.15-.73v-10.9a1.9 1.9 0 0 1 1.78-1.89a17 17 0 0 1 3.79.33A10.7 10.7 0 0 1 11 5.233"/></svg>

React

import type { SVGProps } from "react";

export function MageBookFill(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="M22 16.653c0 .25-.05.5-.15.73a2 2 0 0 1-.41.62c-.181.171-.391.31-.62.41a1.9 1.9 0 0 1-.74.14a15.2 15.2 0 0 0-3.37.32a9.3 9.3 0 0 0-3.71 1.27V5.233c1.091-.52 2.26-.858 3.46-1a17.4 17.4 0 0 1 3.71-.33a1.92 1.92 0 0 1 1.3.61c.33.352.513.817.51 1.3zM11 5.233v14.91a9.25 9.25 0 0 0-3.65-1.27a16.2 16.2 0 0 0-3.43-.32a1.9 1.9 0 0 1-.74-.14a2.2 2.2 0 0 1-.62-.41a1.8 1.8 0 0 1-.41-.62a1.8 1.8 0 0 1-.15-.73v-10.9a1.9 1.9 0 0 1 1.78-1.89a17 17 0 0 1 3.79.33A10.7 10.7 0 0 1 11 5.233"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 16.653c0 .25-.05.5-.15.73a2 2 0 0 1-.41.62c-.181.171-.391.31-.62.41a1.9 1.9 0 0 1-.74.14a15.2 15.2 0 0 0-3.37.32a9.3 9.3 0 0 0-3.71 1.27V5.233c1.091-.52 2.26-.858 3.46-1a17.4 17.4 0 0 1 3.71-.33a1.92 1.92 0 0 1 1.3.61c.33.352.513.817.51 1.3zM11 5.233v14.91a9.25 9.25 0 0 0-3.65-1.27a16.2 16.2 0 0 0-3.43-.32a1.9 1.9 0 0 1-.74-.14a2.2 2.2 0 0 1-.62-.41a1.8 1.8 0 0 1-.41-.62a1.8 1.8 0 0 1-.15-.73v-10.9a1.9 1.9 0 0 1 1.78-1.89a17 17 0 0 1 3.79.33A10.7 10.7 0 0 1 11 5.233"/></svg>
</template>

CSS

.icon-book-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%22M22%2016.653c0%20.25-.05.5-.15.73a2%202%200%200%201-.41.62c-.181.171-.391.31-.62.41a1.9%201.9%200%200%201-.74.14a15.2%2015.2%200%200%200-3.37.32a9.3%209.3%200%200%200-3.71%201.27V5.233c1.091-.52%202.26-.858%203.46-1a17.4%2017.4%200%200%201%203.71-.33a1.92%201.92%200%200%201%201.3.61c.33.352.513.817.51%201.3zM11%205.233v14.91a9.25%209.25%200%200%200-3.65-1.27a16.2%2016.2%200%200%200-3.43-.32a1.9%201.9%200%200%201-.74-.14a2.2%202.2%200%200%201-.62-.41a1.8%201.8%200%200%201-.41-.62a1.8%201.8%200%200%201-.15-.73v-10.9a1.9%201.9%200%200%201%201.78-1.89a17%2017%200%200%201%203.79.33A10.7%2010.7%200%200%201%2011%205.233%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%22M22%2016.653c0%20.25-.05.5-.15.73a2%202%200%200%201-.41.62c-.181.171-.391.31-.62.41a1.9%201.9%200%200%201-.74.14a15.2%2015.2%200%200%200-3.37.32a9.3%209.3%200%200%200-3.71%201.27V5.233c1.091-.52%202.26-.858%203.46-1a17.4%2017.4%200%200%201%203.71-.33a1.92%201.92%200%200%201%201.3.61c.33.352.513.817.51%201.3zM11%205.233v14.91a9.25%209.25%200%200%200-3.65-1.27a16.2%2016.2%200%200%200-3.43-.32a1.9%201.9%200%200%201-.74-.14a2.2%202.2%200%200%201-.62-.41a1.8%201.8%200%200%201-.41-.62a1.8%201.8%200%200%201-.15-.73v-10.9a1.9%201.9%200%200%201%201.78-1.89a17%2017%200%200%201%203.79.33A10.7%2010.7%200%200%201%2011%205.233%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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