ecoin from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.

Name
ecoin
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the ecoin logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVG0zBkneNn)" fill-rule="evenodd" d="M12 20.437a8.438 8.438 0 1 0 0-16.875a8.438 8.438 0 0 0 0 16.875M12 21a9 9 0 0 0 9-9a9 9 0 0 0-9-9a9 9 0 0 0-9 9a9 9 0 0 0 9 9" clip-rule="evenodd"/><path fill="url(#SVGHTrqpdsH)" d="M11.92 4.69c-2.403 0-3.752 1.046-4.15 1.301l2.623 1.179c.665-.195 1.571-.226 1.94-.218c3.948.256 4.769 3.87 4.686 5.61H8.487c.473 2.26 1.91 2.812 3.66 2.812c1.52 0 2.671-1.176 2.671-1.687h1.778c-.696 2.456-2.733 3.388-4.263 3.388a6.8 6.8 0 0 1-1.94-.268l-2.635 1.2c1.504 1.134 3.677 1.343 4.575 1.305c5.18 0 6.98-4.655 6.98-7.19c0-5.838-4.8-7.433-7.393-7.433"/><path fill="url(#SVGq1wTbhib)" d="M12.141 8.625c-2.253 0-3.283 1.86-3.515 2.813h6.75c-.14-.923-1.253-2.813-3.235-2.813"/><defs><linearGradient id="SVG0zBkneNn" x1="12" x2="12" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#cdae26"/><stop offset=".409" stop-color="#f9da3b"/><stop offset=".757" stop-color="#edc62d"/><stop offset="1" stop-color="#ceaf26"/></linearGradient><linearGradient id="SVGHTrqpdsH" x1="12.001" x2="12.001" y1="2.999" y2="20.999" gradientUnits="userSpaceOnUse"><stop stop-color="#cdae26"/><stop offset=".409" stop-color="#f9da3b"/><stop offset=".757" stop-color="#edc62d"/><stop offset="1" stop-color="#ceaf26"/></linearGradient><linearGradient id="SVGq1wTbhib" x1="12.001" x2="12.001" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#cdae26"/><stop offset=".409" stop-color="#f9da3b"/><stop offset=".757" stop-color="#edc62d"/><stop offset="1" stop-color="#ceaf26"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedEcoin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVG0zBkneNn)" fillRule="evenodd" d="M12 20.437a8.438 8.438 0 1 0 0-16.875a8.438 8.438 0 0 0 0 16.875M12 21a9 9 0 0 0 9-9a9 9 0 0 0-9-9a9 9 0 0 0-9 9a9 9 0 0 0 9 9" clipRule="evenodd"/><path fill="url(#SVGHTrqpdsH)" d="M11.92 4.69c-2.403 0-3.752 1.046-4.15 1.301l2.623 1.179c.665-.195 1.571-.226 1.94-.218c3.948.256 4.769 3.87 4.686 5.61H8.487c.473 2.26 1.91 2.812 3.66 2.812c1.52 0 2.671-1.176 2.671-1.687h1.778c-.696 2.456-2.733 3.388-4.263 3.388a6.8 6.8 0 0 1-1.94-.268l-2.635 1.2c1.504 1.134 3.677 1.343 4.575 1.305c5.18 0 6.98-4.655 6.98-7.19c0-5.838-4.8-7.433-7.393-7.433"/><path fill="url(#SVGq1wTbhib)" d="M12.141 8.625c-2.253 0-3.283 1.86-3.515 2.813h6.75c-.14-.923-1.253-2.813-3.235-2.813"/><defs><linearGradient id="SVG0zBkneNn" x1="12" x2="12" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop stopColor="#cdae26"/><stop offset=".409" stopColor="#f9da3b"/><stop offset=".757" stopColor="#edc62d"/><stop offset="1" stopColor="#ceaf26"/></linearGradient><linearGradient id="SVGHTrqpdsH" x1="12.001" x2="12.001" y1="2.999" y2="20.999" gradientUnits="userSpaceOnUse"><stop stopColor="#cdae26"/><stop offset=".409" stopColor="#f9da3b"/><stop offset=".757" stopColor="#edc62d"/><stop offset="1" stopColor="#ceaf26"/></linearGradient><linearGradient id="SVGq1wTbhib" x1="12.001" x2="12.001" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop stopColor="#cdae26"/><stop offset=".409" stopColor="#f9da3b"/><stop offset=".757" stopColor="#edc62d"/><stop offset="1" stopColor="#ceaf26"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVG0zBkneNn)" fill-rule="evenodd" d="M12 20.437a8.438 8.438 0 1 0 0-16.875a8.438 8.438 0 0 0 0 16.875M12 21a9 9 0 0 0 9-9a9 9 0 0 0-9-9a9 9 0 0 0-9 9a9 9 0 0 0 9 9" clip-rule="evenodd"/><path fill="url(#SVGHTrqpdsH)" d="M11.92 4.69c-2.403 0-3.752 1.046-4.15 1.301l2.623 1.179c.665-.195 1.571-.226 1.94-.218c3.948.256 4.769 3.87 4.686 5.61H8.487c.473 2.26 1.91 2.812 3.66 2.812c1.52 0 2.671-1.176 2.671-1.687h1.778c-.696 2.456-2.733 3.388-4.263 3.388a6.8 6.8 0 0 1-1.94-.268l-2.635 1.2c1.504 1.134 3.677 1.343 4.575 1.305c5.18 0 6.98-4.655 6.98-7.19c0-5.838-4.8-7.433-7.393-7.433"/><path fill="url(#SVGq1wTbhib)" d="M12.141 8.625c-2.253 0-3.283 1.86-3.515 2.813h6.75c-.14-.923-1.253-2.813-3.235-2.813"/><defs><linearGradient id="SVG0zBkneNn" x1="12" x2="12" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#cdae26"/><stop offset=".409" stop-color="#f9da3b"/><stop offset=".757" stop-color="#edc62d"/><stop offset="1" stop-color="#ceaf26"/></linearGradient><linearGradient id="SVGHTrqpdsH" x1="12.001" x2="12.001" y1="2.999" y2="20.999" gradientUnits="userSpaceOnUse"><stop stop-color="#cdae26"/><stop offset=".409" stop-color="#f9da3b"/><stop offset=".757" stop-color="#edc62d"/><stop offset="1" stop-color="#ceaf26"/></linearGradient><linearGradient id="SVGq1wTbhib" x1="12.001" x2="12.001" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#cdae26"/><stop offset=".409" stop-color="#f9da3b"/><stop offset=".757" stop-color="#edc62d"/><stop offset="1" stop-color="#ceaf26"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-ecoin {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG0zBkneNn)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2020.437a8.438%208.438%200%201%200%200-16.875a8.438%208.438%200%200%200%200%2016.875M12%2021a9%209%200%200%200%209-9a9%209%200%200%200-9-9a9%209%200%200%200-9%209a9%209%200%200%200%209%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGHTrqpdsH)%22%20d%3D%22M11.92%204.69c-2.403%200-3.752%201.046-4.15%201.301l2.623%201.179c.665-.195%201.571-.226%201.94-.218c3.948.256%204.769%203.87%204.686%205.61H8.487c.473%202.26%201.91%202.812%203.66%202.812c1.52%200%202.671-1.176%202.671-1.687h1.778c-.696%202.456-2.733%203.388-4.263%203.388a6.8%206.8%200%200%201-1.94-.268l-2.635%201.2c1.504%201.134%203.677%201.343%204.575%201.305c5.18%200%206.98-4.655%206.98-7.19c0-5.838-4.8-7.433-7.393-7.433%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGq1wTbhib)%22%20d%3D%22M12.141%208.625c-2.253%200-3.283%201.86-3.515%202.813h6.75c-.14-.923-1.253-2.813-3.235-2.813%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG0zBkneNn%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%223%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23cdae26%22%2F%3E%3Cstop%20offset%3D%22.409%22%20stop-color%3D%22%23f9da3b%22%2F%3E%3Cstop%20offset%3D%22.757%22%20stop-color%3D%22%23edc62d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ceaf26%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGHTrqpdsH%22%20x1%3D%2212.001%22%20x2%3D%2212.001%22%20y1%3D%222.999%22%20y2%3D%2220.999%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23cdae26%22%2F%3E%3Cstop%20offset%3D%22.409%22%20stop-color%3D%22%23f9da3b%22%2F%3E%3Cstop%20offset%3D%22.757%22%20stop-color%3D%22%23edc62d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ceaf26%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGq1wTbhib%22%20x1%3D%2212.001%22%20x2%3D%2212.001%22%20y1%3D%223%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23cdae26%22%2F%3E%3Cstop%20offset%3D%22.409%22%20stop-color%3D%22%23f9da3b%22%2F%3E%3Cstop%20offset%3D%22.757%22%20stop-color%3D%22%23edc62d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ceaf26%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG0zBkneNn)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2020.437a8.438%208.438%200%201%200%200-16.875a8.438%208.438%200%200%200%200%2016.875M12%2021a9%209%200%200%200%209-9a9%209%200%200%200-9-9a9%209%200%200%200-9%209a9%209%200%200%200%209%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGHTrqpdsH)%22%20d%3D%22M11.92%204.69c-2.403%200-3.752%201.046-4.15%201.301l2.623%201.179c.665-.195%201.571-.226%201.94-.218c3.948.256%204.769%203.87%204.686%205.61H8.487c.473%202.26%201.91%202.812%203.66%202.812c1.52%200%202.671-1.176%202.671-1.687h1.778c-.696%202.456-2.733%203.388-4.263%203.388a6.8%206.8%200%200%201-1.94-.268l-2.635%201.2c1.504%201.134%203.677%201.343%204.575%201.305c5.18%200%206.98-4.655%206.98-7.19c0-5.838-4.8-7.433-7.393-7.433%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGq1wTbhib)%22%20d%3D%22M12.141%208.625c-2.253%200-3.283%201.86-3.515%202.813h6.75c-.14-.923-1.253-2.813-3.235-2.813%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG0zBkneNn%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%223%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23cdae26%22%2F%3E%3Cstop%20offset%3D%22.409%22%20stop-color%3D%22%23f9da3b%22%2F%3E%3Cstop%20offset%3D%22.757%22%20stop-color%3D%22%23edc62d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ceaf26%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGHTrqpdsH%22%20x1%3D%2212.001%22%20x2%3D%2212.001%22%20y1%3D%222.999%22%20y2%3D%2220.999%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23cdae26%22%2F%3E%3Cstop%20offset%3D%22.409%22%20stop-color%3D%22%23f9da3b%22%2F%3E%3Cstop%20offset%3D%22.757%22%20stop-color%3D%22%23edc62d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ceaf26%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGq1wTbhib%22%20x1%3D%2212.001%22%20x2%3D%2212.001%22%20y1%3D%223%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23cdae26%22%2F%3E%3Cstop%20offset%3D%22.409%22%20stop-color%3D%22%23f9da3b%22%2F%3E%3Cstop%20offset%3D%22.757%22%20stop-color%3D%22%23edc62d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ceaf26%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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