jupyter from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
jupyter
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

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 24 24"><path fill="currentColor" d="M7.157 22.201A1.784 1.799 0 0 1 5.374 24a1.784 1.799 0 0 1-1.784-1.799a1.784 1.799 0 0 1 1.784-1.799a1.784 1.799 0 0 1 1.783 1.799M20.582 1.427a1.415 1.427 0 0 1-1.415 1.428a1.415 1.427 0 0 1-1.416-1.428A1.415 1.427 0 0 1 19.167 0a1.415 1.427 0 0 1 1.415 1.427M4.992 3.336A1.047 1.056 0 0 1 3.946 4.39a1.047 1.056 0 0 1-1.047-1.055A1.047 1.056 0 0 1 3.946 2.28a1.047 1.056 0 0 1 1.046 1.056m7.336 1.517c3.769 0 7.06 1.38 8.768 3.424a9.36 9.36 0 0 0-3.393-4.547a9.24 9.24 0 0 0-5.377-1.728A9.24 9.24 0 0 0 6.95 3.73a9.36 9.36 0 0 0-3.394 4.547c1.713-2.04 5.004-3.424 8.772-3.424m.001 13.295c-3.768 0-7.06-1.381-8.768-3.425a9.36 9.36 0 0 0 3.394 4.547A9.24 9.24 0 0 0 12.33 21a9.24 9.24 0 0 0 5.377-1.729a9.36 9.36 0 0 0 3.393-4.547c-1.712 2.044-5.003 3.425-8.772 3.425Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsJupyter(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" d="M7.157 22.201A1.784 1.799 0 0 1 5.374 24a1.784 1.799 0 0 1-1.784-1.799a1.784 1.799 0 0 1 1.784-1.799a1.784 1.799 0 0 1 1.783 1.799M20.582 1.427a1.415 1.427 0 0 1-1.415 1.428a1.415 1.427 0 0 1-1.416-1.428A1.415 1.427 0 0 1 19.167 0a1.415 1.427 0 0 1 1.415 1.427M4.992 3.336A1.047 1.056 0 0 1 3.946 4.39a1.047 1.056 0 0 1-1.047-1.055A1.047 1.056 0 0 1 3.946 2.28a1.047 1.056 0 0 1 1.046 1.056m7.336 1.517c3.769 0 7.06 1.38 8.768 3.424a9.36 9.36 0 0 0-3.393-4.547a9.24 9.24 0 0 0-5.377-1.728A9.24 9.24 0 0 0 6.95 3.73a9.36 9.36 0 0 0-3.394 4.547c1.713-2.04 5.004-3.424 8.772-3.424m.001 13.295c-3.768 0-7.06-1.381-8.768-3.425a9.36 9.36 0 0 0 3.394 4.547A9.24 9.24 0 0 0 12.33 21a9.24 9.24 0 0 0 5.377-1.729a9.36 9.36 0 0 0 3.393-4.547c-1.712 2.044-5.003 3.425-8.772 3.425Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.157 22.201A1.784 1.799 0 0 1 5.374 24a1.784 1.799 0 0 1-1.784-1.799a1.784 1.799 0 0 1 1.784-1.799a1.784 1.799 0 0 1 1.783 1.799M20.582 1.427a1.415 1.427 0 0 1-1.415 1.428a1.415 1.427 0 0 1-1.416-1.428A1.415 1.427 0 0 1 19.167 0a1.415 1.427 0 0 1 1.415 1.427M4.992 3.336A1.047 1.056 0 0 1 3.946 4.39a1.047 1.056 0 0 1-1.047-1.055A1.047 1.056 0 0 1 3.946 2.28a1.047 1.056 0 0 1 1.046 1.056m7.336 1.517c3.769 0 7.06 1.38 8.768 3.424a9.36 9.36 0 0 0-3.393-4.547a9.24 9.24 0 0 0-5.377-1.728A9.24 9.24 0 0 0 6.95 3.73a9.36 9.36 0 0 0-3.394 4.547c1.713-2.04 5.004-3.424 8.772-3.424m.001 13.295c-3.768 0-7.06-1.381-8.768-3.425a9.36 9.36 0 0 0 3.394 4.547A9.24 9.24 0 0 0 12.33 21a9.24 9.24 0 0 0 5.377-1.729a9.36 9.36 0 0 0 3.393-4.547c-1.712 2.044-5.003 3.425-8.772 3.425Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.157%2022.201A1.784%201.799%200%200%201%205.374%2024a1.784%201.799%200%200%201-1.784-1.799a1.784%201.799%200%200%201%201.784-1.799a1.784%201.799%200%200%201%201.783%201.799M20.582%201.427a1.415%201.427%200%200%201-1.415%201.428a1.415%201.427%200%200%201-1.416-1.428A1.415%201.427%200%200%201%2019.167%200a1.415%201.427%200%200%201%201.415%201.427M4.992%203.336A1.047%201.056%200%200%201%203.946%204.39a1.047%201.056%200%200%201-1.047-1.055A1.047%201.056%200%200%201%203.946%202.28a1.047%201.056%200%200%201%201.046%201.056m7.336%201.517c3.769%200%207.06%201.38%208.768%203.424a9.36%209.36%200%200%200-3.393-4.547a9.24%209.24%200%200%200-5.377-1.728A9.24%209.24%200%200%200%206.95%203.73a9.36%209.36%200%200%200-3.394%204.547c1.713-2.04%205.004-3.424%208.772-3.424m.001%2013.295c-3.768%200-7.06-1.381-8.768-3.425a9.36%209.36%200%200%200%203.394%204.547A9.24%209.24%200%200%200%2012.33%2021a9.24%209.24%200%200%200%205.377-1.729a9.36%209.36%200%200%200%203.393-4.547c-1.712%202.044-5.003%203.425-8.772%203.425Z%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%20d%3D%22M7.157%2022.201A1.784%201.799%200%200%201%205.374%2024a1.784%201.799%200%200%201-1.784-1.799a1.784%201.799%200%200%201%201.784-1.799a1.784%201.799%200%200%201%201.783%201.799M20.582%201.427a1.415%201.427%200%200%201-1.415%201.428a1.415%201.427%200%200%201-1.416-1.428A1.415%201.427%200%200%201%2019.167%200a1.415%201.427%200%200%201%201.415%201.427M4.992%203.336A1.047%201.056%200%200%201%203.946%204.39a1.047%201.056%200%200%201-1.047-1.055A1.047%201.056%200%200%201%203.946%202.28a1.047%201.056%200%200%201%201.046%201.056m7.336%201.517c3.769%200%207.06%201.38%208.768%203.424a9.36%209.36%200%200%200-3.393-4.547a9.24%209.24%200%200%200-5.377-1.728A9.24%209.24%200%200%200%206.95%203.73a9.36%209.36%200%200%200-3.394%204.547c1.713-2.04%205.004-3.424%208.772-3.424m.001%2013.295c-3.768%200-7.06-1.381-8.768-3.425a9.36%209.36%200%200%200%203.394%204.547A9.24%209.24%200%200%200%2012.33%2021a9.24%209.24%200%200%200%205.377-1.729a9.36%209.36%200%200%200%203.393-4.547c-1.712%202.044-5.003%203.425-8.772%203.425Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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