folder type notebooks logo

folder-type-notebooks from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
folder-type-notebooks
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the folder type notebooks logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#a5a5a5" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21zm0 4.2h-8.2l1.1-2.1h7.1z"/><path fill="#767677" d="M30.809 9.233a1.383 1.383 0 1 1-1.44-1.3a1.367 1.367 0 0 1 1.44 1.297z"/><path fill="#f37726" d="M22.74 25.213c-3.673 0-6.9-1.318-8.569-3.265a9.136 9.136 0 0 0 17.138 0c-1.665 1.946-4.88 3.265-8.569 3.265m0-12.657c3.673 0 6.9 1.318 8.57 3.264a9.136 9.136 0 0 0-17.139 0c1.67-1.95 4.88-3.264 8.57-3.264"/><path fill="#9e9e9e" d="M17.686 29a1.726 1.726 0 1 1-.164-.654a1.7 1.7 0 0 1 .164.655"/><path fill="#616262" d="M14.589 12.112a1.003 1.003 0 1 1 .975-1.044a1.016 1.016 0 0 1-.975 1.044"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFolderTypeNotebooks(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#a5a5a5" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21zm0 4.2h-8.2l1.1-2.1h7.1z"/><path fill="#767677" d="M30.809 9.233a1.383 1.383 0 1 1-1.44-1.3a1.367 1.367 0 0 1 1.44 1.297z"/><path fill="#f37726" d="M22.74 25.213c-3.673 0-6.9-1.318-8.569-3.265a9.136 9.136 0 0 0 17.138 0c-1.665 1.946-4.88 3.265-8.569 3.265m0-12.657c3.673 0 6.9 1.318 8.57 3.264a9.136 9.136 0 0 0-17.139 0c1.67-1.95 4.88-3.264 8.57-3.264"/><path fill="#9e9e9e" d="M17.686 29a1.726 1.726 0 1 1-.164-.654a1.7 1.7 0 0 1 .164.655"/><path fill="#616262" d="M14.589 12.112a1.003 1.003 0 1 1 .975-1.044a1.016 1.016 0 0 1-.975 1.044"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#a5a5a5" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21zm0 4.2h-8.2l1.1-2.1h7.1z"/><path fill="#767677" d="M30.809 9.233a1.383 1.383 0 1 1-1.44-1.3a1.367 1.367 0 0 1 1.44 1.297z"/><path fill="#f37726" d="M22.74 25.213c-3.673 0-6.9-1.318-8.569-3.265a9.136 9.136 0 0 0 17.138 0c-1.665 1.946-4.88 3.265-8.569 3.265m0-12.657c3.673 0 6.9 1.318 8.57 3.264a9.136 9.136 0 0 0-17.139 0c1.67-1.95 4.88-3.264 8.57-3.264"/><path fill="#9e9e9e" d="M17.686 29a1.726 1.726 0 1 1-.164-.654a1.7 1.7 0 0 1 .164.655"/><path fill="#616262" d="M14.589 12.112a1.003 1.003 0 1 1 .975-1.044a1.016 1.016 0 0 1-.975 1.044"/></svg>
</template>

CSS

.icon-folder-type-notebooks {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22%23a5a5a5%22%20d%3D%22M27.5%205.5h-9.3l-2.1%204.2H4.4v16.8h25.2v-21zm0%204.2h-8.2l1.1-2.1h7.1z%22%2F%3E%3Cpath%20fill%3D%22%23767677%22%20d%3D%22M30.809%209.233a1.383%201.383%200%201%201-1.44-1.3a1.367%201.367%200%200%201%201.44%201.297z%22%2F%3E%3Cpath%20fill%3D%22%23f37726%22%20d%3D%22M22.74%2025.213c-3.673%200-6.9-1.318-8.569-3.265a9.136%209.136%200%200%200%2017.138%200c-1.665%201.946-4.88%203.265-8.569%203.265m0-12.657c3.673%200%206.9%201.318%208.57%203.264a9.136%209.136%200%200%200-17.139%200c1.67-1.95%204.88-3.264%208.57-3.264%22%2F%3E%3Cpath%20fill%3D%22%239e9e9e%22%20d%3D%22M17.686%2029a1.726%201.726%200%201%201-.164-.654a1.7%201.7%200%200%201%20.164.655%22%2F%3E%3Cpath%20fill%3D%22%23616262%22%20d%3D%22M14.589%2012.112a1.003%201.003%200%201%201%20.975-1.044a1.016%201.016%200%200%201-.975%201.044%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%2032%2032%22%3E%3Cpath%20fill%3D%22%23a5a5a5%22%20d%3D%22M27.5%205.5h-9.3l-2.1%204.2H4.4v16.8h25.2v-21zm0%204.2h-8.2l1.1-2.1h7.1z%22%2F%3E%3Cpath%20fill%3D%22%23767677%22%20d%3D%22M30.809%209.233a1.383%201.383%200%201%201-1.44-1.3a1.367%201.367%200%200%201%201.44%201.297z%22%2F%3E%3Cpath%20fill%3D%22%23f37726%22%20d%3D%22M22.74%2025.213c-3.673%200-6.9-1.318-8.569-3.265a9.136%209.136%200%200%200%2017.138%200c-1.665%201.946-4.88%203.265-8.569%203.265m0-12.657c3.673%200%206.9%201.318%208.57%203.264a9.136%209.136%200%200%200-17.139%200c1.67-1.95%204.88-3.264%208.57-3.264%22%2F%3E%3Cpath%20fill%3D%22%239e9e9e%22%20d%3D%22M17.686%2029a1.726%201.726%200%201%201-.164-.654a1.7%201.7%200%200%201%20.164.655%22%2F%3E%3Cpath%20fill%3D%22%23616262%22%20d%3D%22M14.589%2012.112a1.003%201.003%200%201%201%20.975-1.044a1.016%201.016%200%200%201-.975%201.044%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/folder-type-notebooks.svg?color=%231a73e8&size=48