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

Name
eure
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 eure 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(#SVGCLQHGw9T)" d="M12 21a9 9 0 1 0 0-18a9 9 0 0 0 0 18"/><path fill="#fff" d="m16.646 15.05l-1.253-.72a.12.12 0 0 0-.087-.012a.11.11 0 0 0-.07.055q-.161.299-.397.54a3.1 3.1 0 0 1-1.532.865a3.7 3.7 0 0 1-.817.098a3 3 0 0 1-1.395-.33a3.5 3.5 0 0 1-1.08-.868a4 4 0 0 1-.388-.564l-.147-.261h3.181a.114.114 0 0 0 .114-.114v-.991a.114.114 0 0 0-.114-.114H9.126l-.017-.156a4.6 4.6 0 0 1-.006-.953l.016-.158h3.542a.114.114 0 0 0 .114-.114v-.991a.114.114 0 0 0-.114-.114H9.446l.137-.258q.144-.274.332-.522c.283-.37.641-.675 1.051-.896c.423-.23.925-.348 1.491-.348q.405.003.8.09c.274.06.54.158.79.288c.467.248.855.623 1.122 1.08a.11.11 0 0 0 .098.056a.1.1 0 0 0 .065-.02l1.163-.801a.114.114 0 0 0 .034-.152a4.2 4.2 0 0 0-1.465-1.443c-.71-.427-1.566-.645-2.544-.645c-.83 0-1.578.156-2.226.465A5.18 5.18 0 0 0 7.6 9.996V10l-.01.03l-.042.117H5.1a.114.114 0 0 0-.114.114v.99a.114.114 0 0 0 .114.114h2.18l-.013.188a5.4 5.4 0 0 0 .014.886l.019.194H5.1a.114.114 0 0 0-.114.114v.99a.114.114 0 0 0 .114.114h2.512l.045.111c.248.63.605 1.213 1.053 1.722c.46.52 1.015.946 1.635 1.258a4.55 4.55 0 0 0 2.081.478a5.6 5.6 0 0 0 1.326-.166q.666-.162 1.274-.482A4.7 4.7 0 0 0 16.089 16c.24-.233.444-.502.6-.797a.114.114 0 0 0-.043-.152"/><defs><linearGradient id="SVGCLQHGw9T" x1="7.5" x2="16.5" y1="4.205" y2="19.795" gradientUnits="userSpaceOnUse"><stop stop-color="#0095d7"/><stop offset="1" stop-color="#0072aa"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedEure(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(#SVGCLQHGw9T)" d="M12 21a9 9 0 1 0 0-18a9 9 0 0 0 0 18"/><path fill="#fff" d="m16.646 15.05l-1.253-.72a.12.12 0 0 0-.087-.012a.11.11 0 0 0-.07.055q-.161.299-.397.54a3.1 3.1 0 0 1-1.532.865a3.7 3.7 0 0 1-.817.098a3 3 0 0 1-1.395-.33a3.5 3.5 0 0 1-1.08-.868a4 4 0 0 1-.388-.564l-.147-.261h3.181a.114.114 0 0 0 .114-.114v-.991a.114.114 0 0 0-.114-.114H9.126l-.017-.156a4.6 4.6 0 0 1-.006-.953l.016-.158h3.542a.114.114 0 0 0 .114-.114v-.991a.114.114 0 0 0-.114-.114H9.446l.137-.258q.144-.274.332-.522c.283-.37.641-.675 1.051-.896c.423-.23.925-.348 1.491-.348q.405.003.8.09c.274.06.54.158.79.288c.467.248.855.623 1.122 1.08a.11.11 0 0 0 .098.056a.1.1 0 0 0 .065-.02l1.163-.801a.114.114 0 0 0 .034-.152a4.2 4.2 0 0 0-1.465-1.443c-.71-.427-1.566-.645-2.544-.645c-.83 0-1.578.156-2.226.465A5.18 5.18 0 0 0 7.6 9.996V10l-.01.03l-.042.117H5.1a.114.114 0 0 0-.114.114v.99a.114.114 0 0 0 .114.114h2.18l-.013.188a5.4 5.4 0 0 0 .014.886l.019.194H5.1a.114.114 0 0 0-.114.114v.99a.114.114 0 0 0 .114.114h2.512l.045.111c.248.63.605 1.213 1.053 1.722c.46.52 1.015.946 1.635 1.258a4.55 4.55 0 0 0 2.081.478a5.6 5.6 0 0 0 1.326-.166q.666-.162 1.274-.482A4.7 4.7 0 0 0 16.089 16c.24-.233.444-.502.6-.797a.114.114 0 0 0-.043-.152"/><defs><linearGradient id="SVGCLQHGw9T" x1="7.5" x2="16.5" y1="4.205" y2="19.795" gradientUnits="userSpaceOnUse"><stop stopColor="#0095d7"/><stop offset="1" stopColor="#0072aa"/></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(#SVGCLQHGw9T)" d="M12 21a9 9 0 1 0 0-18a9 9 0 0 0 0 18"/><path fill="#fff" d="m16.646 15.05l-1.253-.72a.12.12 0 0 0-.087-.012a.11.11 0 0 0-.07.055q-.161.299-.397.54a3.1 3.1 0 0 1-1.532.865a3.7 3.7 0 0 1-.817.098a3 3 0 0 1-1.395-.33a3.5 3.5 0 0 1-1.08-.868a4 4 0 0 1-.388-.564l-.147-.261h3.181a.114.114 0 0 0 .114-.114v-.991a.114.114 0 0 0-.114-.114H9.126l-.017-.156a4.6 4.6 0 0 1-.006-.953l.016-.158h3.542a.114.114 0 0 0 .114-.114v-.991a.114.114 0 0 0-.114-.114H9.446l.137-.258q.144-.274.332-.522c.283-.37.641-.675 1.051-.896c.423-.23.925-.348 1.491-.348q.405.003.8.09c.274.06.54.158.79.288c.467.248.855.623 1.122 1.08a.11.11 0 0 0 .098.056a.1.1 0 0 0 .065-.02l1.163-.801a.114.114 0 0 0 .034-.152a4.2 4.2 0 0 0-1.465-1.443c-.71-.427-1.566-.645-2.544-.645c-.83 0-1.578.156-2.226.465A5.18 5.18 0 0 0 7.6 9.996V10l-.01.03l-.042.117H5.1a.114.114 0 0 0-.114.114v.99a.114.114 0 0 0 .114.114h2.18l-.013.188a5.4 5.4 0 0 0 .014.886l.019.194H5.1a.114.114 0 0 0-.114.114v.99a.114.114 0 0 0 .114.114h2.512l.045.111c.248.63.605 1.213 1.053 1.722c.46.52 1.015.946 1.635 1.258a4.55 4.55 0 0 0 2.081.478a5.6 5.6 0 0 0 1.326-.166q.666-.162 1.274-.482A4.7 4.7 0 0 0 16.089 16c.24-.233.444-.502.6-.797a.114.114 0 0 0-.043-.152"/><defs><linearGradient id="SVGCLQHGw9T" x1="7.5" x2="16.5" y1="4.205" y2="19.795" gradientUnits="userSpaceOnUse"><stop stop-color="#0095d7"/><stop offset="1" stop-color="#0072aa"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-eure {
  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(%23SVGCLQHGw9T)%22%20d%3D%22M12%2021a9%209%200%201%200%200-18a9%209%200%200%200%200%2018%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m16.646%2015.05l-1.253-.72a.12.12%200%200%200-.087-.012a.11.11%200%200%200-.07.055q-.161.299-.397.54a3.1%203.1%200%200%201-1.532.865a3.7%203.7%200%200%201-.817.098a3%203%200%200%201-1.395-.33a3.5%203.5%200%200%201-1.08-.868a4%204%200%200%201-.388-.564l-.147-.261h3.181a.114.114%200%200%200%20.114-.114v-.991a.114.114%200%200%200-.114-.114H9.126l-.017-.156a4.6%204.6%200%200%201-.006-.953l.016-.158h3.542a.114.114%200%200%200%20.114-.114v-.991a.114.114%200%200%200-.114-.114H9.446l.137-.258q.144-.274.332-.522c.283-.37.641-.675%201.051-.896c.423-.23.925-.348%201.491-.348q.405.003.8.09c.274.06.54.158.79.288c.467.248.855.623%201.122%201.08a.11.11%200%200%200%20.098.056a.1.1%200%200%200%20.065-.02l1.163-.801a.114.114%200%200%200%20.034-.152a4.2%204.2%200%200%200-1.465-1.443c-.71-.427-1.566-.645-2.544-.645c-.83%200-1.578.156-2.226.465A5.18%205.18%200%200%200%207.6%209.996V10l-.01.03l-.042.117H5.1a.114.114%200%200%200-.114.114v.99a.114.114%200%200%200%20.114.114h2.18l-.013.188a5.4%205.4%200%200%200%20.014.886l.019.194H5.1a.114.114%200%200%200-.114.114v.99a.114.114%200%200%200%20.114.114h2.512l.045.111c.248.63.605%201.213%201.053%201.722c.46.52%201.015.946%201.635%201.258a4.55%204.55%200%200%200%202.081.478a5.6%205.6%200%200%200%201.326-.166q.666-.162%201.274-.482A4.7%204.7%200%200%200%2016.089%2016c.24-.233.444-.502.6-.797a.114.114%200%200%200-.043-.152%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGCLQHGw9T%22%20x1%3D%227.5%22%20x2%3D%2216.5%22%20y1%3D%224.205%22%20y2%3D%2219.795%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230095d7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230072aa%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(%23SVGCLQHGw9T)%22%20d%3D%22M12%2021a9%209%200%201%200%200-18a9%209%200%200%200%200%2018%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m16.646%2015.05l-1.253-.72a.12.12%200%200%200-.087-.012a.11.11%200%200%200-.07.055q-.161.299-.397.54a3.1%203.1%200%200%201-1.532.865a3.7%203.7%200%200%201-.817.098a3%203%200%200%201-1.395-.33a3.5%203.5%200%200%201-1.08-.868a4%204%200%200%201-.388-.564l-.147-.261h3.181a.114.114%200%200%200%20.114-.114v-.991a.114.114%200%200%200-.114-.114H9.126l-.017-.156a4.6%204.6%200%200%201-.006-.953l.016-.158h3.542a.114.114%200%200%200%20.114-.114v-.991a.114.114%200%200%200-.114-.114H9.446l.137-.258q.144-.274.332-.522c.283-.37.641-.675%201.051-.896c.423-.23.925-.348%201.491-.348q.405.003.8.09c.274.06.54.158.79.288c.467.248.855.623%201.122%201.08a.11.11%200%200%200%20.098.056a.1.1%200%200%200%20.065-.02l1.163-.801a.114.114%200%200%200%20.034-.152a4.2%204.2%200%200%200-1.465-1.443c-.71-.427-1.566-.645-2.544-.645c-.83%200-1.578.156-2.226.465A5.18%205.18%200%200%200%207.6%209.996V10l-.01.03l-.042.117H5.1a.114.114%200%200%200-.114.114v.99a.114.114%200%200%200%20.114.114h2.18l-.013.188a5.4%205.4%200%200%200%20.014.886l.019.194H5.1a.114.114%200%200%200-.114.114v.99a.114.114%200%200%200%20.114.114h2.512l.045.111c.248.63.605%201.213%201.053%201.722c.46.52%201.015.946%201.635%201.258a4.55%204.55%200%200%200%202.081.478a5.6%205.6%200%200%200%201.326-.166q.666-.162%201.274-.482A4.7%204.7%200%200%200%2016.089%2016c.24-.233.444-.502.6-.797a.114.114%200%200%200-.043-.152%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGCLQHGw9T%22%20x1%3D%227.5%22%20x2%3D%2216.5%22%20y1%3D%224.205%22%20y2%3D%2219.795%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230095d7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230072aa%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/eure.svg?color=%231a73e8&size=48