book 6 icon
book-6 from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- book-6
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- book-6-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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" d="M6.23 21q-.922 0-1.576-.644Q4 19.71 4 18.808V5.23q0-.923.654-1.577T6.23 3h10.385v14.616H6.23q-.502 0-.866.345q-.365.345-.365.847q0 .501.365.847q.364.345.866.345H19V5h1v16zm1.155-7.73H8.2l.592-1.59h3.056l.587 1.59h.796l-2.452-6.54h-.923zm1.68-2.34l1.256-3.36h.012l1.236 3.36z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBook6(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="M6.23 21q-.922 0-1.576-.644Q4 19.71 4 18.808V5.23q0-.923.654-1.577T6.23 3h10.385v14.616H6.23q-.502 0-.866.345q-.365.345-.365.847q0 .501.365.847q.364.345.866.345H19V5h1v16zm1.155-7.73H8.2l.592-1.59h3.056l.587 1.59h.796l-2.452-6.54h-.923zm1.68-2.34l1.256-3.36h.012l1.236 3.36z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.23 21q-.922 0-1.576-.644Q4 19.71 4 18.808V5.23q0-.923.654-1.577T6.23 3h10.385v14.616H6.23q-.502 0-.866.345q-.365.345-.365.847q0 .501.365.847q.364.345.866.345H19V5h1v16zm1.155-7.73H8.2l.592-1.59h3.056l.587 1.59h.796l-2.452-6.54h-.923zm1.68-2.34l1.256-3.36h.012l1.236 3.36z"/></svg> </template>
CSS
.icon-book-6 {
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%22M6.23%2021q-.922%200-1.576-.644Q4%2019.71%204%2018.808V5.23q0-.923.654-1.577T6.23%203h10.385v14.616H6.23q-.502%200-.866.345q-.365.345-.365.847q0%20.501.365.847q.364.345.866.345H19V5h1v16zm1.155-7.73H8.2l.592-1.59h3.056l.587%201.59h.796l-2.452-6.54h-.923zm1.68-2.34l1.256-3.36h.012l1.236%203.36z%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%22M6.23%2021q-.922%200-1.576-.644Q4%2019.71%204%2018.808V5.23q0-.923.654-1.577T6.23%203h10.385v14.616H6.23q-.502%200-.866.345q-.365.345-.365.847q0%20.501.365.847q.364.345.866.345H19V5h1v16zm1.155-7.73H8.2l.592-1.59h3.056l.587%201.59h.796l-2.452-6.54h-.923zm1.68-2.34l1.256-3.36h.012l1.236%203.36z%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-6.svg?color=%231a73e8&size=48