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

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

Use the jdoodle logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.85 4.396a.71.71 0 0 0-.046.976l2.583 2.553a.734.734 0 0 0 .988-.046a.72.72 0 0 0 0-1.035L3.898 4.396a.743.743 0 0 0-1.048 0m18.305-.004a.71.71 0 0 1 .047.977l-2.583 2.553a.734.734 0 0 1-.988-.046a.72.72 0 0 1 0-1.036l2.477-2.448a.743.743 0 0 1 1.047 0m-16.65 9.045a.73.73 0 0 1-.742.732h-2.27a.74.74 0 0 1-.741-.732c0-.408.338-.732.74-.732h2.271c.413 0 .741.333.741.732zm7.49-11.123c.413 0 .742.324.742.732v2.243a.74.74 0 0 1-.741.732a.74.74 0 0 1-.742-.732V3.046c0-.408.338-.732.742-.732zm11.257 11.132a.73.73 0 0 1-.741.732h-2.27a.74.74 0 0 1-.742-.732c0-.408.338-.732.742-.732h2.27c.413 0 .741.333.741.732m-10.135 4.06c-.03 0-.036-.048-.007-.056c1.738-.484 3.04-2.105 3.04-3.984c-.001-2.274-1.879-4.134-4.133-4.132c-2.266.015-4.119 1.898-4.105 4.159a4.14 4.14 0 0 0 3.048 3.955c.029.008.023.057-.007.057l-2.733.006a.2.2 0 0 1-.14-.057a5.72 5.72 0 0 1-1.683-3.926c-.056-3.04 2.531-5.682 5.586-5.714s5.675 2.577 5.683 5.63c-.003 1.54-.667 2.977-1.704 4.01a.2.2 0 0 1-.14.057zM24 17.92c0 .804-.244 1.417-.72 1.853c-.482.436-1.128.654-1.922.654h-7.156a2 2 0 0 0-.208-.012c-.804 0-1.21.5-1.457 1.203a.1.1 0 0 1-.096.07h-.874a.1.1 0 0 1-.095-.07c-.152-.457-.24-.826-.69-1.024q-.326-.167-.812-.167H2.642c-.808 0-1.446-.218-1.922-.654C.245 19.337 0 18.724 0 17.92q0-.148.012-.292a.1.1 0 0 1 .099-.09h1.026c.065 0 .114.06.113.125v.066q0 .584.366.913c.244.218.598.327 1.073.327h7.32c.795 0 1.427.218 1.91.66q.04.041.074.083q.04-.042.081-.082q.724-.663 1.909-.661h7.327q.705 0 1.073-.327c.244-.218.36-.525.36-.913v-.066c-.002-.064.048-.125.112-.125h1.034c.051 0 .095.039.099.09q.012.143.011.292z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsJdoodle(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="M2.85 4.396a.71.71 0 0 0-.046.976l2.583 2.553a.734.734 0 0 0 .988-.046a.72.72 0 0 0 0-1.035L3.898 4.396a.743.743 0 0 0-1.048 0m18.305-.004a.71.71 0 0 1 .047.977l-2.583 2.553a.734.734 0 0 1-.988-.046a.72.72 0 0 1 0-1.036l2.477-2.448a.743.743 0 0 1 1.047 0m-16.65 9.045a.73.73 0 0 1-.742.732h-2.27a.74.74 0 0 1-.741-.732c0-.408.338-.732.74-.732h2.271c.413 0 .741.333.741.732zm7.49-11.123c.413 0 .742.324.742.732v2.243a.74.74 0 0 1-.741.732a.74.74 0 0 1-.742-.732V3.046c0-.408.338-.732.742-.732zm11.257 11.132a.73.73 0 0 1-.741.732h-2.27a.74.74 0 0 1-.742-.732c0-.408.338-.732.742-.732h2.27c.413 0 .741.333.741.732m-10.135 4.06c-.03 0-.036-.048-.007-.056c1.738-.484 3.04-2.105 3.04-3.984c-.001-2.274-1.879-4.134-4.133-4.132c-2.266.015-4.119 1.898-4.105 4.159a4.14 4.14 0 0 0 3.048 3.955c.029.008.023.057-.007.057l-2.733.006a.2.2 0 0 1-.14-.057a5.72 5.72 0 0 1-1.683-3.926c-.056-3.04 2.531-5.682 5.586-5.714s5.675 2.577 5.683 5.63c-.003 1.54-.667 2.977-1.704 4.01a.2.2 0 0 1-.14.057zM24 17.92c0 .804-.244 1.417-.72 1.853c-.482.436-1.128.654-1.922.654h-7.156a2 2 0 0 0-.208-.012c-.804 0-1.21.5-1.457 1.203a.1.1 0 0 1-.096.07h-.874a.1.1 0 0 1-.095-.07c-.152-.457-.24-.826-.69-1.024q-.326-.167-.812-.167H2.642c-.808 0-1.446-.218-1.922-.654C.245 19.337 0 18.724 0 17.92q0-.148.012-.292a.1.1 0 0 1 .099-.09h1.026c.065 0 .114.06.113.125v.066q0 .584.366.913c.244.218.598.327 1.073.327h7.32c.795 0 1.427.218 1.91.66q.04.041.074.083q.04-.042.081-.082q.724-.663 1.909-.661h7.327q.705 0 1.073-.327c.244-.218.36-.525.36-.913v-.066c-.002-.064.048-.125.112-.125h1.034c.051 0 .095.039.099.09q.012.143.011.292z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.85 4.396a.71.71 0 0 0-.046.976l2.583 2.553a.734.734 0 0 0 .988-.046a.72.72 0 0 0 0-1.035L3.898 4.396a.743.743 0 0 0-1.048 0m18.305-.004a.71.71 0 0 1 .047.977l-2.583 2.553a.734.734 0 0 1-.988-.046a.72.72 0 0 1 0-1.036l2.477-2.448a.743.743 0 0 1 1.047 0m-16.65 9.045a.73.73 0 0 1-.742.732h-2.27a.74.74 0 0 1-.741-.732c0-.408.338-.732.74-.732h2.271c.413 0 .741.333.741.732zm7.49-11.123c.413 0 .742.324.742.732v2.243a.74.74 0 0 1-.741.732a.74.74 0 0 1-.742-.732V3.046c0-.408.338-.732.742-.732zm11.257 11.132a.73.73 0 0 1-.741.732h-2.27a.74.74 0 0 1-.742-.732c0-.408.338-.732.742-.732h2.27c.413 0 .741.333.741.732m-10.135 4.06c-.03 0-.036-.048-.007-.056c1.738-.484 3.04-2.105 3.04-3.984c-.001-2.274-1.879-4.134-4.133-4.132c-2.266.015-4.119 1.898-4.105 4.159a4.14 4.14 0 0 0 3.048 3.955c.029.008.023.057-.007.057l-2.733.006a.2.2 0 0 1-.14-.057a5.72 5.72 0 0 1-1.683-3.926c-.056-3.04 2.531-5.682 5.586-5.714s5.675 2.577 5.683 5.63c-.003 1.54-.667 2.977-1.704 4.01a.2.2 0 0 1-.14.057zM24 17.92c0 .804-.244 1.417-.72 1.853c-.482.436-1.128.654-1.922.654h-7.156a2 2 0 0 0-.208-.012c-.804 0-1.21.5-1.457 1.203a.1.1 0 0 1-.096.07h-.874a.1.1 0 0 1-.095-.07c-.152-.457-.24-.826-.69-1.024q-.326-.167-.812-.167H2.642c-.808 0-1.446-.218-1.922-.654C.245 19.337 0 18.724 0 17.92q0-.148.012-.292a.1.1 0 0 1 .099-.09h1.026c.065 0 .114.06.113.125v.066q0 .584.366.913c.244.218.598.327 1.073.327h7.32c.795 0 1.427.218 1.91.66q.04.041.074.083q.04-.042.081-.082q.724-.663 1.909-.661h7.327q.705 0 1.073-.327c.244-.218.36-.525.36-.913v-.066c-.002-.064.048-.125.112-.125h1.034c.051 0 .095.039.099.09q.012.143.011.292z"/></svg>
</template>

CSS

.icon-jdoodle {
  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%22M2.85%204.396a.71.71%200%200%200-.046.976l2.583%202.553a.734.734%200%200%200%20.988-.046a.72.72%200%200%200%200-1.035L3.898%204.396a.743.743%200%200%200-1.048%200m18.305-.004a.71.71%200%200%201%20.047.977l-2.583%202.553a.734.734%200%200%201-.988-.046a.72.72%200%200%201%200-1.036l2.477-2.448a.743.743%200%200%201%201.047%200m-16.65%209.045a.73.73%200%200%201-.742.732h-2.27a.74.74%200%200%201-.741-.732c0-.408.338-.732.74-.732h2.271c.413%200%20.741.333.741.732zm7.49-11.123c.413%200%20.742.324.742.732v2.243a.74.74%200%200%201-.741.732a.74.74%200%200%201-.742-.732V3.046c0-.408.338-.732.742-.732zm11.257%2011.132a.73.73%200%200%201-.741.732h-2.27a.74.74%200%200%201-.742-.732c0-.408.338-.732.742-.732h2.27c.413%200%20.741.333.741.732m-10.135%204.06c-.03%200-.036-.048-.007-.056c1.738-.484%203.04-2.105%203.04-3.984c-.001-2.274-1.879-4.134-4.133-4.132c-2.266.015-4.119%201.898-4.105%204.159a4.14%204.14%200%200%200%203.048%203.955c.029.008.023.057-.007.057l-2.733.006a.2.2%200%200%201-.14-.057a5.72%205.72%200%200%201-1.683-3.926c-.056-3.04%202.531-5.682%205.586-5.714s5.675%202.577%205.683%205.63c-.003%201.54-.667%202.977-1.704%204.01a.2.2%200%200%201-.14.057zM24%2017.92c0%20.804-.244%201.417-.72%201.853c-.482.436-1.128.654-1.922.654h-7.156a2%202%200%200%200-.208-.012c-.804%200-1.21.5-1.457%201.203a.1.1%200%200%201-.096.07h-.874a.1.1%200%200%201-.095-.07c-.152-.457-.24-.826-.69-1.024q-.326-.167-.812-.167H2.642c-.808%200-1.446-.218-1.922-.654C.245%2019.337%200%2018.724%200%2017.92q0-.148.012-.292a.1.1%200%200%201%20.099-.09h1.026c.065%200%20.114.06.113.125v.066q0%20.584.366.913c.244.218.598.327%201.073.327h7.32c.795%200%201.427.218%201.91.66q.04.041.074.083q.04-.042.081-.082q.724-.663%201.909-.661h7.327q.705%200%201.073-.327c.244-.218.36-.525.36-.913v-.066c-.002-.064.048-.125.112-.125h1.034c.051%200%20.095.039.099.09q.012.143.011.292z%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%22M2.85%204.396a.71.71%200%200%200-.046.976l2.583%202.553a.734.734%200%200%200%20.988-.046a.72.72%200%200%200%200-1.035L3.898%204.396a.743.743%200%200%200-1.048%200m18.305-.004a.71.71%200%200%201%20.047.977l-2.583%202.553a.734.734%200%200%201-.988-.046a.72.72%200%200%201%200-1.036l2.477-2.448a.743.743%200%200%201%201.047%200m-16.65%209.045a.73.73%200%200%201-.742.732h-2.27a.74.74%200%200%201-.741-.732c0-.408.338-.732.74-.732h2.271c.413%200%20.741.333.741.732zm7.49-11.123c.413%200%20.742.324.742.732v2.243a.74.74%200%200%201-.741.732a.74.74%200%200%201-.742-.732V3.046c0-.408.338-.732.742-.732zm11.257%2011.132a.73.73%200%200%201-.741.732h-2.27a.74.74%200%200%201-.742-.732c0-.408.338-.732.742-.732h2.27c.413%200%20.741.333.741.732m-10.135%204.06c-.03%200-.036-.048-.007-.056c1.738-.484%203.04-2.105%203.04-3.984c-.001-2.274-1.879-4.134-4.133-4.132c-2.266.015-4.119%201.898-4.105%204.159a4.14%204.14%200%200%200%203.048%203.955c.029.008.023.057-.007.057l-2.733.006a.2.2%200%200%201-.14-.057a5.72%205.72%200%200%201-1.683-3.926c-.056-3.04%202.531-5.682%205.586-5.714s5.675%202.577%205.683%205.63c-.003%201.54-.667%202.977-1.704%204.01a.2.2%200%200%201-.14.057zM24%2017.92c0%20.804-.244%201.417-.72%201.853c-.482.436-1.128.654-1.922.654h-7.156a2%202%200%200%200-.208-.012c-.804%200-1.21.5-1.457%201.203a.1.1%200%200%201-.096.07h-.874a.1.1%200%200%201-.095-.07c-.152-.457-.24-.826-.69-1.024q-.326-.167-.812-.167H2.642c-.808%200-1.446-.218-1.922-.654C.245%2019.337%200%2018.724%200%2017.92q0-.148.012-.292a.1.1%200%200%201%20.099-.09h1.026c.065%200%20.114.06.113.125v.066q0%20.584.366.913c.244.218.598.327%201.073.327h7.32c.795%200%201.427.218%201.91.66q.04.041.074.083q.04-.042.081-.082q.724-.663%201.909-.661h7.327q.705%200%201.073-.327c.244-.218.36-.525.36-.913v-.066c-.002-.064.048-.125.112-.125h1.034c.051%200%20.095.039.099.09q.012.143.011.292z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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