notebook square icon

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

Name
notebook-square-filled
Set
Reicon
Style
Filled
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"><path fill="currentColor" fill-rule="evenodd" d="M3.172 2.172C2 3.343 2 5.229 2 9v4c0 3.771 0 5.657 1.172 6.828S6.229 21 10 21h4c3.771 0 5.657 0 6.828-1.172S22 16.771 22 13V9c0-3.771 0-5.657-1.172-6.828S17.771 1 14 1h-4C6.229 1 4.343 1 3.172 2.172m9.335 13.55l-.007.004V7.283l.022-.013c.553-.32 1.447-.796 2.178-1c.54-.149 1.24-.218 1.857-.248c.805-.04 1.443.623 1.443 1.43v5.459c0 .833-.68 1.504-1.51 1.566c-.506.038-1.052.101-1.49.208c-.837.205-1.883.716-2.493 1.037M6 7.496v5.415c0 .833.68 1.504 1.51 1.566c.506.038 1.052.101 1.49.208c.837.205 1.883.716 2.493 1.037l.007.004V7.311l-.035-.018C10.85 6.971 9.824 6.473 9 6.271c-.444-.109-1-.173-1.513-.21C6.665 6 6 6.673 6 7.496" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconNotebookSquareFilled(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" fillRule="evenodd" d="M3.172 2.172C2 3.343 2 5.229 2 9v4c0 3.771 0 5.657 1.172 6.828S6.229 21 10 21h4c3.771 0 5.657 0 6.828-1.172S22 16.771 22 13V9c0-3.771 0-5.657-1.172-6.828S17.771 1 14 1h-4C6.229 1 4.343 1 3.172 2.172m9.335 13.55l-.007.004V7.283l.022-.013c.553-.32 1.447-.796 2.178-1c.54-.149 1.24-.218 1.857-.248c.805-.04 1.443.623 1.443 1.43v5.459c0 .833-.68 1.504-1.51 1.566c-.506.038-1.052.101-1.49.208c-.837.205-1.883.716-2.493 1.037M6 7.496v5.415c0 .833.68 1.504 1.51 1.566c.506.038 1.052.101 1.49.208c.837.205 1.883.716 2.493 1.037l.007.004V7.311l-.035-.018C10.85 6.971 9.824 6.473 9 6.271c-.444-.109-1-.173-1.513-.21C6.665 6 6 6.673 6 7.496" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.172 2.172C2 3.343 2 5.229 2 9v4c0 3.771 0 5.657 1.172 6.828S6.229 21 10 21h4c3.771 0 5.657 0 6.828-1.172S22 16.771 22 13V9c0-3.771 0-5.657-1.172-6.828S17.771 1 14 1h-4C6.229 1 4.343 1 3.172 2.172m9.335 13.55l-.007.004V7.283l.022-.013c.553-.32 1.447-.796 2.178-1c.54-.149 1.24-.218 1.857-.248c.805-.04 1.443.623 1.443 1.43v5.459c0 .833-.68 1.504-1.51 1.566c-.506.038-1.052.101-1.49.208c-.837.205-1.883.716-2.493 1.037M6 7.496v5.415c0 .833.68 1.504 1.51 1.566c.506.038 1.052.101 1.49.208c.837.205 1.883.716 2.493 1.037l.007.004V7.311l-.035-.018C10.85 6.971 9.824 6.473 9 6.271c-.444-.109-1-.173-1.513-.21C6.665 6 6 6.673 6 7.496" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-notebook-square-filled {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.172%202.172C2%203.343%202%205.229%202%209v4c0%203.771%200%205.657%201.172%206.828S6.229%2021%2010%2021h4c3.771%200%205.657%200%206.828-1.172S22%2016.771%2022%2013V9c0-3.771%200-5.657-1.172-6.828S17.771%201%2014%201h-4C6.229%201%204.343%201%203.172%202.172m9.335%2013.55l-.007.004V7.283l.022-.013c.553-.32%201.447-.796%202.178-1c.54-.149%201.24-.218%201.857-.248c.805-.04%201.443.623%201.443%201.43v5.459c0%20.833-.68%201.504-1.51%201.566c-.506.038-1.052.101-1.49.208c-.837.205-1.883.716-2.493%201.037M6%207.496v5.415c0%20.833.68%201.504%201.51%201.566c.506.038%201.052.101%201.49.208c.837.205%201.883.716%202.493%201.037l.007.004V7.311l-.035-.018C10.85%206.971%209.824%206.473%209%206.271c-.444-.109-1-.173-1.513-.21C6.665%206%206%206.673%206%207.496%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.172%202.172C2%203.343%202%205.229%202%209v4c0%203.771%200%205.657%201.172%206.828S6.229%2021%2010%2021h4c3.771%200%205.657%200%206.828-1.172S22%2016.771%2022%2013V9c0-3.771%200-5.657-1.172-6.828S17.771%201%2014%201h-4C6.229%201%204.343%201%203.172%202.172m9.335%2013.55l-.007.004V7.283l.022-.013c.553-.32%201.447-.796%202.178-1c.54-.149%201.24-.218%201.857-.248c.805-.04%201.443.623%201.443%201.43v5.459c0%20.833-.68%201.504-1.51%201.566c-.506.038-1.052.101-1.49.208c-.837.205-1.883.716-2.493%201.037M6%207.496v5.415c0%20.833.68%201.504%201.51%201.566c.506.038%201.052.101%201.49.208c.837.205%201.883.716%202.493%201.037l.007.004V7.311l-.035-.018C10.85%206.971%209.824%206.473%209%206.271c-.444-.109-1-.173-1.513-.21C6.665%206%206%206.673%206%207.496%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Notebook Square filled icon — Reicon · IconsDB