Ethereum Classic icon in outline, twotone, bold and bulk. Free in all four styles, for tokens, exchanges, wallets, on-chain payments. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconEthereumClassic } from "@devigner-ui/icons";
<IconEthereumClassic className="size-6" />
<script setup>
import { IconEthereumClassic } from "@devigner-ui/icons-vue";
</script>
<template>
<IconEthereumClassic class="size-6" />
</template>
<script>
import { IconEthereumClassic } from "@devigner-ui/icons-svelte";
</script>
<IconEthereumClassic class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m7.57 9.1 4.77-2.12a.8.8 0 0 1 .65 0l4.77 2.12c.42.19.81-.32.52-.68l-5-6.11a.77.77 0 0 0-1.24 0l-5 6.11c-.28.36.11.87.53.68" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m7.57 14.9 4.78 2.12q.33.14.65 0l4.78-2.12c.42-.19.81.32.52.68l-5 6.11a.77.77 0 0 1-1.24 0l-5-6.11c-.3-.36.08-.87.51-.68" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M12.67 9.38 7.43 12l5.24 2.62L17.91 12z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>