ethereum from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
ethereum
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Related icons in Web3 Icons

Use the ethereum logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3v6.652l5.625 2.516zm0 0l-5.625 9.166L12 9.652zm0 13.478V21l5.625-7.785zM12 21v-4.522l-5.625-3.263z"/><path fill="currentColor" d="m12 15.43l5.625-3.263L12 9.652zm-5.625-3.263L12 15.43V9.652z"/><path fill="currentColor" fill-rule="evenodd" d="m12 15.43l-5.625-3.262L12 3l5.625 9.166zm-5.25-3.528l5.162-8.41v6.115zm-.077.229l5.239-2.327v5.364zm5.418-2.327v5.364l5.233-3.037zm0-.197l5.162 2.295l-5.162-8.41z" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="m12 16.407l-5.625-3.195L12 21l5.625-7.789zm-4.995-2.633l4.906 2.79v4.005zm5.085 2.79v4.005l4.904-6.795z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenEthereum(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 3v6.652l5.625 2.516zm0 0l-5.625 9.166L12 9.652zm0 13.478V21l5.625-7.785zM12 21v-4.522l-5.625-3.263z"/><path fill="currentColor" d="m12 15.43l5.625-3.263L12 9.652zm-5.625-3.263L12 15.43V9.652z"/><path fill="currentColor" fillRule="evenodd" d="m12 15.43l-5.625-3.262L12 3l5.625 9.166zm-5.25-3.528l5.162-8.41v6.115zm-.077.229l5.239-2.327v5.364zm5.418-2.327v5.364l5.233-3.037zm0-.197l5.162 2.295l-5.162-8.41z" clipRule="evenodd"/><path fill="currentColor" fillRule="evenodd" d="m12 16.407l-5.625-3.195L12 21l5.625-7.789zm-4.995-2.633l4.906 2.79v4.005zm5.085 2.79v4.005l4.904-6.795z" clipRule="evenodd"/></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 3v6.652l5.625 2.516zm0 0l-5.625 9.166L12 9.652zm0 13.478V21l5.625-7.785zM12 21v-4.522l-5.625-3.263z"/><path fill="currentColor" d="m12 15.43l5.625-3.263L12 9.652zm-5.625-3.263L12 15.43V9.652z"/><path fill="currentColor" fill-rule="evenodd" d="m12 15.43l-5.625-3.262L12 3l5.625 9.166zm-5.25-3.528l5.162-8.41v6.115zm-.077.229l5.239-2.327v5.364zm5.418-2.327v5.364l5.233-3.037zm0-.197l5.162 2.295l-5.162-8.41z" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="m12 16.407l-5.625-3.195L12 21l5.625-7.789zm-4.995-2.633l4.906 2.79v4.005zm5.085 2.79v4.005l4.904-6.795z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-ethereum {
  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%203v6.652l5.625%202.516zm0%200l-5.625%209.166L12%209.652zm0%2013.478V21l5.625-7.785zM12%2021v-4.522l-5.625-3.263z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2015.43l5.625-3.263L12%209.652zm-5.625-3.263L12%2015.43V9.652z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m12%2015.43l-5.625-3.262L12%203l5.625%209.166zm-5.25-3.528l5.162-8.41v6.115zm-.077.229l5.239-2.327v5.364zm5.418-2.327v5.364l5.233-3.037zm0-.197l5.162%202.295l-5.162-8.41z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m12%2016.407l-5.625-3.195L12%2021l5.625-7.789zm-4.995-2.633l4.906%202.79v4.005zm5.085%202.79v4.005l4.904-6.795z%22%20clip-rule%3D%22evenodd%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%203v6.652l5.625%202.516zm0%200l-5.625%209.166L12%209.652zm0%2013.478V21l5.625-7.785zM12%2021v-4.522l-5.625-3.263z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12%2015.43l5.625-3.263L12%209.652zm-5.625-3.263L12%2015.43V9.652z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m12%2015.43l-5.625-3.262L12%203l5.625%209.166zm-5.25-3.528l5.162-8.41v6.115zm-.077.229l5.239-2.327v5.364zm5.418-2.327v5.364l5.233-3.037zm0-.197l5.162%202.295l-5.162-8.41z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m12%2016.407l-5.625-3.195L12%2021l5.625-7.789zm-4.995-2.633l4.906%202.79v4.005zm5.085%202.79v4.005l4.904-6.795z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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