menu book 2 icon
menu-book-2-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- menu-book-2-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the menu book 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.616 21q-.667 0-1.141-.475T5 19.386V17.23h-.5q-.213 0-.356-.144Q4 16.943 4 16.73t.144-.356t.356-.143H5V12.5h-.5q-.213 0-.356-.144T4 11.999t.144-.356t.356-.143H5V7.77h-.5q-.213 0-.356-.145T4 7.27t.144-.356t.356-.144H5V4.616q0-.667.475-1.141T6.615 3h10.77q.666 0 1.14.475T19 4.615v14.77q0 .666-.475 1.14t-1.14.475zm0-1h10.769q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T17.385 4H6.615q-.269 0-.442.173T6 4.616v2.153h.5q.213 0 .356.144Q7 7.057 7 7.27t-.144.356t-.356.143H6V11.5h.5q.213 0 .356.144t.144.357t-.144.356t-.356.143H6v3.73h.5q.213 0 .356.145T7 16.73t-.144.356t-.356.144H6v2.153q0 .27.173.443t.443.173m3.576-7.289v3.539q0 .192.125.317q.126.125.317.125t.317-.125t.126-.317v-3.538q.592-.137 1.008-.588q.415-.451.415-1.049V7.692q0-.153-.111-.269q-.112-.115-.273-.115t-.274.115q-.111.116-.111.27v3.313h-.712V7.692q0-.153-.111-.269q-.112-.115-.273-.115t-.273.115t-.112.27v3.313h-.711V7.692q0-.153-.112-.269q-.111-.115-.273-.115t-.273.115t-.112.27v3.382q0 .598.416 1.049q.415.451 1.007.588m4.654-.02v3.558q0 .192.125.317t.317.125t.317-.125t.126-.317V7.748q0-.21-.14-.325q-.139-.115-.362-.115q-.268 0-.588.156t-.612.486q-.332.36-.507.815q-.176.454-.176.983v2.137q0 .343.232.575q.233.232.576.232zM6 20V4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMenuBook2OutlineRounded(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.616 21q-.667 0-1.141-.475T5 19.386V17.23h-.5q-.213 0-.356-.144Q4 16.943 4 16.73t.144-.356t.356-.143H5V12.5h-.5q-.213 0-.356-.144T4 11.999t.144-.356t.356-.143H5V7.77h-.5q-.213 0-.356-.145T4 7.27t.144-.356t.356-.144H5V4.616q0-.667.475-1.141T6.615 3h10.77q.666 0 1.14.475T19 4.615v14.77q0 .666-.475 1.14t-1.14.475zm0-1h10.769q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T17.385 4H6.615q-.269 0-.442.173T6 4.616v2.153h.5q.213 0 .356.144Q7 7.057 7 7.27t-.144.356t-.356.143H6V11.5h.5q.213 0 .356.144t.144.357t-.144.356t-.356.143H6v3.73h.5q.213 0 .356.145T7 16.73t-.144.356t-.356.144H6v2.153q0 .27.173.443t.443.173m3.576-7.289v3.539q0 .192.125.317q.126.125.317.125t.317-.125t.126-.317v-3.538q.592-.137 1.008-.588q.415-.451.415-1.049V7.692q0-.153-.111-.269q-.112-.115-.273-.115t-.274.115q-.111.116-.111.27v3.313h-.712V7.692q0-.153-.111-.269q-.112-.115-.273-.115t-.273.115t-.112.27v3.313h-.711V7.692q0-.153-.112-.269q-.111-.115-.273-.115t-.273.115t-.112.27v3.382q0 .598.416 1.049q.415.451 1.007.588m4.654-.02v3.558q0 .192.125.317t.317.125t.317-.125t.126-.317V7.748q0-.21-.14-.325q-.139-.115-.362-.115q-.268 0-.588.156t-.612.486q-.332.36-.507.815q-.176.454-.176.983v2.137q0 .343.232.575q.233.232.576.232zM6 20V4z"/></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.616 21q-.667 0-1.141-.475T5 19.386V17.23h-.5q-.213 0-.356-.144Q4 16.943 4 16.73t.144-.356t.356-.143H5V12.5h-.5q-.213 0-.356-.144T4 11.999t.144-.356t.356-.143H5V7.77h-.5q-.213 0-.356-.145T4 7.27t.144-.356t.356-.144H5V4.616q0-.667.475-1.141T6.615 3h10.77q.666 0 1.14.475T19 4.615v14.77q0 .666-.475 1.14t-1.14.475zm0-1h10.769q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T17.385 4H6.615q-.269 0-.442.173T6 4.616v2.153h.5q.213 0 .356.144Q7 7.057 7 7.27t-.144.356t-.356.143H6V11.5h.5q.213 0 .356.144t.144.357t-.144.356t-.356.143H6v3.73h.5q.213 0 .356.145T7 16.73t-.144.356t-.356.144H6v2.153q0 .27.173.443t.443.173m3.576-7.289v3.539q0 .192.125.317q.126.125.317.125t.317-.125t.126-.317v-3.538q.592-.137 1.008-.588q.415-.451.415-1.049V7.692q0-.153-.111-.269q-.112-.115-.273-.115t-.274.115q-.111.116-.111.27v3.313h-.712V7.692q0-.153-.111-.269q-.112-.115-.273-.115t-.273.115t-.112.27v3.313h-.711V7.692q0-.153-.112-.269q-.111-.115-.273-.115t-.273.115t-.112.27v3.382q0 .598.416 1.049q.415.451 1.007.588m4.654-.02v3.558q0 .192.125.317t.317.125t.317-.125t.126-.317V7.748q0-.21-.14-.325q-.139-.115-.362-.115q-.268 0-.588.156t-.612.486q-.332.36-.507.815q-.176.454-.176.983v2.137q0 .343.232.575q.233.232.576.232zM6 20V4z"/></svg> </template>
CSS
.icon-menu-book-2-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.616%2021q-.667%200-1.141-.475T5%2019.386V17.23h-.5q-.213%200-.356-.144Q4%2016.943%204%2016.73t.144-.356t.356-.143H5V12.5h-.5q-.213%200-.356-.144T4%2011.999t.144-.356t.356-.143H5V7.77h-.5q-.213%200-.356-.145T4%207.27t.144-.356t.356-.144H5V4.616q0-.667.475-1.141T6.615%203h10.77q.666%200%201.14.475T19%204.615v14.77q0%20.666-.475%201.14t-1.14.475zm0-1h10.769q.269%200%20.442-.173t.173-.442V4.615q0-.269-.173-.442T17.385%204H6.615q-.269%200-.442.173T6%204.616v2.153h.5q.213%200%20.356.144Q7%207.057%207%207.27t-.144.356t-.356.143H6V11.5h.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143H6v3.73h.5q.213%200%20.356.145T7%2016.73t-.144.356t-.356.144H6v2.153q0%20.27.173.443t.443.173m3.576-7.289v3.539q0%20.192.125.317q.126.125.317.125t.317-.125t.126-.317v-3.538q.592-.137%201.008-.588q.415-.451.415-1.049V7.692q0-.153-.111-.269q-.112-.115-.273-.115t-.274.115q-.111.116-.111.27v3.313h-.712V7.692q0-.153-.111-.269q-.112-.115-.273-.115t-.273.115t-.112.27v3.313h-.711V7.692q0-.153-.112-.269q-.111-.115-.273-.115t-.273.115t-.112.27v3.382q0%20.598.416%201.049q.415.451%201.007.588m4.654-.02v3.558q0%20.192.125.317t.317.125t.317-.125t.126-.317V7.748q0-.21-.14-.325q-.139-.115-.362-.115q-.268%200-.588.156t-.612.486q-.332.36-.507.815q-.176.454-.176.983v2.137q0%20.343.232.575q.233.232.576.232zM6%2020V4z%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.616%2021q-.667%200-1.141-.475T5%2019.386V17.23h-.5q-.213%200-.356-.144Q4%2016.943%204%2016.73t.144-.356t.356-.143H5V12.5h-.5q-.213%200-.356-.144T4%2011.999t.144-.356t.356-.143H5V7.77h-.5q-.213%200-.356-.145T4%207.27t.144-.356t.356-.144H5V4.616q0-.667.475-1.141T6.615%203h10.77q.666%200%201.14.475T19%204.615v14.77q0%20.666-.475%201.14t-1.14.475zm0-1h10.769q.269%200%20.442-.173t.173-.442V4.615q0-.269-.173-.442T17.385%204H6.615q-.269%200-.442.173T6%204.616v2.153h.5q.213%200%20.356.144Q7%207.057%207%207.27t-.144.356t-.356.143H6V11.5h.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143H6v3.73h.5q.213%200%20.356.145T7%2016.73t-.144.356t-.356.144H6v2.153q0%20.27.173.443t.443.173m3.576-7.289v3.539q0%20.192.125.317q.126.125.317.125t.317-.125t.126-.317v-3.538q.592-.137%201.008-.588q.415-.451.415-1.049V7.692q0-.153-.111-.269q-.112-.115-.273-.115t-.274.115q-.111.116-.111.27v3.313h-.712V7.692q0-.153-.111-.269q-.112-.115-.273-.115t-.273.115t-.112.27v3.313h-.711V7.692q0-.153-.112-.269q-.111-.115-.273-.115t-.273.115t-.112.27v3.382q0%20.598.416%201.049q.415.451%201.007.588m4.654-.02v3.558q0%20.192.125.317t.317.125t.317-.125t.126-.317V7.748q0-.21-.14-.325q-.139-.115-.362-.115q-.268%200-.588.156t-.612.486q-.332.36-.507.815q-.176.454-.176.983v2.137q0%20.343.232.575q.233.232.576.232zM6%2020V4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/menu-book-2-outline-rounded.svg?color=%231a73e8&size=48