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

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

Use the elegoo logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.686 7.479q.81 1.244 1.476 2.505c.64-1.217 1.849-2.086 3.328-2.086c2.217 0 3.826 1.954 3.826 4.102s-1.609 4.102-3.826 4.102c-.656 0-1.26-.171-1.784-.467l-.001-.001a4 4 0 0 1-1.509-1.553c-.484-.804-.725-1.706-.991-2.657c-.598-2.134-1.252-3.773-3.194-4.988a6.56 6.56 0 0 0-3.501-.985C2.815 5.451 0 8.323 0 12c0 3.727 2.761 6.549 6.51 6.549c1.955 0 3.639-.766 4.805-2.027a31 31 0 0 1-1.477-2.505c-.641 1.217-1.849 2.085-3.328 2.085c-2.218 0-3.827-1.953-3.827-4.102S4.292 7.898 6.51 7.898c.655 0 1.26.171 1.783.469h.001c.635.36 1.154.904 1.509 1.553c.574.951.807 2.041 1.144 3.188c.555 1.89 1.285 3.339 3.002 4.432a6.55 6.55 0 0 0 3.541 1.009c3.694 0 6.51-2.872 6.51-6.549c0-3.727-2.76-6.549-6.51-6.549c-1.954 0-3.64.766-4.804 2.028"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsElegoo(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="M12.686 7.479q.81 1.244 1.476 2.505c.64-1.217 1.849-2.086 3.328-2.086c2.217 0 3.826 1.954 3.826 4.102s-1.609 4.102-3.826 4.102c-.656 0-1.26-.171-1.784-.467l-.001-.001a4 4 0 0 1-1.509-1.553c-.484-.804-.725-1.706-.991-2.657c-.598-2.134-1.252-3.773-3.194-4.988a6.56 6.56 0 0 0-3.501-.985C2.815 5.451 0 8.323 0 12c0 3.727 2.761 6.549 6.51 6.549c1.955 0 3.639-.766 4.805-2.027a31 31 0 0 1-1.477-2.505c-.641 1.217-1.849 2.085-3.328 2.085c-2.218 0-3.827-1.953-3.827-4.102S4.292 7.898 6.51 7.898c.655 0 1.26.171 1.783.469h.001c.635.36 1.154.904 1.509 1.553c.574.951.807 2.041 1.144 3.188c.555 1.89 1.285 3.339 3.002 4.432a6.55 6.55 0 0 0 3.541 1.009c3.694 0 6.51-2.872 6.51-6.549c0-3.727-2.76-6.549-6.51-6.549c-1.954 0-3.64.766-4.804 2.028"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.686 7.479q.81 1.244 1.476 2.505c.64-1.217 1.849-2.086 3.328-2.086c2.217 0 3.826 1.954 3.826 4.102s-1.609 4.102-3.826 4.102c-.656 0-1.26-.171-1.784-.467l-.001-.001a4 4 0 0 1-1.509-1.553c-.484-.804-.725-1.706-.991-2.657c-.598-2.134-1.252-3.773-3.194-4.988a6.56 6.56 0 0 0-3.501-.985C2.815 5.451 0 8.323 0 12c0 3.727 2.761 6.549 6.51 6.549c1.955 0 3.639-.766 4.805-2.027a31 31 0 0 1-1.477-2.505c-.641 1.217-1.849 2.085-3.328 2.085c-2.218 0-3.827-1.953-3.827-4.102S4.292 7.898 6.51 7.898c.655 0 1.26.171 1.783.469h.001c.635.36 1.154.904 1.509 1.553c.574.951.807 2.041 1.144 3.188c.555 1.89 1.285 3.339 3.002 4.432a6.55 6.55 0 0 0 3.541 1.009c3.694 0 6.51-2.872 6.51-6.549c0-3.727-2.76-6.549-6.51-6.549c-1.954 0-3.64.766-4.804 2.028"/></svg>
</template>

CSS

.icon-elegoo {
  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%22M12.686%207.479q.81%201.244%201.476%202.505c.64-1.217%201.849-2.086%203.328-2.086c2.217%200%203.826%201.954%203.826%204.102s-1.609%204.102-3.826%204.102c-.656%200-1.26-.171-1.784-.467l-.001-.001a4%204%200%200%201-1.509-1.553c-.484-.804-.725-1.706-.991-2.657c-.598-2.134-1.252-3.773-3.194-4.988a6.56%206.56%200%200%200-3.501-.985C2.815%205.451%200%208.323%200%2012c0%203.727%202.761%206.549%206.51%206.549c1.955%200%203.639-.766%204.805-2.027a31%2031%200%200%201-1.477-2.505c-.641%201.217-1.849%202.085-3.328%202.085c-2.218%200-3.827-1.953-3.827-4.102S4.292%207.898%206.51%207.898c.655%200%201.26.171%201.783.469h.001c.635.36%201.154.904%201.509%201.553c.574.951.807%202.041%201.144%203.188c.555%201.89%201.285%203.339%203.002%204.432a6.55%206.55%200%200%200%203.541%201.009c3.694%200%206.51-2.872%206.51-6.549c0-3.727-2.76-6.549-6.51-6.549c-1.954%200-3.64.766-4.804%202.028%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%22M12.686%207.479q.81%201.244%201.476%202.505c.64-1.217%201.849-2.086%203.328-2.086c2.217%200%203.826%201.954%203.826%204.102s-1.609%204.102-3.826%204.102c-.656%200-1.26-.171-1.784-.467l-.001-.001a4%204%200%200%201-1.509-1.553c-.484-.804-.725-1.706-.991-2.657c-.598-2.134-1.252-3.773-3.194-4.988a6.56%206.56%200%200%200-3.501-.985C2.815%205.451%200%208.323%200%2012c0%203.727%202.761%206.549%206.51%206.549c1.955%200%203.639-.766%204.805-2.027a31%2031%200%200%201-1.477-2.505c-.641%201.217-1.849%202.085-3.328%202.085c-2.218%200-3.827-1.953-3.827-4.102S4.292%207.898%206.51%207.898c.655%200%201.26.171%201.783.469h.001c.635.36%201.154.904%201.509%201.553c.574.951.807%202.041%201.144%203.188c.555%201.89%201.285%203.339%203.002%204.432a6.55%206.55%200%200%200%203.541%201.009c3.694%200%206.51-2.872%206.51-6.549c0-3.727-2.76-6.549-6.51-6.549c-1.954%200-3.64.766-4.804%202.028%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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