book 6 icon
book-6-outline from Material Symbols Light by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.
- Name
- book-6-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- book-6-outline-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.345H19V5h1v16zm0-4.384h9.386V4H6.23q-.521 0-.876.365Q5 4.728 5 5.23v11.79q.27-.171.574-.288t.657-.117m1.153-3.347H8.2l.592-1.588h3.056l.587 1.588h.796L10.779 6.73h-.923zm1.681-2.338l1.256-3.362h.012l1.236 3.362zM5 17.02V4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBook6Outline(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.345H19V5h1v16zm0-4.384h9.386V4H6.23q-.521 0-.876.365Q5 4.728 5 5.23v11.79q.27-.171.574-.288t.657-.117m1.153-3.347H8.2l.592-1.588h3.056l.587 1.588h.796L10.779 6.73h-.923zm1.681-2.338l1.256-3.362h.012l1.236 3.362zM5 17.02V4z"/></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.345H19V5h1v16zm0-4.384h9.386V4H6.23q-.521 0-.876.365Q5 4.728 5 5.23v11.79q.27-.171.574-.288t.657-.117m1.153-3.347H8.2l.592-1.588h3.056l.587 1.588h.796L10.779 6.73h-.923zm1.681-2.338l1.256-3.362h.012l1.236 3.362zM5 17.02V4z"/></svg> </template>
CSS
.icon-book-6-outline {
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.345H19V5h1v16zm0-4.384h9.386V4H6.23q-.521%200-.876.365Q5%204.728%205%205.23v11.79q.27-.171.574-.288t.657-.117m1.153-3.347H8.2l.592-1.588h3.056l.587%201.588h.796L10.779%206.73h-.923zm1.681-2.338l1.256-3.362h.012l1.236%203.362zM5%2017.02V4z%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.345H19V5h1v16zm0-4.384h9.386V4H6.23q-.521%200-.876.365Q5%204.728%205%205.23v11.79q.27-.171.574-.288t.657-.117m1.153-3.347H8.2l.592-1.588h3.056l.587%201.588h.796L10.779%206.73h-.923zm1.681-2.338l1.256-3.362h.012l1.236%203.362zM5%2017.02V4z%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-outline.svg?color=%231a73e8&size=48