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

Name
jupyter
Set
Material Icon Theme
Style
Color
Viewbox
32×32
License
MIT

The same logo in other sets

Use the jupyter logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f57c00" d="M6.2 18a22.7 22.7 0 0 0 9.8 2a22.7 22.7 0 0 0 9.8-2a10.002 10.002 0 0 1-19.6 0m19.6-4a22.7 22.7 0 0 0-9.8-2a22.7 22.7 0 0 0-9.8 2a10.002 10.002 0 0 1 19.6 0"/><circle cx="27" cy="5" r="3" fill="#757575"/><circle cx="5" cy="27" r="3" fill="#9e9e9e"/><circle cx="5" cy="5" r="3" fill="#616161"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeJupyter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f57c00" d="M6.2 18a22.7 22.7 0 0 0 9.8 2a22.7 22.7 0 0 0 9.8-2a10.002 10.002 0 0 1-19.6 0m19.6-4a22.7 22.7 0 0 0-9.8-2a22.7 22.7 0 0 0-9.8 2a10.002 10.002 0 0 1 19.6 0"/><circle cx="27" cy="5" r="3" fill="#757575"/><circle cx="5" cy="27" r="3" fill="#9e9e9e"/><circle cx="5" cy="5" r="3" fill="#616161"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f57c00" d="M6.2 18a22.7 22.7 0 0 0 9.8 2a22.7 22.7 0 0 0 9.8-2a10.002 10.002 0 0 1-19.6 0m19.6-4a22.7 22.7 0 0 0-9.8-2a22.7 22.7 0 0 0-9.8 2a10.002 10.002 0 0 1 19.6 0"/><circle cx="27" cy="5" r="3" fill="#757575"/><circle cx="5" cy="27" r="3" fill="#9e9e9e"/><circle cx="5" cy="5" r="3" fill="#616161"/></svg>
</template>

CSS

.icon-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%2032%2032%22%3E%3Cpath%20fill%3D%22%23f57c00%22%20d%3D%22M6.2%2018a22.7%2022.7%200%200%200%209.8%202a22.7%2022.7%200%200%200%209.8-2a10.002%2010.002%200%200%201-19.6%200m19.6-4a22.7%2022.7%200%200%200-9.8-2a22.7%2022.7%200%200%200-9.8%202a10.002%2010.002%200%200%201%2019.6%200%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%225%22%20r%3D%223%22%20fill%3D%22%23757575%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%2227%22%20r%3D%223%22%20fill%3D%22%239e9e9e%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%225%22%20r%3D%223%22%20fill%3D%22%23616161%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%23f57c00%22%20d%3D%22M6.2%2018a22.7%2022.7%200%200%200%209.8%202a22.7%2022.7%200%200%200%209.8-2a10.002%2010.002%200%200%201-19.6%200m19.6-4a22.7%2022.7%200%200%200-9.8-2a22.7%2022.7%200%200%200-9.8%202a10.002%2010.002%200%200%201%2019.6%200%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%225%22%20r%3D%223%22%20fill%3D%22%23757575%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%2227%22%20r%3D%223%22%20fill%3D%22%239e9e9e%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%225%22%20r%3D%223%22%20fill%3D%22%23616161%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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