folder-jupyter from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
folder-jupyter
Set
Material Icon Theme
Style
Color
Viewbox
16×16
License
MIT

Related icons in Material Icon Theme

Use the folder jupyter logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff9800" d="m6.922 3.768l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232"/><g fill="#ffe0b2" transform="matrix(.7 0 0 .7 5 5)"><path d="M3.1 9A11.35 11.35 0 0 0 8 10a11.35 11.35 0 0 0 4.9-1a5.001 5.001 0 0 1-9.8 0m0-2A11.35 11.35 0 0 1 8 6a11.35 11.35 0 0 1 4.9 1a5.001 5.001 0 0 0-9.8 0"/><circle cx="13.5" cy="2.5" r="1.5"/><circle cx="2.5" cy="13.5" r="1.5"/><circle cx="2.5" cy="2.5" r="1.5"/></g></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeFolderJupyter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff9800" d="m6.922 3.768l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232"/><g fill="#ffe0b2" transform="matrix(.7 0 0 .7 5 5)"><path d="M3.1 9A11.35 11.35 0 0 0 8 10a11.35 11.35 0 0 0 4.9-1a5.001 5.001 0 0 1-9.8 0m0-2A11.35 11.35 0 0 1 8 6a11.35 11.35 0 0 1 4.9 1a5.001 5.001 0 0 0-9.8 0"/><circle cx="13.5" cy="2.5" r="1.5"/><circle cx="2.5" cy="13.5" r="1.5"/><circle cx="2.5" cy="2.5" r="1.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#ff9800" d="m6.922 3.768l-.644-.536A1 1 0 0 0 5.638 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H7.562a1 1 0 0 1-.64-.232"/><g fill="#ffe0b2" transform="matrix(.7 0 0 .7 5 5)"><path d="M3.1 9A11.35 11.35 0 0 0 8 10a11.35 11.35 0 0 0 4.9-1a5.001 5.001 0 0 1-9.8 0m0-2A11.35 11.35 0 0 1 8 6a11.35 11.35 0 0 1 4.9 1a5.001 5.001 0 0 0-9.8 0"/><circle cx="13.5" cy="2.5" r="1.5"/><circle cx="2.5" cy="13.5" r="1.5"/><circle cx="2.5" cy="2.5" r="1.5"/></g></svg>
</template>

CSS

.icon-folder-jupyter {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22%23ff9800%22%20d%3D%22m6.922%203.768l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h12a1%201%200%200%200%201-1V5a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232%22%2F%3E%3Cg%20fill%3D%22%23ffe0b2%22%20transform%3D%22matrix(.7%200%200%20.7%205%205)%22%3E%3Cpath%20d%3D%22M3.1%209A11.35%2011.35%200%200%200%208%2010a11.35%2011.35%200%200%200%204.9-1a5.001%205.001%200%200%201-9.8%200m0-2A11.35%2011.35%200%200%201%208%206a11.35%2011.35%200%200%201%204.9%201a5.001%205.001%200%200%200-9.8%200%22%2F%3E%3Ccircle%20cx%3D%2213.5%22%20cy%3D%222.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%222.5%22%20cy%3D%2213.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%222.5%22%20cy%3D%222.5%22%20r%3D%221.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22%23ff9800%22%20d%3D%22m6.922%203.768l-.644-.536A1%201%200%200%200%205.638%203H2a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h12a1%201%200%200%200%201-1V5a1%201%200%200%200-1-1H7.562a1%201%200%200%201-.64-.232%22%2F%3E%3Cg%20fill%3D%22%23ffe0b2%22%20transform%3D%22matrix(.7%200%200%20.7%205%205)%22%3E%3Cpath%20d%3D%22M3.1%209A11.35%2011.35%200%200%200%208%2010a11.35%2011.35%200%200%200%204.9-1a5.001%205.001%200%200%201-9.8%200m0-2A11.35%2011.35%200%200%201%208%206a11.35%2011.35%200%200%201%204.9%201a5.001%205.001%200%200%200-9.8%200%22%2F%3E%3Ccircle%20cx%3D%2213.5%22%20cy%3D%222.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%222.5%22%20cy%3D%2213.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%222.5%22%20cy%3D%222.5%22%20r%3D%221.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/folder-jupyter.svg?color=%231a73e8&size=48