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

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

Use the easyeda logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.754 15.36c.96 0 1.75.788 1.75 1.749c0 .96-.79 1.749-1.75 1.749s-1.75-.79-1.75-1.75s.79-1.748 1.75-1.748m12.591-7.34a7.683 7.683 0 0 0-10.018-4.389c-.618.24-1.2.549-1.75.96A6.9 6.9 0 0 0 7 6.17c-.24-.034-.515-.034-.755-.034C2.78 6.1 0 8.912 0 12.342c0 2.675 1.715 5.041 4.151 5.898c.48 1.544 1.922 2.675 3.603 2.675a3.76 3.76 0 0 0 3.774-3.772c0-.172 0-.309-.034-.48l5.317-2.675l.515-.272l-1.03-2.229l-.582.272l-5.318 2.675a3.7 3.7 0 0 0-2.642-1.098c-1.51 0-2.813.892-3.431 2.195c-1.407-.823-2.127-2.503-1.716-4.15a3.72 3.72 0 0 1 4.53-2.674c.377.102.72.24 1.029.445c.892-2.743 3.876-4.218 6.587-3.326c1.921.651 3.328 2.366 3.534 4.39h.274a2.913 2.913 0 0 1 2.916 2.915a2.94 2.94 0 0 1-2.676 2.915h-2.127v2.503h2.368c2.984-.24 5.18-2.88 4.94-5.864a4.85 4.85 0 0 0-1.51-3.361C21.89 8.74 21.17 8.26 20.345 8.02"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsEasyeda(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.754 15.36c.96 0 1.75.788 1.75 1.749c0 .96-.79 1.749-1.75 1.749s-1.75-.79-1.75-1.75s.79-1.748 1.75-1.748m12.591-7.34a7.683 7.683 0 0 0-10.018-4.389c-.618.24-1.2.549-1.75.96A6.9 6.9 0 0 0 7 6.17c-.24-.034-.515-.034-.755-.034C2.78 6.1 0 8.912 0 12.342c0 2.675 1.715 5.041 4.151 5.898c.48 1.544 1.922 2.675 3.603 2.675a3.76 3.76 0 0 0 3.774-3.772c0-.172 0-.309-.034-.48l5.317-2.675l.515-.272l-1.03-2.229l-.582.272l-5.318 2.675a3.7 3.7 0 0 0-2.642-1.098c-1.51 0-2.813.892-3.431 2.195c-1.407-.823-2.127-2.503-1.716-4.15a3.72 3.72 0 0 1 4.53-2.674c.377.102.72.24 1.029.445c.892-2.743 3.876-4.218 6.587-3.326c1.921.651 3.328 2.366 3.534 4.39h.274a2.913 2.913 0 0 1 2.916 2.915a2.94 2.94 0 0 1-2.676 2.915h-2.127v2.503h2.368c2.984-.24 5.18-2.88 4.94-5.864a4.85 4.85 0 0 0-1.51-3.361C21.89 8.74 21.17 8.26 20.345 8.02"/></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.754 15.36c.96 0 1.75.788 1.75 1.749c0 .96-.79 1.749-1.75 1.749s-1.75-.79-1.75-1.75s.79-1.748 1.75-1.748m12.591-7.34a7.683 7.683 0 0 0-10.018-4.389c-.618.24-1.2.549-1.75.96A6.9 6.9 0 0 0 7 6.17c-.24-.034-.515-.034-.755-.034C2.78 6.1 0 8.912 0 12.342c0 2.675 1.715 5.041 4.151 5.898c.48 1.544 1.922 2.675 3.603 2.675a3.76 3.76 0 0 0 3.774-3.772c0-.172 0-.309-.034-.48l5.317-2.675l.515-.272l-1.03-2.229l-.582.272l-5.318 2.675a3.7 3.7 0 0 0-2.642-1.098c-1.51 0-2.813.892-3.431 2.195c-1.407-.823-2.127-2.503-1.716-4.15a3.72 3.72 0 0 1 4.53-2.674c.377.102.72.24 1.029.445c.892-2.743 3.876-4.218 6.587-3.326c1.921.651 3.328 2.366 3.534 4.39h.274a2.913 2.913 0 0 1 2.916 2.915a2.94 2.94 0 0 1-2.676 2.915h-2.127v2.503h2.368c2.984-.24 5.18-2.88 4.94-5.864a4.85 4.85 0 0 0-1.51-3.361C21.89 8.74 21.17 8.26 20.345 8.02"/></svg>
</template>

CSS

.icon-easyeda {
  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.754%2015.36c.96%200%201.75.788%201.75%201.749c0%20.96-.79%201.749-1.75%201.749s-1.75-.79-1.75-1.75s.79-1.748%201.75-1.748m12.591-7.34a7.683%207.683%200%200%200-10.018-4.389c-.618.24-1.2.549-1.75.96A6.9%206.9%200%200%200%207%206.17c-.24-.034-.515-.034-.755-.034C2.78%206.1%200%208.912%200%2012.342c0%202.675%201.715%205.041%204.151%205.898c.48%201.544%201.922%202.675%203.603%202.675a3.76%203.76%200%200%200%203.774-3.772c0-.172%200-.309-.034-.48l5.317-2.675l.515-.272l-1.03-2.229l-.582.272l-5.318%202.675a3.7%203.7%200%200%200-2.642-1.098c-1.51%200-2.813.892-3.431%202.195c-1.407-.823-2.127-2.503-1.716-4.15a3.72%203.72%200%200%201%204.53-2.674c.377.102.72.24%201.029.445c.892-2.743%203.876-4.218%206.587-3.326c1.921.651%203.328%202.366%203.534%204.39h.274a2.913%202.913%200%200%201%202.916%202.915a2.94%202.94%200%200%201-2.676%202.915h-2.127v2.503h2.368c2.984-.24%205.18-2.88%204.94-5.864a4.85%204.85%200%200%200-1.51-3.361C21.89%208.74%2021.17%208.26%2020.345%208.02%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.754%2015.36c.96%200%201.75.788%201.75%201.749c0%20.96-.79%201.749-1.75%201.749s-1.75-.79-1.75-1.75s.79-1.748%201.75-1.748m12.591-7.34a7.683%207.683%200%200%200-10.018-4.389c-.618.24-1.2.549-1.75.96A6.9%206.9%200%200%200%207%206.17c-.24-.034-.515-.034-.755-.034C2.78%206.1%200%208.912%200%2012.342c0%202.675%201.715%205.041%204.151%205.898c.48%201.544%201.922%202.675%203.603%202.675a3.76%203.76%200%200%200%203.774-3.772c0-.172%200-.309-.034-.48l5.317-2.675l.515-.272l-1.03-2.229l-.582.272l-5.318%202.675a3.7%203.7%200%200%200-2.642-1.098c-1.51%200-2.813.892-3.431%202.195c-1.407-.823-2.127-2.503-1.716-4.15a3.72%203.72%200%200%201%204.53-2.674c.377.102.72.24%201.029.445c.892-2.743%203.876-4.218%206.587-3.326c1.921.651%203.328%202.366%203.534%204.39h.274a2.913%202.913%200%200%201%202.916%202.915a2.94%202.94%200%200%201-2.676%202.915h-2.127v2.503h2.368c2.984-.24%205.18-2.88%204.94-5.864a4.85%204.85%200%200%200-1.51-3.361C21.89%208.74%2021.17%208.26%2020.345%208.02%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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