menu book icon
menu-book-outline-rounded from Material Symbols by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- menu-book-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More text icons from Material Symbols
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 menu book icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 16q1.175 0 2.288.263T11 17.05V7.2q-1.025-.6-2.175-.9T6.5 6q-.9 0-1.788.175T3 6.7v9.9q.875-.3 1.738-.45T6.5 16m6.5 1.05q1.1-.525 2.213-.787T17.5 16q.9 0 1.763.15T21 16.6V6.7q-.825-.35-1.713-.525T17.5 6q-1.175 0-2.325.3T13 7.2zm-1.662 2.338q-.313-.088-.588-.238q-.975-.575-2.05-.862T6.5 18q-1.05 0-2.062.275T2.5 19.05q-.525.275-1.012-.025T1 18.15V6.1q0-.275.138-.525T1.55 5.2q1.15-.6 2.4-.9T6.5 4q1.45 0 2.838.375T12 5.5q1.275-.75 2.663-1.125T17.5 4q1.3 0 2.55.3t2.4.9q.275.125.413.375T23 6.1v12.05q0 .575-.487.875t-1.013.025q-.925-.5-1.937-.775T17.5 18q-1.125 0-2.2.288t-2.05.862q-.275.15-.587.238t-.663.087t-.663-.088M14 8.776q0-.225.163-.462T14.525 8q.725-.25 1.45-.375T17.5 7.5q.5 0 .988.063t.962.162q.225.05.388.25t.162.45q0 .425-.275.625t-.7.1q-.35-.075-.737-.112T17.5 9q-.65 0-1.275.125t-1.2.325q-.45.175-.737-.025T14 8.775m0 5.5q0-.225.163-.462t.362-.313q.725-.25 1.45-.375T17.5 13q.5 0 .988.063t.962.162q.225.05.388.25t.162.45q0 .425-.275.625t-.7.1q-.35-.075-.737-.112T17.5 14.5q-.65 0-1.275.113t-1.2.312q-.45.175-.737-.012T14 14.275m0-2.75q0-.225.163-.462t.362-.313q.725-.25 1.45-.375t1.525-.125q.5 0 .988.063t.962.162q.225.05.388.25t.162.45q0 .425-.275.625t-.7.1q-.35-.075-.737-.112t-.788-.038q-.65 0-1.275.125t-1.2.325q-.45.175-.737-.025t-.288-.65"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMenuBookOutlineRounded(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.5 16q1.175 0 2.288.263T11 17.05V7.2q-1.025-.6-2.175-.9T6.5 6q-.9 0-1.788.175T3 6.7v9.9q.875-.3 1.738-.45T6.5 16m6.5 1.05q1.1-.525 2.213-.787T17.5 16q.9 0 1.763.15T21 16.6V6.7q-.825-.35-1.713-.525T17.5 6q-1.175 0-2.325.3T13 7.2zm-1.662 2.338q-.313-.088-.588-.238q-.975-.575-2.05-.862T6.5 18q-1.05 0-2.062.275T2.5 19.05q-.525.275-1.012-.025T1 18.15V6.1q0-.275.138-.525T1.55 5.2q1.15-.6 2.4-.9T6.5 4q1.45 0 2.838.375T12 5.5q1.275-.75 2.663-1.125T17.5 4q1.3 0 2.55.3t2.4.9q.275.125.413.375T23 6.1v12.05q0 .575-.487.875t-1.013.025q-.925-.5-1.937-.775T17.5 18q-1.125 0-2.2.288t-2.05.862q-.275.15-.587.238t-.663.087t-.663-.088M14 8.776q0-.225.163-.462T14.525 8q.725-.25 1.45-.375T17.5 7.5q.5 0 .988.063t.962.162q.225.05.388.25t.162.45q0 .425-.275.625t-.7.1q-.35-.075-.737-.112T17.5 9q-.65 0-1.275.125t-1.2.325q-.45.175-.737-.025T14 8.775m0 5.5q0-.225.163-.462t.362-.313q.725-.25 1.45-.375T17.5 13q.5 0 .988.063t.962.162q.225.05.388.25t.162.45q0 .425-.275.625t-.7.1q-.35-.075-.737-.112T17.5 14.5q-.65 0-1.275.113t-1.2.312q-.45.175-.737-.012T14 14.275m0-2.75q0-.225.163-.462t.362-.313q.725-.25 1.45-.375t1.525-.125q.5 0 .988.063t.962.162q.225.05.388.25t.162.45q0 .425-.275.625t-.7.1q-.35-.075-.737-.112t-.788-.038q-.65 0-1.275.125t-1.2.325q-.45.175-.737-.025t-.288-.65"/></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.5 16q1.175 0 2.288.263T11 17.05V7.2q-1.025-.6-2.175-.9T6.5 6q-.9 0-1.788.175T3 6.7v9.9q.875-.3 1.738-.45T6.5 16m6.5 1.05q1.1-.525 2.213-.787T17.5 16q.9 0 1.763.15T21 16.6V6.7q-.825-.35-1.713-.525T17.5 6q-1.175 0-2.325.3T13 7.2zm-1.662 2.338q-.313-.088-.588-.238q-.975-.575-2.05-.862T6.5 18q-1.05 0-2.062.275T2.5 19.05q-.525.275-1.012-.025T1 18.15V6.1q0-.275.138-.525T1.55 5.2q1.15-.6 2.4-.9T6.5 4q1.45 0 2.838.375T12 5.5q1.275-.75 2.663-1.125T17.5 4q1.3 0 2.55.3t2.4.9q.275.125.413.375T23 6.1v12.05q0 .575-.487.875t-1.013.025q-.925-.5-1.937-.775T17.5 18q-1.125 0-2.2.288t-2.05.862q-.275.15-.587.238t-.663.087t-.663-.088M14 8.776q0-.225.163-.462T14.525 8q.725-.25 1.45-.375T17.5 7.5q.5 0 .988.063t.962.162q.225.05.388.25t.162.45q0 .425-.275.625t-.7.1q-.35-.075-.737-.112T17.5 9q-.65 0-1.275.125t-1.2.325q-.45.175-.737-.025T14 8.775m0 5.5q0-.225.163-.462t.362-.313q.725-.25 1.45-.375T17.5 13q.5 0 .988.063t.962.162q.225.05.388.25t.162.45q0 .425-.275.625t-.7.1q-.35-.075-.737-.112T17.5 14.5q-.65 0-1.275.113t-1.2.312q-.45.175-.737-.012T14 14.275m0-2.75q0-.225.163-.462t.362-.313q.725-.25 1.45-.375t1.525-.125q.5 0 .988.063t.962.162q.225.05.388.25t.162.45q0 .425-.275.625t-.7.1q-.35-.075-.737-.112t-.788-.038q-.65 0-1.275.125t-1.2.325q-.45.175-.737-.025t-.288-.65"/></svg> </template>
CSS
.icon-menu-book-outline-rounded {
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.5%2016q1.175%200%202.288.263T11%2017.05V7.2q-1.025-.6-2.175-.9T6.5%206q-.9%200-1.788.175T3%206.7v9.9q.875-.3%201.738-.45T6.5%2016m6.5%201.05q1.1-.525%202.213-.787T17.5%2016q.9%200%201.763.15T21%2016.6V6.7q-.825-.35-1.713-.525T17.5%206q-1.175%200-2.325.3T13%207.2zm-1.662%202.338q-.313-.088-.588-.238q-.975-.575-2.05-.862T6.5%2018q-1.05%200-2.062.275T2.5%2019.05q-.525.275-1.012-.025T1%2018.15V6.1q0-.275.138-.525T1.55%205.2q1.15-.6%202.4-.9T6.5%204q1.45%200%202.838.375T12%205.5q1.275-.75%202.663-1.125T17.5%204q1.3%200%202.55.3t2.4.9q.275.125.413.375T23%206.1v12.05q0%20.575-.487.875t-1.013.025q-.925-.5-1.937-.775T17.5%2018q-1.125%200-2.2.288t-2.05.862q-.275.15-.587.238t-.663.087t-.663-.088M14%208.776q0-.225.163-.462T14.525%208q.725-.25%201.45-.375T17.5%207.5q.5%200%20.988.063t.962.162q.225.05.388.25t.162.45q0%20.425-.275.625t-.7.1q-.35-.075-.737-.112T17.5%209q-.65%200-1.275.125t-1.2.325q-.45.175-.737-.025T14%208.775m0%205.5q0-.225.163-.462t.362-.313q.725-.25%201.45-.375T17.5%2013q.5%200%20.988.063t.962.162q.225.05.388.25t.162.45q0%20.425-.275.625t-.7.1q-.35-.075-.737-.112T17.5%2014.5q-.65%200-1.275.113t-1.2.312q-.45.175-.737-.012T14%2014.275m0-2.75q0-.225.163-.462t.362-.313q.725-.25%201.45-.375t1.525-.125q.5%200%20.988.063t.962.162q.225.05.388.25t.162.45q0%20.425-.275.625t-.7.1q-.35-.075-.737-.112t-.788-.038q-.65%200-1.275.125t-1.2.325q-.45.175-.737-.025t-.288-.65%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.5%2016q1.175%200%202.288.263T11%2017.05V7.2q-1.025-.6-2.175-.9T6.5%206q-.9%200-1.788.175T3%206.7v9.9q.875-.3%201.738-.45T6.5%2016m6.5%201.05q1.1-.525%202.213-.787T17.5%2016q.9%200%201.763.15T21%2016.6V6.7q-.825-.35-1.713-.525T17.5%206q-1.175%200-2.325.3T13%207.2zm-1.662%202.338q-.313-.088-.588-.238q-.975-.575-2.05-.862T6.5%2018q-1.05%200-2.062.275T2.5%2019.05q-.525.275-1.012-.025T1%2018.15V6.1q0-.275.138-.525T1.55%205.2q1.15-.6%202.4-.9T6.5%204q1.45%200%202.838.375T12%205.5q1.275-.75%202.663-1.125T17.5%204q1.3%200%202.55.3t2.4.9q.275.125.413.375T23%206.1v12.05q0%20.575-.487.875t-1.013.025q-.925-.5-1.937-.775T17.5%2018q-1.125%200-2.2.288t-2.05.862q-.275.15-.587.238t-.663.087t-.663-.088M14%208.776q0-.225.163-.462T14.525%208q.725-.25%201.45-.375T17.5%207.5q.5%200%20.988.063t.962.162q.225.05.388.25t.162.45q0%20.425-.275.625t-.7.1q-.35-.075-.737-.112T17.5%209q-.65%200-1.275.125t-1.2.325q-.45.175-.737-.025T14%208.775m0%205.5q0-.225.163-.462t.362-.313q.725-.25%201.45-.375T17.5%2013q.5%200%20.988.063t.962.162q.225.05.388.25t.162.45q0%20.425-.275.625t-.7.1q-.35-.075-.737-.112T17.5%2014.5q-.65%200-1.275.113t-1.2.312q-.45.175-.737-.012T14%2014.275m0-2.75q0-.225.163-.462t.362-.313q.725-.25%201.45-.375t1.525-.125q.5%200%20.988.063t.962.162q.225.05.388.25t.162.45q0%20.425-.275.625t-.7.1q-.35-.075-.737-.112t-.788-.038q-.65%200-1.275.125t-1.2.325q-.45.175-.737-.025t-.288-.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/menu-book-outline-rounded.svg?color=%231a73e8&size=48