menu book 2 icon
menu-book-2-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- menu-book-2-rounded
- Set
- Material Symbols Light
- Style
- 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-.691 0-1.153-.462T5 19.385V17.23h-.5q-.213 0-.357-.143T4 16.73q0-.208.16-.322q.161-.115.34-.178H5V12.5h-.5q-.213 0-.357-.143T4 12q0-.208.16-.322q.161-.114.34-.178H5V7.77h-.5q-.213 0-.357-.144T4 7.269q0-.208.16-.322q.161-.114.34-.178H5V4.615q0-.69.463-1.153T6.616 3h10.769q.69 0 1.153.462T19 4.615v14.77q0 .69-.462 1.152T17.384 21zm3.576-8.288v3.538q0 .19.126.316t.317.126t.316-.126t.126-.316v-3.538q.592-.137 1.008-.588q.415-.451.415-1.049V7.692q0-.161-.111-.273t-.273-.111t-.274.111t-.111.273v3.314h-.712V7.692q0-.161-.111-.273t-.273-.111t-.273.111t-.112.273v3.314h-.711V7.692q0-.161-.112-.273t-.273-.111t-.273.111t-.112.273v3.383q0 .598.416 1.049q.415.451 1.007.588m4.654-.02v3.558q0 .19.126.316t.317.126t.316-.126t.126-.316V7.748q0-.217-.14-.329q-.139-.111-.362-.111q-.268 0-.588.156q-.32.155-.612.486q-.329.367-.506.818t-.177.98v2.137q0 .348.23.578t.578.23z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMenuBook2Rounded(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-.691 0-1.153-.462T5 19.385V17.23h-.5q-.213 0-.357-.143T4 16.73q0-.208.16-.322q.161-.115.34-.178H5V12.5h-.5q-.213 0-.357-.143T4 12q0-.208.16-.322q.161-.114.34-.178H5V7.77h-.5q-.213 0-.357-.144T4 7.269q0-.208.16-.322q.161-.114.34-.178H5V4.615q0-.69.463-1.153T6.616 3h10.769q.69 0 1.153.462T19 4.615v14.77q0 .69-.462 1.152T17.384 21zm3.576-8.288v3.538q0 .19.126.316t.317.126t.316-.126t.126-.316v-3.538q.592-.137 1.008-.588q.415-.451.415-1.049V7.692q0-.161-.111-.273t-.273-.111t-.274.111t-.111.273v3.314h-.712V7.692q0-.161-.111-.273t-.273-.111t-.273.111t-.112.273v3.314h-.711V7.692q0-.161-.112-.273t-.273-.111t-.273.111t-.112.273v3.383q0 .598.416 1.049q.415.451 1.007.588m4.654-.02v3.558q0 .19.126.316t.317.126t.316-.126t.126-.316V7.748q0-.217-.14-.329q-.139-.111-.362-.111q-.268 0-.588.156q-.32.155-.612.486q-.329.367-.506.818t-.177.98v2.137q0 .348.23.578t.578.23z"/></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-.691 0-1.153-.462T5 19.385V17.23h-.5q-.213 0-.357-.143T4 16.73q0-.208.16-.322q.161-.115.34-.178H5V12.5h-.5q-.213 0-.357-.143T4 12q0-.208.16-.322q.161-.114.34-.178H5V7.77h-.5q-.213 0-.357-.144T4 7.269q0-.208.16-.322q.161-.114.34-.178H5V4.615q0-.69.463-1.153T6.616 3h10.769q.69 0 1.153.462T19 4.615v14.77q0 .69-.462 1.152T17.384 21zm3.576-8.288v3.538q0 .19.126.316t.317.126t.316-.126t.126-.316v-3.538q.592-.137 1.008-.588q.415-.451.415-1.049V7.692q0-.161-.111-.273t-.273-.111t-.274.111t-.111.273v3.314h-.712V7.692q0-.161-.111-.273t-.273-.111t-.273.111t-.112.273v3.314h-.711V7.692q0-.161-.112-.273t-.273-.111t-.273.111t-.112.273v3.383q0 .598.416 1.049q.415.451 1.007.588m4.654-.02v3.558q0 .19.126.316t.317.126t.316-.126t.126-.316V7.748q0-.217-.14-.329q-.139-.111-.362-.111q-.268 0-.588.156q-.32.155-.612.486q-.329.367-.506.818t-.177.98v2.137q0 .348.23.578t.578.23z"/></svg> </template>
CSS
.icon-menu-book-2-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-.691%200-1.153-.462T5%2019.385V17.23h-.5q-.213%200-.357-.143T4%2016.73q0-.208.16-.322q.161-.115.34-.178H5V12.5h-.5q-.213%200-.357-.143T4%2012q0-.208.16-.322q.161-.114.34-.178H5V7.77h-.5q-.213%200-.357-.144T4%207.269q0-.208.16-.322q.161-.114.34-.178H5V4.615q0-.69.463-1.153T6.616%203h10.769q.69%200%201.153.462T19%204.615v14.77q0%20.69-.462%201.152T17.384%2021zm3.576-8.288v3.538q0%20.19.126.316t.317.126t.316-.126t.126-.316v-3.538q.592-.137%201.008-.588q.415-.451.415-1.049V7.692q0-.161-.111-.273t-.273-.111t-.274.111t-.111.273v3.314h-.712V7.692q0-.161-.111-.273t-.273-.111t-.273.111t-.112.273v3.314h-.711V7.692q0-.161-.112-.273t-.273-.111t-.273.111t-.112.273v3.383q0%20.598.416%201.049q.415.451%201.007.588m4.654-.02v3.558q0%20.19.126.316t.317.126t.316-.126t.126-.316V7.748q0-.217-.14-.329q-.139-.111-.362-.111q-.268%200-.588.156q-.32.155-.612.486q-.329.367-.506.818t-.177.98v2.137q0%20.348.23.578t.578.23z%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-.691%200-1.153-.462T5%2019.385V17.23h-.5q-.213%200-.357-.143T4%2016.73q0-.208.16-.322q.161-.115.34-.178H5V12.5h-.5q-.213%200-.357-.143T4%2012q0-.208.16-.322q.161-.114.34-.178H5V7.77h-.5q-.213%200-.357-.144T4%207.269q0-.208.16-.322q.161-.114.34-.178H5V4.615q0-.69.463-1.153T6.616%203h10.769q.69%200%201.153.462T19%204.615v14.77q0%20.69-.462%201.152T17.384%2021zm3.576-8.288v3.538q0%20.19.126.316t.317.126t.316-.126t.126-.316v-3.538q.592-.137%201.008-.588q.415-.451.415-1.049V7.692q0-.161-.111-.273t-.273-.111t-.274.111t-.111.273v3.314h-.712V7.692q0-.161-.111-.273t-.273-.111t-.273.111t-.112.273v3.314h-.711V7.692q0-.161-.112-.273t-.273-.111t-.273.111t-.112.273v3.383q0%20.598.416%201.049q.415.451%201.007.588m4.654-.02v3.558q0%20.19.126.316t.317.126t.316-.126t.126-.316V7.748q0-.217-.14-.329q-.139-.111-.362-.111q-.268%200-.588.156q-.32.155-.612.486q-.329.367-.506.818t-.177.98v2.137q0%20.348.23.578t.578.23z%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-rounded.svg?color=%231a73e8&size=48