book 2 icon
book-2-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- book-2-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
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 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.616 21q-1.085 0-1.85-.766Q5 19.47 5 18.385V6q0-1.258.871-2.129T8 3h9.385q.67 0 1.143.472q.472.472.472 1.144V16.37q0 .162-.114.286q-.115.124-.309.19q-.523.136-.858.557t-.334.98q0 .541.325.965t.848.574q.215.073.329.21t.113.304v.057q0 .214-.143.36T18.5 21zm1.625-5.374q.144-.143.144-.357V4.5q0-.213-.144-.357T8.885 4t-.357.143q-.144.144-.144.357v10.77q0 .213.144.356q.143.143.357.143q.213 0 .356-.143M7.616 20h9.363q-.285-.33-.44-.732q-.155-.4-.155-.884q0-.457.152-.87t.443-.745H7.616q-.689 0-1.152.476T6 18.385q0 .688.464 1.151T7.616 20"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBook2Rounded(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="M7.616 21q-1.085 0-1.85-.766Q5 19.47 5 18.385V6q0-1.258.871-2.129T8 3h9.385q.67 0 1.143.472q.472.472.472 1.144V16.37q0 .162-.114.286q-.115.124-.309.19q-.523.136-.858.557t-.334.98q0 .541.325.965t.848.574q.215.073.329.21t.113.304v.057q0 .214-.143.36T18.5 21zm1.625-5.374q.144-.143.144-.357V4.5q0-.213-.144-.357T8.885 4t-.357.143q-.144.144-.144.357v10.77q0 .213.144.356q.143.143.357.143q.213 0 .356-.143M7.616 20h9.363q-.285-.33-.44-.732q-.155-.4-.155-.884q0-.457.152-.87t.443-.745H7.616q-.689 0-1.152.476T6 18.385q0 .688.464 1.151T7.616 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.616 21q-1.085 0-1.85-.766Q5 19.47 5 18.385V6q0-1.258.871-2.129T8 3h9.385q.67 0 1.143.472q.472.472.472 1.144V16.37q0 .162-.114.286q-.115.124-.309.19q-.523.136-.858.557t-.334.98q0 .541.325.965t.848.574q.215.073.329.21t.113.304v.057q0 .214-.143.36T18.5 21zm1.625-5.374q.144-.143.144-.357V4.5q0-.213-.144-.357T8.885 4t-.357.143q-.144.144-.144.357v10.77q0 .213.144.356q.143.143.357.143q.213 0 .356-.143M7.616 20h9.363q-.285-.33-.44-.732q-.155-.4-.155-.884q0-.457.152-.87t.443-.745H7.616q-.689 0-1.152.476T6 18.385q0 .688.464 1.151T7.616 20"/></svg> </template>
CSS
.icon-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%22M7.616%2021q-1.085%200-1.85-.766Q5%2019.47%205%2018.385V6q0-1.258.871-2.129T8%203h9.385q.67%200%201.143.472q.472.472.472%201.144V16.37q0%20.162-.114.286q-.115.124-.309.19q-.523.136-.858.557t-.334.98q0%20.541.325.965t.848.574q.215.073.329.21t.113.304v.057q0%20.214-.143.36T18.5%2021zm1.625-5.374q.144-.143.144-.357V4.5q0-.213-.144-.357T8.885%204t-.357.143q-.144.144-.144.357v10.77q0%20.213.144.356q.143.143.357.143q.213%200%20.356-.143M7.616%2020h9.363q-.285-.33-.44-.732q-.155-.4-.155-.884q0-.457.152-.87t.443-.745H7.616q-.689%200-1.152.476T6%2018.385q0%20.688.464%201.151T7.616%2020%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%22M7.616%2021q-1.085%200-1.85-.766Q5%2019.47%205%2018.385V6q0-1.258.871-2.129T8%203h9.385q.67%200%201.143.472q.472.472.472%201.144V16.37q0%20.162-.114.286q-.115.124-.309.19q-.523.136-.858.557t-.334.98q0%20.541.325.965t.848.574q.215.073.329.21t.113.304v.057q0%20.214-.143.36T18.5%2021zm1.625-5.374q.144-.143.144-.357V4.5q0-.213-.144-.357T8.885%204t-.357.143q-.144.144-.144.357v10.77q0%20.213.144.356q.143.143.357.143q.213%200%20.356-.143M7.616%2020h9.363q-.285-.33-.44-.732q-.155-.4-.155-.884q0-.457.152-.87t.443-.745H7.616q-.689%200-1.152.476T6%2018.385q0%20.688.464%201.151T7.616%2020%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-2-rounded.svg?color=%231a73e8&size=48