book-5-outline-rounded from Material Symbols Light by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
book-5-outline-rounded
Set
Material Symbols Light
Style
Outline 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

Use the book 5 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.98 21q-.816 0-1.398-.541Q5 19.917 5 19.119V5.766q0-.778.53-1.364t1.306-.748l6.828-1.437q.751-.161 1.351.314t.6 1.252V15.11q0 .572-.363 1.01t-.91.562l-7.586 1.651q-.302.07-.529.276T6 19.12q0 .39.292.635t.689.245h10.404q.269 0 .442-.173t.173-.443V5.5q0-.213.143-.357T18.5 5t.357.143T19 5.5v13.885q0 .67-.472 1.143q-.472.472-1.143.472zm1.405-4.017l5.75-1.245q.211-.038.346-.211t.135-.385V3.808q0-.289-.231-.481t-.52-.135L8.386 4.36zm-1 .207V4.568l-.433.095q-.41.088-.68.391Q6 5.356 6 5.766v11.867q.183-.108.368-.184t.388-.12zM6 4.662v12.972z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBook5OutlineRounded(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.98 21q-.816 0-1.398-.541Q5 19.917 5 19.119V5.766q0-.778.53-1.364t1.306-.748l6.828-1.437q.751-.161 1.351.314t.6 1.252V15.11q0 .572-.363 1.01t-.91.562l-7.586 1.651q-.302.07-.529.276T6 19.12q0 .39.292.635t.689.245h10.404q.269 0 .442-.173t.173-.443V5.5q0-.213.143-.357T18.5 5t.357.143T19 5.5v13.885q0 .67-.472 1.143q-.472.472-1.143.472zm1.405-4.017l5.75-1.245q.211-.038.346-.211t.135-.385V3.808q0-.289-.231-.481t-.52-.135L8.386 4.36zm-1 .207V4.568l-.433.095q-.41.088-.68.391Q6 5.356 6 5.766v11.867q.183-.108.368-.184t.388-.12zM6 4.662v12.972z"/></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.98 21q-.816 0-1.398-.541Q5 19.917 5 19.119V5.766q0-.778.53-1.364t1.306-.748l6.828-1.437q.751-.161 1.351.314t.6 1.252V15.11q0 .572-.363 1.01t-.91.562l-7.586 1.651q-.302.07-.529.276T6 19.12q0 .39.292.635t.689.245h10.404q.269 0 .442-.173t.173-.443V5.5q0-.213.143-.357T18.5 5t.357.143T19 5.5v13.885q0 .67-.472 1.143q-.472.472-1.143.472zm1.405-4.017l5.75-1.245q.211-.038.346-.211t.135-.385V3.808q0-.289-.231-.481t-.52-.135L8.386 4.36zm-1 .207V4.568l-.433.095q-.41.088-.68.391Q6 5.356 6 5.766v11.867q.183-.108.368-.184t.388-.12zM6 4.662v12.972z"/></svg>
</template>

CSS

.icon-book-5-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.98%2021q-.816%200-1.398-.541Q5%2019.917%205%2019.119V5.766q0-.778.53-1.364t1.306-.748l6.828-1.437q.751-.161%201.351.314t.6%201.252V15.11q0%20.572-.363%201.01t-.91.562l-7.586%201.651q-.302.07-.529.276T6%2019.12q0%20.39.292.635t.689.245h10.404q.269%200%20.442-.173t.173-.443V5.5q0-.213.143-.357T18.5%205t.357.143T19%205.5v13.885q0%20.67-.472%201.143q-.472.472-1.143.472zm1.405-4.017l5.75-1.245q.211-.038.346-.211t.135-.385V3.808q0-.289-.231-.481t-.52-.135L8.386%204.36zm-1%20.207V4.568l-.433.095q-.41.088-.68.391Q6%205.356%206%205.766v11.867q.183-.108.368-.184t.388-.12zM6%204.662v12.972z%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.98%2021q-.816%200-1.398-.541Q5%2019.917%205%2019.119V5.766q0-.778.53-1.364t1.306-.748l6.828-1.437q.751-.161%201.351.314t.6%201.252V15.11q0%20.572-.363%201.01t-.91.562l-7.586%201.651q-.302.07-.529.276T6%2019.12q0%20.39.292.635t.689.245h10.404q.269%200%20.442-.173t.173-.443V5.5q0-.213.143-.357T18.5%205t.357.143T19%205.5v13.885q0%20.67-.472%201.143q-.472.472-1.143.472zm1.405-4.017l5.75-1.245q.211-.038.346-.211t.135-.385V3.808q0-.289-.231-.481t-.52-.135L8.386%204.36zm-1%20.207V4.568l-.433.095q-.41.088-.68.391Q6%205.356%206%205.766v11.867q.183-.108.368-.184t.388-.12zM6%204.662v12.972z%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-5-outline-rounded.svg?color=%231a73e8&size=48