notebook square icon

notebook-square-duotone from Reicon by REICON · Duotone · School · MIT Free for personal and commercial use.

Name
notebook-square-duotone
Set
Reicon
Style
Duotone
Category
School
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More school icons from Reicon

Use the notebook square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 9c0-3.771 0-5.657 1.172-6.828S6.229 1 10 1h4c3.771 0 5.657 0 6.828 1.172S22 5.229 22 9v4c0 3.771 0 5.657-1.172 6.828S17.771 21 14 21h-4c-3.771 0-5.657 0-6.828-1.172S2 16.771 2 13z" opacity=".5"/><path d="M6 12.91V7.497c0-.823.665-1.495 1.487-1.435c.513.037 1.069.101 1.513.21c.824.201 1.851.7 2.465 1.022l.035.018v8.415l-.007-.004c-.61-.321-1.656-.832-2.493-1.037c-.438-.107-.984-.17-1.49-.208c-.83-.062-1.51-.733-1.51-1.566m6.5 2.814l.007-.004c.61-.321 1.656-.832 2.493-1.037c.438-.107.984-.17 1.49-.208c.83-.062 1.51-.733 1.51-1.566V7.45c0-.806-.638-1.469-1.443-1.43c-.616.031-1.317.1-1.857.25c-.731.203-1.625.68-2.178 1l-.022.012z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconNotebookSquareDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 9c0-3.771 0-5.657 1.172-6.828S6.229 1 10 1h4c3.771 0 5.657 0 6.828 1.172S22 5.229 22 9v4c0 3.771 0 5.657-1.172 6.828S17.771 21 14 21h-4c-3.771 0-5.657 0-6.828-1.172S2 16.771 2 13z" opacity=".5"/><path d="M6 12.91V7.497c0-.823.665-1.495 1.487-1.435c.513.037 1.069.101 1.513.21c.824.201 1.851.7 2.465 1.022l.035.018v8.415l-.007-.004c-.61-.321-1.656-.832-2.493-1.037c-.438-.107-.984-.17-1.49-.208c-.83-.062-1.51-.733-1.51-1.566m6.5 2.814l.007-.004c.61-.321 1.656-.832 2.493-1.037c.438-.107.984-.17 1.49-.208c.83-.062 1.51-.733 1.51-1.566V7.45c0-.806-.638-1.469-1.443-1.43c-.616.031-1.317.1-1.857.25c-.731.203-1.625.68-2.178 1l-.022.012z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 9c0-3.771 0-5.657 1.172-6.828S6.229 1 10 1h4c3.771 0 5.657 0 6.828 1.172S22 5.229 22 9v4c0 3.771 0 5.657-1.172 6.828S17.771 21 14 21h-4c-3.771 0-5.657 0-6.828-1.172S2 16.771 2 13z" opacity=".5"/><path d="M6 12.91V7.497c0-.823.665-1.495 1.487-1.435c.513.037 1.069.101 1.513.21c.824.201 1.851.7 2.465 1.022l.035.018v8.415l-.007-.004c-.61-.321-1.656-.832-2.493-1.037c-.438-.107-.984-.17-1.49-.208c-.83-.062-1.51-.733-1.51-1.566m6.5 2.814l.007-.004c.61-.321 1.656-.832 2.493-1.037c.438-.107.984-.17 1.49-.208c.83-.062 1.51-.733 1.51-1.566V7.45c0-.806-.638-1.469-1.443-1.43c-.616.031-1.317.1-1.857.25c-.731.203-1.625.68-2.178 1l-.022.012z"/></g></svg>
</template>

CSS

.icon-notebook-square-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%209c0-3.771%200-5.657%201.172-6.828S6.229%201%2010%201h4c3.771%200%205.657%200%206.828%201.172S22%205.229%2022%209v4c0%203.771%200%205.657-1.172%206.828S17.771%2021%2014%2021h-4c-3.771%200-5.657%200-6.828-1.172S2%2016.771%202%2013z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M6%2012.91V7.497c0-.823.665-1.495%201.487-1.435c.513.037%201.069.101%201.513.21c.824.201%201.851.7%202.465%201.022l.035.018v8.415l-.007-.004c-.61-.321-1.656-.832-2.493-1.037c-.438-.107-.984-.17-1.49-.208c-.83-.062-1.51-.733-1.51-1.566m6.5%202.814l.007-.004c.61-.321%201.656-.832%202.493-1.037c.438-.107.984-.17%201.49-.208c.83-.062%201.51-.733%201.51-1.566V7.45c0-.806-.638-1.469-1.443-1.43c-.616.031-1.317.1-1.857.25c-.731.203-1.625.68-2.178%201l-.022.012z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%209c0-3.771%200-5.657%201.172-6.828S6.229%201%2010%201h4c3.771%200%205.657%200%206.828%201.172S22%205.229%2022%209v4c0%203.771%200%205.657-1.172%206.828S17.771%2021%2014%2021h-4c-3.771%200-5.657%200-6.828-1.172S2%2016.771%202%2013z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M6%2012.91V7.497c0-.823.665-1.495%201.487-1.435c.513.037%201.069.101%201.513.21c.824.201%201.851.7%202.465%201.022l.035.018v8.415l-.007-.004c-.61-.321-1.656-.832-2.493-1.037c-.438-.107-.984-.17-1.49-.208c-.83-.062-1.51-.733-1.51-1.566m6.5%202.814l.007-.004c.61-.321%201.656-.832%202.493-1.037c.438-.107.984-.17%201.49-.208c.83-.062%201.51-.733%201.51-1.566V7.45c0-.806-.638-1.469-1.443-1.43c-.616.031-1.317.1-1.857.25c-.731.203-1.625.68-2.178%201l-.022.012z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/notebook-square-duotone.svg?color=%231a73e8&size=48