book-3 from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
book-3
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
book-3-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the book 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.616 21q-1.091 0-1.853-.763T5 18.386V6q0-1.239.868-2.12T8 3h11v13.77q-.688 0-1.152.475t-.463 1.14q0 .688.463 1.151T19 20v1zm1.436-8.23h.821l.587-1.584h3.056l.586 1.583h.802l-2.458-6.538h-.923zm1.68-2.34l1.257-3.36h.017l1.236 3.36zM7.617 20h9.363q-.285-.33-.44-.732q-.155-.4-.155-.884q0-.457.152-.87t.443-.745H7.616q-.689 0-1.152.476T6 18.385q0 .688.464 1.151T7.616 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBook3(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="M7.616 21q-1.091 0-1.853-.763T5 18.386V6q0-1.239.868-2.12T8 3h11v13.77q-.688 0-1.152.475t-.463 1.14q0 .688.463 1.151T19 20v1zm1.436-8.23h.821l.587-1.584h3.056l.586 1.583h.802l-2.458-6.538h-.923zm1.68-2.34l1.257-3.36h.017l1.236 3.36zM7.617 20h9.363q-.285-.33-.44-.732q-.155-.4-.155-.884q0-.457.152-.87t.443-.745H7.616q-.689 0-1.152.476T6 18.385q0 .688.464 1.151T7.616 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.616 21q-1.091 0-1.853-.763T5 18.386V6q0-1.239.868-2.12T8 3h11v13.77q-.688 0-1.152.475t-.463 1.14q0 .688.463 1.151T19 20v1zm1.436-8.23h.821l.587-1.584h3.056l.586 1.583h.802l-2.458-6.538h-.923zm1.68-2.34l1.257-3.36h.017l1.236 3.36zM7.617 20h9.363q-.285-.33-.44-.732q-.155-.4-.155-.884q0-.457.152-.87t.443-.745H7.616q-.689 0-1.152.476T6 18.385q0 .688.464 1.151T7.616 20"/></svg>
</template>

CSS

.icon-book-3 {
  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%22M7.616%2021q-1.091%200-1.853-.763T5%2018.386V6q0-1.239.868-2.12T8%203h11v13.77q-.688%200-1.152.475t-.463%201.14q0%20.688.463%201.151T19%2020v1zm1.436-8.23h.821l.587-1.584h3.056l.586%201.583h.802l-2.458-6.538h-.923zm1.68-2.34l1.257-3.36h.017l1.236%203.36zM7.617%2020h9.363q-.285-.33-.44-.732q-.155-.4-.155-.884q0-.457.152-.87t.443-.745H7.616q-.689%200-1.152.476T6%2018.385q0%20.688.464%201.151T7.616%2020%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%22M7.616%2021q-1.091%200-1.853-.763T5%2018.386V6q0-1.239.868-2.12T8%203h11v13.77q-.688%200-1.152.475t-.463%201.14q0%20.688.463%201.151T19%2020v1zm1.436-8.23h.821l.587-1.584h3.056l.586%201.583h.802l-2.458-6.538h-.923zm1.68-2.34l1.257-3.36h.017l1.236%203.36zM7.617%2020h9.363q-.285-.33-.44-.732q-.155-.4-.155-.884q0-.457.152-.87t.443-.745H7.616q-.689%200-1.152.476T6%2018.385q0%20.688.464%201.151T7.616%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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